-
Notifications
You must be signed in to change notification settings - Fork 84
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
Enhanced midi visual feedback and display modes #647
Comments
Agree that this would be useful. (If easier to implement, I think that flashing the LED on incoming MIDI data might do the trick as well.)
While useful for power users, I imagine this might significantly complicate both the code and usage. |
Sure, don't see why a led wouldn't do the trick as well. The display modes are not so important. Generally speaking though, it would make things easier for not-so-skilled builders (like me) to have a bit more information available for troubleshooting. Even just a message in the console (via hdmi) for first received midi note and first time a TG is playing a sound |
You know that you can enable HDMI logging in the minidexed.ini file? Then it will show received MIDI messages. It should be disabled when not needed though, because it can worsen the sound. |
I did not know that... Well, that definitely makes debugging easier! |
On Mutable Instruments Shruthi https://www.soundonsound.com/reviews/mutable-instruments-shruthi-1 there is a flashing note symbol displayed on the screen whenever the device is receiving note information via midi, and a flashing tilde symbol when it's receiving midi cc.
Would this be possible to be implemented on minidexed as well?
Another cool addition would be to have different display modes, which could be cycled through. There would be display states, where several TG:s are displayed at the same time, and whether they are receiving midi or cc info.
The text was updated successfully, but these errors were encountered: