-
mcardoso
anyone have a recent pd extended version for intel?
i've been trying the latest autobuild ones but they don't work....
id like to have a version with the mrpeach externalsthks
-
mcardoso
im working with realtime spacialization with netreceive and every time i change intensity values, or tables, i get some clics!
I recently read in this forum that this is a pd bug and that to reduce those clics , in case of reading soundfiles into tables, i could use sndfiler, but in my case im reading tables written in textfiles.
im constantly reloading the tables (25 times a second), but i only get these clics when the values of the files change.
anyone solved similar problem?
thks!!
-
mcardoso
just downloaded the intel mac pd version but need to add iemabs to it!
i cant even find a place to download it!
can anyone help?
-
mcardoso
hi can anyone help?
i managed to set up flosc with pd, to receive messages from flash, but cannot change the type of message i receive in pd to float! i tried unpack, trigger, set....
-
mcardoso
there's a new intel extended version at the pd autobuild farm
-
mcardoso
last time i tested the universal pd (for intel macs), and i believe miller hasn't releases another version, it had too many bugs to work with.
considering performance i was amazed with it, but there's still too many bugs... -
mcardoso
heyhey!
thanks for the info and advice!!
so best to do is find a way to put flash sending big amounts of info directly to pd. something similar to netsend but sending more data.ill post news if i can find a good solution
thanks again hardoff
-
mcardoso
hi! :D
another one on mac intel!!you just need to click on the file you downloaded to unzip it
copy the pd-imac-test application into your applications folder
and click on it to startdo you have stuffit or something to unzip it?
anyway pd 0.39.2 extendet test4 is the best working version
-
mcardoso
hi hardoff! recently weve been having quite a dialogue
im having flash to send via php all the spacialization info i need every frame in a second(writing a text file), when it finishs writing it sends pd an order (via netreceive) to load the file:
[netreceive 4000]
[bang]
[;
mytable read myfile.txt;]this process is going every 25 times per second, but only when spacialization values change in flash it makes these weird clics.
other weird thing i cannot understand is that is i open my flashplayer in my computer(localhost) dsp goes around 84%, but if i open it in other machine it goes up to (120%) and then it clics a lot!!!
do you know were i can find info to understand dsp? i think the problem might come from here!!
-
mcardoso
its an object to send control data over the network.
you can also use netsend~ and netreceive~ to send audio over the network.quite usefull, specially to connect to other apps!!
-
mcardoso
dont use osc! netsend/netreceive is much faster.
use php to write big blocks of data and netsend/netreceive to alert pd that info was sent!! -
mcardoso
yes! but he hasn't done a intel mac extended version!
im using his 0.39.2 extended test1 but i would really like to have the intel version of it (dsp usage reduces to a third).
with some copy paste i managed to put iemabs working on the intel version (along with a lot of loading libraries errors)
the iemabs filters are working (i think) but i discovered that tabosc~ doesnt work! i get a really high pitch sound instead of the drawn table.i gess ill just have to wait for Hans and Miller!!
what version are you working with?
thks!!
-
mcardoso
yeah! ive been having the same problem! tryed copying a whole lot of stuff into it but still doesnt work!
can anyone help me to get the proper files and install iemabs on inel macs?the best version i found until now was pd-0.39.2-extended-test1. only pdp isnt working!
but im working on a intel mac and cannot install iemabs, pdp, etc... on the new intel pd version:
http://crca.ucsd.edu/~msp/software.html (its called compiled for imacs)it would be a good idea if we started a knowledge list for installing abstractions and extras for the various versions of pd (osx, pc, linux, intelmacs, etc)
-
mcardoso
stopped using flosc!!
netsend is much more reliable, faster, and you dont get unrecognizable messages!!
-
mcardoso
sorry!
what im looking for is a way to, in realtime, stream audio from pure data! something like shoutcast~ but for osx
-
mcardoso
Mp3cast~ : emits an mp3 stream to an icecast/shoutcast server.
The shoutcast~ object written by Olaf Matthes is a similar object for Windowsis there any mp3 stream for osX?
-
mcardoso
ok! got it! thanks obiwannabe! i think this will work!!
-
mcardoso
ok!
if i send /bla 20, i use unpack to split the symbols /bla and 20. even if i use [oscroute /bla] i can't get anything out except symbol, which i cant convert to a number, and print.
and [unsymbol] doesnt seem to work! how can i make a number out of a symbol?
it seems i cannot do anything with flosc!! does anyone have FLASHSERVER for OsX?
thanks obiwannabe! thanks megale!!
-
mcardoso
i send from flash, throught flosc, the message /bla 20 and on pd e receive it throught oscdump.
then i use [unpack s s] plugged to 2 [symbol] boxes, getting the result [/bla] in one and [20] in the other, but afterwards i cannot convert the symbol to a number....
if i use [unpack s f] it says unpack: type mismatch
if i use [oscroute /bla] and plug to a number box it says: gatom: no method for `20`
even using [unsymbol] as you suggested is says: gatom: no method for `20`
any solution? how can i convert a symbol to a number?
ps. im working on macOsX!thanks