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
I'm using a MIDI console, comprising a push button and a LED for each stop. If I trigger such a button, a signal is sent to jOrgan, then the corresponding stop is toggled and finally the state ON or OFF is sent back to the console that switches the LED ON or OFF. Another trigger on the same button toggles the LED.
Problem
When opening jOrgan, some LEDs are not correctly initialized. Maybe it comes from the electronic cards that don't catch everything but I'm using cards from two different builders and the same issue appears.
Maybe it's also a bug from jOrgan. But one way to overcome this issue would be to specify a series of MIDI signals to send to the console, AFTER the existing initialization. In my case, "all notes off" for 3 channels and a "ON" signal for a specific LED (bank 1):
set 176, set 123
set 177, set 123
set 178, set 123
equal 144, equal 78, equal 127
This is what I specified in my GC button (that also deactivates everything except the combination called "bank 1").
Request
It would be nice to specify somewhere the MIDI signals we want to send to the MIDI console AFTER the existing initialization, for example a kind of message to insert in a connector element. Alternatively or in addition, we could imagine an extra feature to buttons such as a combination or an activator, so that it activates itself automatically when the organ is loaded.
The text was updated successfully, but these errors were encountered:
Context
I'm using a MIDI console, comprising a push button and a LED for each stop. If I trigger such a button, a signal is sent to jOrgan, then the corresponding stop is toggled and finally the state ON or OFF is sent back to the console that switches the LED ON or OFF. Another trigger on the same button toggles the LED.
Problem
When opening jOrgan, some LEDs are not correctly initialized. Maybe it comes from the electronic cards that don't catch everything but I'm using cards from two different builders and the same issue appears.
Maybe it's also a bug from jOrgan. But one way to overcome this issue would be to specify a series of MIDI signals to send to the console, AFTER the existing initialization. In my case, "all notes off" for 3 channels and a "ON" signal for a specific LED (bank 1):
This is what I specified in my GC button (that also deactivates everything except the combination called "bank 1").
Request
It would be nice to specify somewhere the MIDI signals we want to send to the MIDI console AFTER the existing initialization, for example a kind of message to insert in a connector element. Alternatively or in addition, we could imagine an extra feature to buttons such as a combination or an activator, so that it activates itself automatically when the organ is loaded.
The text was updated successfully, but these errors were encountered: