We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82025c commit eb0e65bCopy full SHA for eb0e65b
device_KompleteKontrol.py
@@ -68,5 +68,5 @@ def OnDirtyMixerTrack(index):
68
def OnUpdateMeters():
69
# Fix OnUpdateMeters getting called regardless of device.setHasMeters() being called
70
# by the script in FL Studio 20.9
71
- if type(keyboard) == controller_definition.S_SeriesMK2():
+ if type(keyboard) == type(controller_definition.S_SeriesMK2()):
72
keyboard.OnUpdateMeters()
0 commit comments