mod-audio / mod-duo-issues

MOD Duo Issues
21 stars 4 forks source link

Sooperlooper play/pause, rec, undo, redo actuators have no 'midi learn' #21

Closed geraldmwangi closed 8 years ago

geraldmwangi commented 8 years ago

I'll spare myself exact reproduce steps ;)

geraldmwangi commented 8 years ago

I neeeeed this feature!!

falkTX commented 8 years ago

this is because there's no "trigger" events in midi-cc. (also it's something I forgot to test for...)

I'll enable it, but the way to click on the button again might make some midi devices act weird.

to explain, 'trigger' controls automatically reset to their default value after 1 process cycle. for the GUI and hw controller we have ways to notify the user about this. but there's no such thing in midi-cc.

geraldmwangi commented 8 years ago

you could ofcourse just have the controls just be triggered by positive slope (cc<64 ->cc >64) events and ignore the negative slopes (cc>64->cc<64)

geraldmwangi commented 8 years ago

and emit a negative slope to the serial midi out after 1 process cycle

falkTX commented 8 years ago

we don't have midi feedback yet.

geraldmwangi commented 8 years ago

But once you have midi feedback, the notifications could be realised the way I described it?

geraldmwangi commented 8 years ago

Hi, the big file midi_footsw.ttl is at http://pastebin.com/bT2tvnPM

falkTX commented 8 years ago

fixed on 0.11.3 release.