On 8/8/06, Tim Blechmann TimBlechmann@gmx.net wrote:
On Tue, 2006-08-08 at 09:55 -0400, Chuckk Hubbard wrote:
Is there a Pd external in existence that will respond to the jack transport? I have yet to find a program that can score video for Linux, so I'm thinking such an interface combined with GEM and -nosound would be a possible solution.
i had the same problem when i composed the sound for a video last year ... for that purpose, i wrote a small externals that connects with jack transport, you can find it in the cvs in externals/tb/jack_transport ... it requires pd devel_0_39, though, because it's using the idle callbacks for synchronization ... also, it's completely undocumented, iirc, it supports 'start', 'stop' and 'bang'...
hth ... tim
Awesome. Do you know what I need to compile this? I have jack.h, m_pd.h, and stdio.h in my /usr/include/ directory. "Make" gives me a long string of errors. Thanks. -Chuckk