<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 24, 2021 at 5:16 PM robertlazarski <<a href="mailto:robertlazarski@gmail.com">robertlazarski@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif" class="gmail_default"></div></div><div class="gmail_quote"><div><div class="gmail_quote"><br></div><div class="gmail_quote"> Two questions: <br></div><div class="gmail_quote"><br></div><div class="gmail_quote">1) Staying on topic, can I execute ardour stop / play commands with system calls? Just curious what I can do. <br></div></div></div></div></blockquote><div><br></div><div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">"system calls" is normally a term that describes what a program does it when needs to get some sort of the service from the operating system.</div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default"><br></div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">I do not think that you mean that. I think you meanĀ  using a terminal window and typing commands there.<br></div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default"><br></div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">So your actual question is probably "can I send commands to ardour, from the command line, somehow?" The answer to that question: you can, using OSC. It's all described in at <a href="http://manual.ardour.org">manual.ardour.org</a> under "Control Surfaces". You will need a tool to send OSC commands ... "oscsend" is a common one.</div></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div><div class="gmail_quote"></div><div class="gmail_quote"><br></div><div class="gmail_quote">2) Via a jltctrigger system call I need to send midi start / stop with midi clock to an external sequencer that doesn't support MTC or MMC (Genoqs Octopus). Google isn't showing much that is recent. Can you recommend the right tool for the job? <br></div></div></div></div></blockquote><div><br></div><div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">I don't think that there are any well known tools that will let you send an MIDI Song Position Pointer message (start and stop are not MIDI clock). THere are perhaps some low level tools that could write a few bytes to a MIDI port.You also do this in most scripting languages in a few lines.<br></div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default"><br></div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default"> I hope you realize that sending start/stop will not provide synchronization between the sequencer and the LTC source: that would require continuous delivery of MIDI Clock messages, and they have absolutely nothing to do with LTC at all. <br></div><br></div></div></div>