jack_transport control (osc)

Optimize your system for ultimate performance.

Moderators: MattKingUSA, khz

Post Reply
sjomae
Established Member
Posts: 5
Joined: Wed Aug 09, 2023 11:15 am
Been thanked: 3 times

jack_transport control (osc)

Post by sjomae »

Is there a way to control jack_transport (play / stop) using OSC (or midi)?

b08x
Posts: 2
Joined: Sun Sep 10, 2017 6:59 am

Re: jack_transport control (osc)

Post by b08x »

Not directly as far as I know. You could use a plugin host such as Carla (which you can run headless).
Or you could script something small. At one point I put together a ruby script that uses expect to interact with jack_transport when called, then another script to run as an osc server (using the osc-ruby gem) that ran in the background. It worked well for me, but I imagine it may not be as precise as it needs to be. My point is you can go about this a few different ways but there doesn't appear a widely solution for this.

Here this one person configured middings to accept osc messages;

http://leyoy.free.fr/mididings_jack_transport.py.txt
source

sjomae
Established Member
Posts: 5
Joined: Wed Aug 09, 2023 11:15 am
Been thanked: 3 times

Re: jack_transport control (osc)

Post by sjomae »

Thanks. Bipscript is a other option I think: https://www.bipscript.org/en/api/index.html

Post Reply