Skip to content
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

Startup sound, and Mode beeps do not send over MIDI USB #37

Open
Ekolide opened this issue Feb 9, 2024 · 2 comments
Open

Startup sound, and Mode beeps do not send over MIDI USB #37

Ekolide opened this issue Feb 9, 2024 · 2 comments

Comments

@Ekolide
Copy link

Ekolide commented Feb 9, 2024

Hi.

When starting the Haxophone there is a startup sound played to indicate when the instrument is ready to be played. This sound plays through Fluidsynth, but not MIDI USB. The instrument changing mode is similar; it does not send note information to preview the current instrument, or beep when entering or exiting the mode. The transposition mode does not send any beeps either.

I think this would be a useful thing to have access to for cohesion and navigation, but there should also be an way to turn these sounds off for performance. For example by hitting all three RH palm keys while in the instrument or transposition mode. When hitting all RH palm keys and there is no sound, the setting is off, when hitting all RH palm keys and it plays a beep, the setting is on.

Of course, there's the element of not knowing what sounds will actually trigger when sending this note information, since the user will be using their own sounds and MIDI routing. I'm interested to hear opinions on this.

Thanks!

@jcard0na
Copy link
Collaborator

jcard0na commented Feb 10, 2024

When I implemented USB MIDI I decided not to send any "control sounds" via USB because I thought that would disrupt the (my?) main use case: transcribing to a score what is played on the haxophone. I would not oppose to someone implementing this feature, as long as it is off by default, and can be turn on either at compilation time (e.g. --feature control-sounds-to-midi) or during playtime via some key press combination (e.g. like the one you suggest).

@Ekolide
Copy link
Author

Ekolide commented Feb 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants