I have added a rewind functionality to the jack_transport~ object by Jacob Lee to ease use with Ardour. I can't seem to find a contact to let the author know... It was a very simple cut and past and edit looking at the transport.h from jack source. Not sure if this is of any interest.

Anyway maybe the author is on this list?

Attached is the diff.

Kind regards,
Lorenzo.
105a106,114
> // This adds a simple way to rewind unsing jack_transport_locate
> static void jack_transport_rewindwer(jack_transport_tilde_t * x)
> {
> 	if (!x->x_jack_client)
> 		return;
> 
> 	jack_transport_locate(x->x_jack_client,0);
> }
> 
193c202
< 	                gensym("start"), 0, 0);
---
> 	                gensym("start"), 0, 0);               
197a207,209
> 	                (t_method)jack_transport_rewindwer,
> 	                gensym("rewind"), 0, 0);	                
> 	class_addmethod(jack_transport_tilde_class,
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to