On Mon, 18 Aug 2003, guenter geiger wrote:
On Mon, 18 Aug 2003, Luke Yelavich wrote:
At 11:16 PM 17/08/2003, guenter geiger wrote:
I think you might have grabbed a very old version which had this problem. As jack support is included into the newer 0.37testX version from Millers site, I suggest you use that.
Using pd-0.37-test8 from Miller's site I still get the same behavior. I run jack with the following command line: jackd -a -R -d alsa -d ice1712 -p 64 -r 44100 &
And run pd with "pd -jack"
In the console, I constantly get readPartial messages being displayed, and no audio output.
I am running jack 0.75.0 on Slackware 9 with tcl 8.4.
Suggestions are welcome.
Luke,
Sorry for the wrong instructions. Seems that the problem has propagated into pd-0.37test8, I am going to try to fix this and send the code to miller. thanks for reporting.
Ok, think I found it. There is a #define JACK_OUT_MAX 512 in s_audio_jack.c change this to 64 and build ...
I hope that I can get rid of the additional one buffersize delay too in the future, but this is another story.
Greetings, Guenter