Hello again. I've examined my problem and reach the conclusion that the glitches in the sound happens almost everytime I change the video being played by one of the [pix_film] I'm using. When I do this there's a peak in the disk activity, on data read/sec and data written/sec.
Is there a way to fix this? How could I make sound output independent of GEM? should I have 1 [pix_film] for each clip?
Thank you for any help.
Daniel Almeida
You have to use two instances of Pd : one for the sound, the other for GEM. ++
Jack
Le 16 nov. 08 à 23:43, Daniel Almeida a écrit :
Hello again. I've examined my problem and reach the conclusion that the glitches in the sound happens almost everytime I change the video being played by one of the [pix_film] I'm using. When I do this there's a peak in the disk activity, on data read/sec and data written/sec.
Is there a way to fix this? How could I make sound output independent of GEM? should I have 1 [pix_film] for each clip?
Thank you for any help.
Daniel Almeida
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Thank you Jack, And how do I do it? with network communication? Or maybe midi?
Daniel
--- On Sun, 11/16/08, Jack jack@rybn.org wrote:
From: Jack jack@rybn.org Subject: Re: [PD] Glitches. To: int86@yahoo.com Cc: pd-list@iem.at Date: Sunday, November 16, 2008, 11:00 PM You have to use two instances of Pd : one for the sound, the other for GEM. ++
Jack
Le 16 nov. 08 à 23:43, Daniel Almeida a écrit :
Hello again. I've examined my problem and reach the conclusion
that
the glitches in the sound happens almost everytime I
change
the video being played by one of the [pix_film]
I'm
using. When I do this there's a peak in the disk activity, on data read/sec and data written/sec.
Is there a way to fix this? How could I make sound
output
independent of GEM? should I have 1 [pix_film] for
each
clip?
Thank you for any help.
Daniel Almeida
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
listinfo/pd-list
Daniel Almeida wrote:
Thank you Jack, And how do I do it? with network communication? Or maybe midi?
why would you want to use MIDI? (apart from the fact that you can) using [netsend]/[netreceive] (or OSC if you want to be super -flexible) should be the way to go.
--- On Sun, 11/16/08, Jack jack@rybn.org wrote:
You have to use two instances of Pd :
you don't _have_ to, but it is a very general workaround for performace problems.
fgmasdr IOhannes
Hello List.
I really don't want to use Midi but I could do so. Since I'm controlling everything with a midi controller (ok, also with mouse and keyboard, but not much), I could have a key to start everything.
[netsend]/[netreceive] where the patches I was thinking about! thank you for reminding me their names.
Daniel
--- On Mon, 11/17/08, IOhannes m zmoelnig zmoelnig@iem.at wrote:
From: IOhannes m zmoelnig zmoelnig@iem.at Subject: Re: [PD] Glitches. To: int86@yahoo.com Cc: pd-list@iem.at Date: Monday, November 17, 2008, 8:28 AM Daniel Almeida wrote:
Thank you Jack, And how do I do it? with network communication? Or
maybe midi?
why would you want to use MIDI? (apart from the fact that you can) using [netsend]/[netreceive] (or OSC if you want to be super -flexible) should be the way to go.
--- On Sun, 11/16/08, Jack jack@rybn.org
wrote:
You have to use two instances of Pd :
you don't _have_ to, but it is a very general workaround for performace problems.
fgmasdr IOhannes