[Ardour-Users] Ardour as a midi timecode slave

Paul Davis paul at linuxaudiosystems.com
Thu Apr 29 19:43:48 PDT 2021


On Thu, Apr 29, 2021 at 8:17 PM robertlazarski <robertlazarski at gmail.com>
wrote:

>
>
> jack_transport does exactly what I want via the start / stop commands.
> However it is an interactive shell program. I want to execute each
> jack_transport command with a background process at a timed interval using
> jltctrigger (also for Adrour and OSC), for discussion purposes identical to
> execution in crontab. Does jack_transport have to be interactive? I have
> done some "expect" language interactive shell programming but thought i'd
> ask.
>

echo 'play' | jack_transport
echo 'stop' | jack_transport
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ardour.org/pipermail/ardour-users-ardour.org/attachments/20210429/dd3099a9/attachment.htm>


More information about the Ardour-Users mailing list