You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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).
On 10 February 2024 12:44:32 CET, Javier Cardona ***@***.***> wrote:
When I implemented USB MIDI I decided not to send any "control sounds"
via USB because I thought it 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, like the one you suggest).
--
Reply to this email directly or view it on GitHub:
#37 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
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!
The text was updated successfully, but these errors were encountered: