hi,
i'm running pd -rt -jack with the plugin~ external:
turning on audio in this patch (in attachment) can (not always) load my cpu to 100 percent and then gives lots of watchdog: signaling pd... i don't think that the problem is related to this new ladspa plugin (caps) cause others, like VyNil, do the same thing.
i've this informaton in my terminal: subgraph starting at pure_data_0 timed out (subgraph_wait_fd=11, status = 0, state = Triggered)
**** alsa_pcm: xrun of at least 1.538 msecs
cannot read event response from client [pure_data_0] (Connection reset by peer)
is the plugin~ external fully compatible with pd-0.37.1 and jack? patrick
#N canvas 460 247 356 207 10; #X floatatom 28 71 0 0 0 0 - - -; #X obj 272 166 dac~; #X msg -19 96 print; #X obj 28 131 plugin~ Click /usr/lib/ladspa/caps.so; #X msg 28 96 control bpm $1; #X floatatom 141 71 0 0 1 0 - - -; #X msg 141 96 control volume $1; #X obj 141 20 loadbang; #X msg 141 42 1; #X text 27 52 BPM; #X text 172 72 VOLUME; #X connect 0 0 4 0; #X connect 2 0 3 0; #X connect 3 1 1 0; #X connect 3 1 1 1; #X connect 4 0 3 0; #X connect 5 0 6 0; #X connect 6 0 3 0; #X connect 7 0 8 0; #X connect 8 0 5 0;
You should definitely identify the verions of apps involved.
pd ? Jack ? plugin~ ?
plugin~ (from CVS) works fine here with a 1 month old devel_0_37 pd and jack 0.93.6
Couldn't try your example because I don't have those plugs.
Otherwise, it could perhaps be a problem with priorities identified recently that were related to pd running with -rt and jack.
./MiS
patrick puredata@11h11.com writes:
hi,
i'm running pd -rt -jack with the plugin~ external:
turning on audio in this patch (in attachment) can (not always) load my cpu to 100 percent and then gives lots of watchdog: signaling pd... i don't think that the problem is related to this new ladspa plugin (caps) cause others, like VyNil, do the same thing.
i've this informaton in my terminal: subgraph starting at pure_data_0 timed out (subgraph_wait_fd=11, status = 0, state = Triggered)
**** alsa_pcm: xrun of at least 1.538 msecs
cannot read event response from client [pure_data_0] (Connection reset by peer)
is the plugin~ external fully compatible with pd-0.37.1 and jack?
<snip>
hi mis!
i finally found the problem and for the mailing-list archive here's why it didn't work :
when you create an object [plugin~ Click> you have to specify a valid range for [control bmp 80> before turning audio on. that's it. you can find the range by sending a [print> to the object.
patrick