-
porres
posted in news • read more"To Pd-announce:
Pd version 0.56-3 is available from https://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-dataThis fixes some problems in 0.56-2. Changes are summarized in release notes: https://msp.ucsd.edu/Pd_documentation/5.current.status.htm#s5.1
cheers
Miller"
Release notes:
Fixed broken "keyup" object (IOhannes).
Improvements to window titles and IEM GUI settings (IOhannes).
Ben Wesch improved updating the Pd colors without recreating windows.
Documentation updates (Alexandre).
Fixed a situation in which Pd hangs when failing to connect to jack device in linux.
Updates to the "deken" ("find externals") mechanism.
Many other bug fixes.
-
porres
posted in patch~ • read more@ddw_music said:
Come to think of it... why does else/sfz~ truncate note numbers? You're not bound by the limits of the MIDI protocol; why not fully support fractional note numbers?
that is a good request. Open an issue?
-
porres
posted in patch~ • read moreI didn't look at that patch, all I am saying is that I think it's important to have audio signals triggering the object. If you just want to use MIDI, you don;t really need it, but my library is fully sample rate accurate, like a modular environment. I wouldn't know how to do that with Vanilla, seems impossible or dreadfully hard/crazy with all my features.
The [slop~] object is sample rate accurate though.
-
porres
posted in patch~ • read more@JuanMadrid said:
And you are right, to develope the ADSR with vline was complicated foir me. I spent several hours,
and for me it's important that the gate value is an audio signal and that simply can't be done with [vline~]. A proper envelope should also be able to be retrigerred while the gate is on. When I added yet even more features like I did, it simply gets impossible to be done with Vanilla.
-
porres
posted in patch~ • read moreit was historically immediate release by default, but in that particular version I was trying to accommodate more features and kinda screwed up... and now it'll be back immediate release with yet more features, so I was able to find a way to accommodate things.
It's hard to add features without breaking things.
By the way. I don't think [vline~] can be considered an envelope generator at all... you can do it, but it's a lot of hassle and it's only linear and very limited. For you to be able to deal with exponential curves and all the things I provide in my envelope generator is just virtually impossible with vanilla.


