mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
reword
This commit is contained in:
parent
409d2deea9
commit
708a7e6d8e
@ -23,7 +23,7 @@ class App:
|
|||||||
return current
|
return current
|
||||||
|
|
||||||
def on_midi_press(self):
|
def on_midi_press(self):
|
||||||
"""if strip 3 level max > -40 and midi button 48 is pressed, then set trigger for macrobutton 0"""
|
"""if midi button 48 is pressed and strip 3 level max > -40, then set trigger for macrobutton 0"""
|
||||||
|
|
||||||
if (
|
if (
|
||||||
self.vm.midi.get(self.MIDI_BUTTON) == 127
|
self.vm.midi.get(self.MIDI_BUTTON) == 127
|
||||||
|
Loading…
Reference in New Issue
Block a user