Re: [PD] jack and callbacks

2014-03-04 Thread Peter P.
Hi, * Miller Puckette m...@ucsd.edu [2014-03-04 04:16]: The callback flag instructs the Pd scheduler to run within callbacks from the audio system; otherwise the audio system might still be opened in callback mode (in portaudio or jack) or not (in alsa or mmio) but if yes, the scheduler and

Re: [PD] jack and callbacks

2014-03-04 Thread puredata
Trying to have the lowest latency with Jack / Linux / 64bit / RT kernel / 48000 / 3 / 64. So should I use this too? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] jack and callbacks

2014-03-04 Thread Peter P.
* pured...@11h11.com pured...@11h11.com [2014-03-04 23:05]: Trying to have the lowest latency with Jack / Linux / 64bit / RT kernel / 48000 / 3 / 64. So should I use this too? Best see for yourself if it has an advantage on your system or not. Seems hard to give a generaizable recommendation on

[PD] jack and callbacks

2014-03-03 Thread Peter P.
Hi, just learned that my Pd vanilla Pd-0.45.0 from Miller's Git sources works much better (less drop outs, etc) under jack when enabling use callbacks. Is there a way to enable this worthy parameter from the command line? Perhaps a way of setting it statically, maybe in s_audio_jack.c ? Thank

Re: [PD] jack and callbacks

2014-03-03 Thread Jonathan Wilkes
On 03/03/2014 07:44 PM, Peter P. wrote: Hi, just learned that my Pd vanilla Pd-0.45.0 from Miller's Git sources works much better (less drop outs, etc) under jack when enabling use callbacks. Is there a way to enable this worthy parameter from the command line? Perhaps a way of setting it

Re: [PD] jack and callbacks

2014-03-03 Thread Miller Puckette
The callback flag instructs the Pd scheduler to run within callbacks from the audio system; otherwise the audio system might still be opened in callback mode (in portaudio or jack) or not (in alsa or mmio) but if yes, the scheduler and the callback routine communicate via FIFOs... I chose