-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Patch/Nimbus: Midi Support #200
base: master
Are you sure you want to change the base?
WIP: Patch/Nimbus: Midi Support #200
Conversation
just marked as a draft since you have it marked as WIP. Feel free to mark it as ready to review when it's ready 😄 |
Also, we'll be reviewing, and getting the MidiHandler updates merged into libdaisy (and the examples here) sometime next week. Since I know this is semi-dependent on that, that I'd give you an update since that PRs been sitting for a little. |
@baumgartnerniels It's been a little bit, but I just wanted to ping you to see if you had any interest in picking this back up? All the MIDI stuff you were initially waiting on should be resolved (this could actually work with UART and/or USB MIDI now as well). |
Hi @stephenhensley |
@baumgartnerniels sounds good! No worries. I just wanted to ping since the PR has been sitting for a while, and it is certainly a very cool feature! Thanks! |
hello, did anyone try to add midi support to Nimbus? |
Petal Breakout work
Hi
I'm working on a feature to control all the parameters in the Nimbus Firmware with midi.
I'm marking this as Work in Progress, as the midi handling in the current libdaisy is a bit buggy.
Never the less, here is a first working draft. It will work as long as there are no Midi RealTime (clock) messages coming in. Otherwise (and that is usually the case when connecting a midi sequencer) the Midi parser in libdaisy has to be patched to ignore the buggy clock messages.
I saw a bit too late that there is a PR electro-smith/libDaisy#350 fixing the Midi parser. I think it makes sense to change this to use the new parser as soon as the mentioned PR is merged.
If you want to test this out in the meantime, here is the midi parser patch: