-
Notifications
You must be signed in to change notification settings - Fork 173
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
Allow Midi Notes up to 127 in Instrument MIDI Output #1828
Comments
theGreatWhiteShark
added a commit
to theGreatWhiteShark/hydrogen
that referenced
this issue
Jul 31, 2023
By accident I limited the range of possible MIDI output notes to `100` in 1.2.0. The supported range is now [0,127] again. Fixes hydrogen-music#1828
No. That's a bug. Thanks for reporting! |
theGreatWhiteShark
added a commit
that referenced
this issue
Jul 31, 2023
By accident I limited the range of possible MIDI output notes to `100` in 1.2.0. The supported range is now [0,127] again. Fixes #1828
The fix will be part of the 1.2.2 patch release. If you could check the fix in either the |
Thanks! I built from master and everything works as expected. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hydrogen version * : 1.2.1-1
Operating system + version : Manjaro, installed via pamac
Audio driver + version : Jack, 1.9.22
I've been using hydrogen along with a launch pad mini, using its buttons to mute/unmute instruments in H2.
Having the midi note output is incredibly helpful as it visual feedback for the currently playing instruments on the launchpad.
However, this is limited by the cap on the MIDI note number output. That means visual feedback of playing instruments stops
in the middle of a row of buttons. Is there any specific reason why there is a limit? Or would it be possible to remove the cap and make all note numbers available for output?
** if you are reporting a bug, please describe how the bug can be reproduced
The text was updated successfully, but these errors were encountered: