portnoyslp / qualm

A flexible MIDI event processor tailored towards doing fast patch changes in live performances
http://portnoyslp.github.com/qualm
3 stars 1 forks source link

Need generic "note" for event-mapper #5

Open portnoyslp opened 13 years ago

portnoyslp commented 13 years ago

Whereas the note-on and note-off distinction makes sense for triggers, event maps usually will want to map both the on and off in the same way. As such, it might make sense to have a generic note element that can do both.

It also might be worth seeing if this should replace both the note-on and note-off elements.