mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 03:10:17 +01:00
tidied up + apparently fixed laggy response by sorting the order that i sent commands to the wjmx
This commit is contained in:
@@ -33,7 +33,7 @@ class LFOModulationPlugin(ActionsPlugin,SequencePlugin,DisplayPlugin):
|
||||
display.display_text.insert(END, '{} \n'.format(display.body_title))
|
||||
display.display_text.insert(END, "LFOModulationPlugin ")
|
||||
|
||||
display.display_text.insert(END, "ACTIVE\n" if self.active else "not active\n\n")
|
||||
display.display_text.insert(END, "ACTIVE\n\n" if self.active else "not active\n\n")
|
||||
|
||||
for lfo,value in enumerate(self.level):
|
||||
display.display_text.insert(END, "lfo {} level: {:03.2f}%\t".format(lfo,value))
|
||||
|
||||
Reference in New Issue
Block a user