With Cuefinger you can remote control Universal Audio's Console Application via LAN/Wifi.
In a recording studio this gives the studio musician the possibility to access the cue mix via a linux, android or windows tablet/phone. As an example, you could use an UA Apollo interface with 4 cue busses in combination with 4 tablets/phones allowing 4 musicians to control their cue mix individually. Features:
- Volume, Pan, Mute, Solo, Pre/Post of the Monitor, the CUE- and AUX-Mixes
- Responsive design allows mixing also on tiny screens
- Show only the channels you need via select channels
- Reorder channels
- Mix groups
- Color coding
- Lock to mix (e.g. allow access only to CUE 1)
- Mute All button
- Easily switch between servers
- Low on CPU usage and uses GPU acceleration
I use cuefinger in my studio since a few years now. Until now I couldn't find the time to publish it for others to use, but better late than never. Cuefinger runs in my studio on 3 low budget HP Stream 7 tablets with Linux Mint and I also use an old win10 tablet (32bit). They remotely control my cascaded Apollo Silver and Apollo 16 black. I also tested it with Apollo Solo. There is no iOS Version since I have no experience in writing for this platform.
I hope you find this software useful, feel free to contact me. You can donate to value countless hours of work by buying my music.
Cuefinger 1 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Idea & code
Frank Brempel
Graphics
Michael Brempel
Cuefinger uses SDL2 and simdjson
www.libsdl.org
simdjson.org
Thanks to
Antonio Radu Varga whose project UA-Midi-Control helped me to get started
https://github.com/raduvarga/UA-Midi-Control
If you like and use Cuefinger you can donate by buying one of my songs on franqulator.de (via franqulator.bandcamp.com).
You can download the apk-file here: https://github.com/franqulator/cuefinger/tree/main/build/android
Soon on Google Play store.
Just chose the fitting *.exe and run it.
You need SDL2 developer package (https://github.com/libsdl-org/SDL/releases/tag/release-2.30.0).
You can use the Visual Studio 2022 project files, make sure that you copy the SDL2 include and bin into the project folder or change the include and lib paths in the gfx2d_sdl.h
The compiled file is target for Ubuntu 22.04 x64. You might have to install the SDL2 runtimes:
- Open Terminal
sudo apt-get install libsdl2-2.0
sudo apt-get install libsdl2-ttf-2.0-0
- Make sure it has permission to run as executable
chmod +x $file
You might need to install the SDL2 developer libraries:
- Open Terminal
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-ttf-dev
- navigate to the src folder and run make:
cd src
make
- you can now run cuefinger
../build/linux/cuefinger




