Howdy all,
Using planet ccrma pd 35 patched for jackd and envoking jackd thusly -
jackd -R -d alsa -d hw -p 480 -n 4
pd -jack gives me solid red dio errors and a screen full of
"Partial readPartial readPartial readPartial"
and jack says
"subgraph starting at PureData1234 timed out (subgraph_wait_fd=13, status = 480, state = Triggered)"
jackd -R -d alsa -d hw
and
pd -jack
work fine but I'm using ardour which requires the unusual buffer settings.
Any ideas?
thanks, ryan
===== --r--
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
hi! i've never had the pd errormessage you describe, but i'm using pd0.35 from cvs + ardour + jack -p 2048 (or even -p 4096), and have no problems but big latencies. why sould ardour require jackd -p 480?
regards d13b
ps: my full jackd-commandline is like jackd -R -a -d alsa -d hdsp -r 44100 -p 4096 -n 2 -H
Ryan Gallagher wrote:
Howdy all,
Using planet ccrma pd 35 patched for jackd and envoking jackd thusly -
jackd -R -d alsa -d hw -p 480 -n 4
pd -jack gives me solid red dio errors and a screen full of
"Partial readPartial readPartial readPartial"
and jack says
"subgraph starting at PureData1234 timed out (subgraph_wait_fd=13, status = 480, state = Triggered)"
jackd -R -d alsa -d hw
and
pd -jack
work fine but I'm using ardour which requires the unusual buffer settings.
Any ideas?
thanks, ryan
===== --r--
Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev
On Thu, 9 Jan 2003, Ryan Gallagher wrote:
Howdy all,
Using planet ccrma pd 35 patched for jackd and envoking jackd thusly -
jackd -R -d alsa -d hw -p 480 -n 4
pd -jack gives me solid red dio errors and a screen full of
"Partial readPartial readPartial readPartial"
The jackified pd doesnt allow for buffersizes smaller than 512 (thats because the linux scheduler operates on 10 ms ticks). The newer versions on CVS should take this into account and do some additional buffering inside pd.
You have to checkout with the devel_0_36 tag.
Guenter
and jack says
"subgraph starting at PureData1234 timed out (subgraph_wait_fd=13, status = 480, state = Triggered)"
jackd -R -d alsa -d hw
and
pd -jack
work fine but I'm using ardour which requires the unusual buffer settings.
Any ideas?
thanks, ryan
===== --r--
Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev