You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dict_event_tracks[selected_event_track]['legato_audio'] =default_checkbox_legato_audio_value# Set default value for legato
191
191
192
192
globaldict_midi_channels
193
-
#try:
194
-
#Set the combobox to the key in the midi channels dictionary that matches the value with an index of the event track dictionary's currently selected track's channel key's integer value in an ordered list of the midi channels dictionary
#Try to set the combobox value to the value specified in the event tracks dictionary, but if something invalid is set, then default to a default value
195
+
try:
196
+
#Set the combobox to the key in the midi channels dictionary that matches the value with an index of the event track dictionary's currently selected track's channel key's integer value in an ordered list of the midi channels dictionary
0 commit comments