are there any log~ / exp~ objects/externals? in which library are they located?
i need them because i am converting a project from control-messages to audio.
thanks in advance
I read:
are there any log~ / exp~ objects/externals?
there's log~ in cyclone
HTH
x
i don't know an [exp~]-obj., but i found a way to use ctrl-obj's as audio-obj:
| <- audio-connection [pack~] | [drip] | [exp] <- this is the ctrl-obj. you want to have as an audio-obj. | [repack 64] <- 64 is the blocksize | [unpack~] | <- audio-connection
i'm not sure, but i think this solution is more cpu-intensive than a 'real' [exp~]. be aware of that.
----- Original Message ----- From: "Federico" xaero@inwind.it To: pd-list@iem.at Sent: Tuesday, January 04, 2005 6:39 PM Subject: [PD] log~ / exp~
are there any log~ / exp~ objects/externals? in which library are they located?
i need them because i am converting a project from control-messages to audio.
thanks in advance
-- Federico
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
| <- audio-connection [pack~] | [drip] | [exp] <- this is the ctrl-obj. you want to have as an audio-obj. | [repack 64] <- 64 is the blocksize | [unpack~] | <- audio-connection
i'm not sure, but i think this solution is more cpu-intensive than a 'real' [exp~]. be aware of that.
wow ... do this too often and your cpu power will be gone ... i would try something like that with a table lookup ... should be faster (no benchmark, just my feeling)
cheers ... tim