-
mrpropre
Hi,
Before, I was able to create and delete an abstraction with a specific ID based on the first argument. I think I was using pd-extended 0.41 at the time.
Now, when I try to do the same with 42.5 using [find +myAbs 3, delete( it only find the first abstraction on the patch and doesn't care anymore for the ID.
That's a big problem cause I am unable to delete a specific objet, only the first instance...
anyone have a clue on this?
Thanks
-
mrpropre
Hi,
I would like to know if someone have already made a xml reader or parser abstraction/lib/object in pure data?
-
mrpropre
Hi,
I would like to display an array of 10000 and the size need to be more than 3000 pixels. The canvas can draw ok, but the array is cut at 1000.
Is there anyway to make this possible or am I stuck with this limitation?
Thanks!
-
mrpropre
Hi, is there a simple way to get a RSS feed into pd?
-
mrpropre
Hi,
I try to import a simple text file into a table objet and want it to be resized automaticaly in X and Y range. The resize function is only working for X range...and I don't want the table to be between -1 to 1 because I am not using it for audio purpose.
Is there a way to do it?
Thanks
-
mrpropre
Hi, I would like Pure Data to upload an image on my ftp.
Is there a way to do that?
Thank you!
-
mrpropre
I use pd for a sound installation in Taiwan right now, but a loud noise happended a few time. I want to fix this problem very quiclky but I don't know what could be the origin.
I use a lot of pan~ object, freeverb~, throw~/catch~, and, granule~ from the LyonPotPourri library.
Do you have any experience to share about that?
I am using a TERRATEC DMX 6Fire USB audio card on winXP with 6 channels, but this problem olso happended on a Motu MK2...Thank you very much!
-
mrpropre
I everyone,
I have re-installed pd soon and I miss some externals for audio comparison such as [<~], [==~] etc...
I don't remember wich library those are from...can you help?
Thanks!
-
mrpropre
Hi,
I would like to randomly create an ID and delete it for object creation purpose. What I need is like a random function, with an inlet to pick a number that remove it from the available numbers.
Any clue?
-
mrpropre
I,
I am aware of the methods that can be used in a message box to create objects, supatches etc...(in manuals=>pd_msg=>1.msg_and_patch=>0.all_msg.pd))I would like to be able to delete a single object in a patch, but the clear function delete all objects. Is there a way to to that?
thank you