Code Monkey home page Code Monkey logo

cuefinger's Introduction

Cuefinger 1.0.2

Cuefinger 1 gives you the possibility to remote control Universal Audio's Console Application via Network (TCP).

In a recording studio this gives the studio musician the possibility to access the cue mix via a linux or windows tablet. Multiple connections from different devices at the same time are possible. E.g using an UA Apollo interface with 4 cue busses together with 4 tablet-pcs makes it possible for 4 musicians to each control their individual cue mix.

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 Android-/iOS Version since I have no experience in writing for these platforms.

I hope you find this software useful, feel free to contact me or check out 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/.


Credits

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


Windows 10/11

Use binary

Just chose the fitting *.exe and run it.

Compile with Visual Studio 2022

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


Linux

Snapstore

Get it from the Snap Store

Use binary

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

Compile with makefile

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


Screenshots

Here are some screenshots of it's scalable GUI and the select channels feature: Screenshot 2024-03-07 133925 Screenshot 2024-03-07 134025 Screenshot 2024-03-07 134614 Screenshot 2024-03-07 134546 Screenshot 2024-03-07 134119

cuefinger's People

Contributors

franqulator avatar

Stargazers

 avatar Freeman avatar

Watchers

 avatar

Forkers

gravelfreeman

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.