Send MIDI when a stop is activated or deactivated #1749
-
I am currently working on a modification of my second organ, and I would like to know if it is possible to ask GO to send the MIDI codes corresponding to the activated/deactivated stops when recalling a memorized registration. The reason is that I want to modify this organ to use it in headless mode. To replicate the stops status, I will use a LED strip with individually addressable LEDs. I will also use one capacitive sensor per stop to be able to select the stops. All this will be controlled by a Teensy, which will send the MIDI codes to GO. Handling individual stops will not be a problem, because the Teensy will know what capacitive sensor has been pressed, and thus which LED should be switch on or off accordingly. However, when recalling a registration that has been momorized in GO (I have also capacitive sensors acting as pistons), several stops are simultaneously activated, and there is no way for the Teensy to know which ones. Unless GO can send all the corresponding MIDI codes, as if the stops had been manually activated one by one. Of course, I could use the Teensy for the registration memory management (this is what I am doing with my main organ), but I see this as a plan B only. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
GO can send midi events for stops when they are activated and deactivated. Just right-click on the stop button, go to the |
Beta Was this translation helpful? Give feedback.
-
It should be possible. Of course, depending on your actual MIDI hardware... Use the Send tab of the normal MIDI dialog that pops up when you right click an element. On one setup of GO that I regularly use I have a AKAI Professional APC mini MK2 setup for various controls (Stops, Setter buttons, Temperament changes etc). After I've programmed the pad lights to show up on activation, whenever that stop (or other button) is active it will light up on the device. |
Beta Was this translation helpful? Give feedback.
-
I'll do my best!
The Rapsberry Pi 4 with 8 Gb of RAM can handle Friesach, if you accept a few concessions. I use it on my main organ already. The new Pi 5 brings more CPU but the same amount of RAM. Unfortunately, the opposite would have been better... |
Beta Was this translation helpful? Give feedback.
GO can send midi events for stops when they are activated and deactivated.
Just right-click on the stop button, go to the
Send
tab and assign a midi event to it.