-
ingox
Also of interest maybe that if you use Debian you can install Pd from backports which means that you get the newest version of Pd almost immediately after release by simply updating the system via apt. So great!
Have to add that where problems with Debian + Ofelia in the past. I solved them on my system, but not sure if they are solved in general with current versions.
-
ingox
Pd virtual meetup this Sat Jan 9 at 11 am CST on the Pd Discord Server:
Hangout, share your projects, knowledge, ask anything
Time converted to local time: https://www.timeanddate.com/worldclock/fixedtime.html?msg=Pd+virtual+meetup&iso=20210109T11&p1=155
-
ingox
There might also be a hidden send within the properties of a graphical bang.
-
ingox
@lysergik Swing may just mean to add a delay to every second note. This can be accomplished with something like this:
-
ingox
@auaa If [adc~] is in a subpatch you can also use [switch~] to turn the subpatch on and off.
-
-
ingox
@sdaau_ml Since i was mentioned in the thread for no apparent reason, here is my take:
There seems to be some kind of bug: If you change the slider value by key (key up or key down) and click on the slider, it will jump down a little.
Edit: By removing the [int] after [unpack] it gets a little better...
-
ingox
@kyro The [append] method has the benefit that you directly get the pointer. Not sure if this is still on the thread topic though...
-
ingox
@ddw_music By looking closer to your patches i think you solved everything nicely.
-
ingox
@jancsika This is great. Try/catch is a missing structure in Pd.