andr-ew / nest_

a language of touch for objects by monome [not maintained]
MIT License
21 stars 3 forks source link

add midi.cc.control #67

Closed andr-ew closed 2 years ago

andr-ew commented 3 years ago

I think this is all that's needed in the midi nest for the time being. I'm thinking the cc property could be set automatically from key:

midi = nest_ {
    102 = _midi.cc.control {
        action = engine.thing
    }
}

easy to bind dynamically using the params system & easy to let the user customize further than what the MAP system covers