Re: [PD] jack_transport improvements

2009-05-27 Thread Alex
This is pretty nice... thanks! I changed 1 thing and added another method to the external which might be useful for others [updated the help with that]. First, I figured the external shouldn't try to start the jack server if it isn't already started.. so i changed the options used for creating th

Re: [PD] jack_transport improvements

2008-02-19 Thread Andy Farnell
On Tue, 19 Feb 2008 12:31:12 -0600 "Jacob Lee" <[EMAIL PROTECTED]> wrote: > What are you using as the jack transport master? This external doesn't > have the capability to act as the master, so something else has to set > the tempo and time signature (that's what I'm using klick for). And pd > has

Re: [PD] jack_transport improvements

2008-02-19 Thread Jacob Lee
What are you using as the jack transport master? This external doesn't have the capability to act as the master, so something else has to set the tempo and time signature (that's what I'm using klick for). And pd has to be computing audio, since the plugin gets the current transport position during

Re: [PD] jack_transport improvements

2008-02-19 Thread Andy Farnell
Hi Jacob Connects to jack server ok. Reports good connection. Can start and stop transport. But; No transport notification message printed by jackd Query doesn't work, no data on outlets Haven't had time to debug yet, could be something my end. a. On Sun, 17 Feb 2008 19:51:27 -0600 "Jacob

[PD] jack_transport improvements

2008-02-17 Thread Jacob Lee
I've added some code to the jack_transport external (tb/jack_transport/ in pd-extended) to show the current bar/beat (and also bpm and tempo) in real time. Messages are only sent out when pd is computing audio, and also no more than once per beat (to avoid floods of messages). I'm not outputting a