diff --git a/interface.scd b/interface.scd index 796b8a1..8e7e6ef 100644 --- a/interface.scd +++ b/interface.scd @@ -123,7 +123,7 @@ OSCdef.freeAll; ~to.button('/track/dust', 0, { |v| ~granulator.dust_(v) }); ~to.button('/track/back', 0, { |v| ~granulator.back_(v)}); -~to.button('/track/slope', 1, { |v| ~granulator.slope_(v) }); +~to.button('/track/slope', 0, { |v| ~granulator.slope_(v) }); ~to.button('/track/chorus', 0, { |v| ~granulator.chorus_(v) }); ~to.slider('/track/detune', 0, TouchOSCScale(0, 0.059), { |v| ~granulator.detune_(v) });