momentary fix
This commit is contained in:
@@ -2165,7 +2165,6 @@ def midi_message_route_hw_to_output_cc(fader_uid, value):
|
||||
if t.uid == fader_uid:
|
||||
t.cc_input_lbl.setText(f"CC{t.hw_cc} [{value}]")
|
||||
if t.output_mode == "osc":
|
||||
if value > 0:
|
||||
addr = t.osc_addr_edit.text().strip() or "/play"
|
||||
send_osc_message(addr, 1.0)
|
||||
t.cc_output_lbl.setText(f"{addr} [1.0]")
|
||||
|
||||
Reference in New Issue
Block a user