Hi,
just out of curiosity : why did you move to "deprecated" some objects (for example : pp.rev~) ?
-
Audiolab is now available on deken!
-
@jyg said:
just out of curiosity : why did you move to "deprecated" some objects (for example : pp.rev~) ?
because I am not planning to develop them any further (i don't use them anymore) and there are better alternatives, such as pp.phiverb~. I'm keeping them for anyone who wants to use them, Just copy from the deprecated folder.
There is a lot of stuff I'd like to change in this library, particularly the names of some of the objects. "pp.phiverb~" "pp.butterkreuz3~" etc., just horrible! plain stupid. I don't know who came up with this. So whenever i make a fundamental change in the future, i will keep a copy of the old stuff in the deprecated folder. However, the worst is the name of the library itself; "Audiolab" ... I hate it!
Too late to change that now i suppose
-
Version 0.80 is now available.
-
3 new objects: [pp.distort~] and [pp.dystort~] for distortion and saturation effects, and [pp.xypad], which is a 2D controller that allows you to record and play back moves.
-
[pp.fft-partconv~.s] runs cpu-heavy partition convolution in a subprocess using [pd~]
-
A new example shows how to use [pp.grainer~] as a polyphonic granular synth.
-
New control rate outlets for [pp.lfnoise~], [pp.shiftlfo~] and [pp.adsr~].
-
[pp.vcfilter~] now has an option for an audio rate notch filter.
-
[pp.sfplayer~]: new option to write recorded audio to file
-
many bugfixes etc.
Happy patching!
-
-
@solipp Thank you! There is an issue with pp.xypad. When zoomed in (ctrl+ on Windows), the green dot does not track with the mouse. Pd's default text size is too small for me, so I'm almost always zoomed in on Pd patches. I believe I've seen a similar issue with the scroll bars in other Audiolab objects.
-
@jamcultur this would be easy to fix, but pd currently has no method to get the zoom factor of a patch window. I filed a pull request to add this to [pdcontrol]; https://github.com/pure-data/pure-data/pull/2846 let's see if it makes it into the next release.
Here is a larger version of pp.xypad that you can use: xypad-large.zip
-
@solipp Thank you!