ModalityTeam / Modality-toolkit

A SuperCollider toolkit to simplify the creation of personal (electronic) instruments utilising hardware and software controllers of any kind.
http://modalityteam.github.io/
87 stars 26 forks source link

Arturia BeatStep Stop Button #331

Closed retroriff closed 4 years ago

retroriff commented 5 years ago

Hello,

I am not able to trigger an action when the stop button is pressed. I have read that MMC buttons are not being received and Notes are used instead. I can detect the play button with MIDIdef.noteOn, which default setting number is 60, and I also can detect knobs:

m.elAt(\pg0, \kn, 0).action = { |el| ["Knob", el.value].postln;};

Any suggestion?

adcxyz commented 4 years ago

fixed with #333