Signature
Don.
Computer Music Student.
Puns are always intended.
Pd Vanilla 0.45-4(32bit) on OSX
-
Don
hey you guys!
I've started making little applets from processing sketches paired with puredata.
The first two on my website are simple interactive audio/musical toys. and more ideas are being created right now.
I'm considering new ways to produce music from visual inputs and trying to think out of the box for the next apps. They're small projects and have limited utility; as I've just started learning this on the way. The plan is to get the fun ones on android/iOs.http://www.adamssounds.com/#!code/cw81
you can get them here for mac, linux and windows. (note that i still havent tested them in any other platforms than mac, feedback would be nice if things don't work. )
-
Don
I usually always make sure that my final signal to the dac is only multiplied by a hslider from 0 to 1 and move it in float using alt-click-drags.
And I always keep Pd; Dsp 0 Message not too far away in case of the big bang exploding.
-
Don
@gsagostinho : I thought about implementing fade ins & outs for a day or two, but it wasn't a pripority at the time. I could possiby do it now that I have more time to work on it.
-
Don
Hey guys! two months ago, my teacher wanted me to code an audiolooper~ abstraction.
I've had quite some fun playing around with it. So I wrote it in libpd to use in mobmuplat.You can download AudioLooper~ on my website.
http://www.adamssounds.com/#!code/cw81
Cheers.
-
Don
@dwan , I just finished reading up on Graph-on-parent. That's an even more elegant way to fix my problem. Thanks.
-
Don
I'm making a custom object to loop audiofiles. Whenever I load a new soundfile in my patch (inlet#01), i send messages to reset my values (inlet#2 thru 7) to their desired value and it works fine within the patch itself. What I have trouble with, is refreshing the value of those toggles and sliders if they are connected to the inlets of my object. Iv'e learned about |set $1< to correspond two values, but is there a way to do that through an inlet and have the value from inside the object reflect on the outside toggle/slider/number?
Whenever I load a new sound, the patch resets inlet 2, 3, 4, 5, 6, and 7 to their start value (Within the patch), but the toggles sliders and numbers outside the object will stay where they are if I had previously moved/changed them. I'd like them to reflect what goes on inside the patch. It's not a deal-breaker problem, it's just really annoying to the user to have the wrong values being displayed when , really, they have changed.
-
Don
@dwan Thanks on the input. I'll be deleting useless stuff to see how much cpu I can save. I hadn't thought about [s] and [r] for simple stuff like bangs and toggles, i'll try to use it more to simplify the look of the patch. have you encountered any undesirable effect/bug while testing?