Add MIDI CC variables and CC input handler#773
Add MIDI CC variables and CC input handler#773okyeron wants to merge 52 commits intoschollz:mainfrom
Conversation
Pico SDK 2.x updates
feat: upgrade pico sdk
fix: update build and release
feat: improve cpu usage in zeptocore by 10%
feat: upgrade pico sdk to 2.2.0
Fix for Bass note off
apply ectocore clock mult/div to actual clock not just output
|
@okyeron yeah I'd be totally fine if you want to change the mappings! |
Any thoughts on where to start from? 12 through 31 are more or less undefined |
|
I don't really have an opinion, 12 to 31 are reasonable |
|
excellent - does the web interface expect anything from the current CC assignments? suggested changes: (put volume on 7 as thats standard, skip 17 for no good reason) |
|
Updated to the CC map above. WIP ZeptoControl Max patch if you wanna test the CC feature |
|
looks good! |
|
heya - what's the status here? Did something else need to be done to get this merged? |
|
hm not sure why this was closed, let me pull it in another way |
|
@okyeron could you link me to the commit on your repo for this change? this reop has been rebased so its all messed up. |
|
Here's the history (i believe): last commit was this: |
|
added in #785 |
Changes to allow for remote control of knob/combos from any MIDI controller. I've built example controllers in Max and TouchOSC - which we could add to the repo somewhere if wanted.
I do have a minor concern that the CC map is controllers 0-14 - as some of these are "dedicated" controls like Bank Select* or ModWheel - or that CC 7 is usually Volume, but volume is CC 5 on zeptocore.
Can these mappings change?
* I'd like to add a bank/patch select via MIDI and this would usually be CC 0 + CC 32