@@ -755,10 +755,10 @@ copyright-holders:m1macrophage
755755
756756 <group name =" wheel" >
757757 <bounds x =" 0" y =" 0" width =" 30" height =" 145" />
758- <element ref =" wheel_background" id =" ~input ~" >
758+ <element ref =" wheel_background" id =" ~id ~" >
759759 <bounds x =" 3" y =" 0" width =" 24" height =" 130" />
760760 </element >
761- <element ref =" wheel_dent" id =" ~input ~_dent" >
761+ <element ref =" wheel_dent" id =" ~id ~_dent" >
762762 <animate inputtag =" ~input~" inputmask =" 0xffff" />
763763 <bounds state =" 100" x =" 3" y =" 0" width =" 24" height =" 10" />
764764 <bounds state =" 0" x =" 3" y =" 120" width =" 24" height =" 10" />
@@ -888,11 +888,13 @@ copyright-holders:m1macrophage
888888 <element ref =" dark_wood" ><bounds x =" 1477" y =" 350" width =" 18" height =" 310" /></element >
889889 <element ref =" wood" ><bounds x =" 1495" y =" 0" width =" 25" height =" 660" /></element >
890890
891- <param name =" input" value =" pitch_wheel" />
891+ <param name =" id" value =" pitch_wheel" />
892+ <param name =" input" value =" wheel_0" />
892893 <param name =" label" value =" txt_pitch" />
893894 <group ref =" wheel" ><bounds x =" 75" y =" 164" width =" 20" height =" 145" /></group >
894895
895- <param name =" input" value =" mod_wheel" />
896+ <param name =" id" value =" mod_wheel" />
897+ <param name =" input" value =" wheel_1" />
896898 <param name =" label" value =" txt_mod" />
897899 <group ref =" wheel" ><bounds x =" 150" y =" 164" width =" 20" height =" 145" /></group >
898900
@@ -1050,8 +1052,8 @@ copyright-holders:m1macrophage
10501052 add_knob(view, "tune_knob", "tune_knob", 2, HORIZONTAL)
10511053 add_knob(view, "master_volume_knob", "master_volume_knob", 1.2, HORIZONTAL)
10521054
1053- add_slider(view, "pitch_wheel", "pitch_wheel_dent", "pitch_wheel ")
1054- add_slider(view, "mod_wheel", "mod_wheel_dent", "mod_wheel ")
1055+ add_slider(view, "pitch_wheel", "pitch_wheel_dent", "wheel_0 ")
1056+ add_slider(view, "mod_wheel", "mod_wheel_dent", "wheel_1 ")
10551057
10561058 view.items["warning"]:set_state(0)
10571059 end)
0 commit comments