Hardware Mixer/Mute/Solo Controls #2106
Replies: 6 comments 46 replies
-
The serial port will be USB. Use a micro-controller with USB on your mini-panel. If your mini-panel and a mouse are used together, then the mouse pointer position can be saved for the GUI items (mixer controls etc) and your mini-panel can move the selected controls with the mouse pointer... for example. |
Beta Was this translation helpful? Give feedback.
-
I thought we had MIDI control over these now? |
Beta Was this translation helpful? Give feedback.
-
OK, I received the Behringer X Touch Mini but I need a little help. Which driver needs to be installed on the Pi? Thanks. |
Beta Was this translation helpful? Give feedback.
-
That's what a2jmidid is for. If you've already installed it, in QjackCtl, click on Setup > Options tab. Check "Execute script after Startup:" and type in the field: This way, you won't have to remember to launch a2jmidid every time. Under the MIDI tab there'll be an "a2j" entry with a dropdown arrow and your X touch should be in there, available to connect to Jamulus. |
Beta Was this translation helpful? Give feedback.
-
Here's the script jamulus_start.sh |
Beta Was this translation helpful? Give feedback.
-
A problem with playing on Jamulus is that changing levels, working buttons using a mouse or touchscreen is awkward while playing an instrument. It would be faster and easier to reach over and spin a knob or push a real button.
I have developed a hardware mini-panel with one knob and two buttons for each channel to control the on-screen slider along with the mute and solo buttons. It will control 4 channels, and it can be cascaded for up to 16 channels. The device puts out serial data containing levels and button states whenever the user makes an adjustment.
I am looking for advice or help tying in to the Jamulus code through a serial port. Basically, I need to control the Jamulus interface via a serial connection.
Beta Was this translation helpful? Give feedback.
All reactions