hi,
i've been spending some time on pd today again~.
i've grandly improved mp3live~ and fixed a bug in shoutcast~ .
Improvements to mp3live~ :
a/ added an incoming buffer status bar, thus you see when your peer is getting out of sync.
b/ added an outlet that outputs the IP address of your peer.
c/ let you have several instances of mp3live~ within PD ( which was the hardest thing to do ), i'll explain why in my next post.
Bug fix for shoutcast~ :
a/ a nasty bug indeed : when you had two instances and disconnect one of them, it could be the other one which disconnects. this was due to a shared static variable. windows version should have the same problem.
Enjoy new releases !!!
cheers,
Yves/
Next in thread --> "Internal pd problems...or features ?"
Hi all,
the new bug fixed release of shoutcast~ is now also available for window$ at the usual place.
Olaf
Yves Degoyon schrieb:
Bug fix for shoutcast~ : a/ a nasty bug indeed : when you had twoinstances and disconnect one of them,it could be the other one which disconnects.this was due to a shared static variable.windows version should have the same problem. Enjoy new releases !!!
Hi Folks
I was wondering how i can get read/write working for the /dev/dsp It seems everything up to 32pl-1 opens in read/write mode whilst the new 35 series will only open /dev/dsp in readonly or writeonly it does find a midi input device now though :-). Its not that i use both read/write constantly as quite often i am sending sound out mostly, but my question is what has changed since 32 that refuses to re-open the dsp?
Cheers Pat
p.s. I know we covered this but can someone walk me through a .pdrc setup again.
Hi all, this is at the top of my do-list, should have it fixed sometime this weekend...
cheers Miller
On Fri, Jan 25, 2002 at 10:13:27AM -0500, ppagano@bellsouth.net wrote:
Hi Folks
I was wondering how i can get read/write working for the /dev/dsp It seems everything up to 32pl-1 opens in read/write mode whilst the new 35 series will only open /dev/dsp in readonly or writeonly it does find a midi input device now though :-). Its not that i use both read/write constantly as quite often i am sending sound out mostly, but my question is what has changed since 32 that refuses to re-open the dsp?
Cheers Pat
p.s. I know we covered this but can someone walk me through a .pdrc setup again.