Skip to content

Commit

Permalink
Fix peak meters not working in S-Series MK2
Browse files Browse the repository at this point in the history
  • Loading branch information
hobyst committed Jan 29, 2022
1 parent e82025c commit eb0e65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device_KompleteKontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ def OnDirtyMixerTrack(index):
def OnUpdateMeters():
# Fix OnUpdateMeters getting called regardless of device.setHasMeters() being called
# by the script in FL Studio 20.9
if type(keyboard) == controller_definition.S_SeriesMK2():
if type(keyboard) == type(controller_definition.S_SeriesMK2()):
keyboard.OnUpdateMeters()

0 comments on commit eb0e65b

Please sign in to comment.