Hi, after a test phase with Windows errors, it seems we solved the windows
compilation issues and here's the update I'm wrapping up for the PdMAXCon
in a few days! I just have to ship this, but I had a new [streamin~] and
[streamout~] objects for streaming and I'm leaving it out for now cause the
build for windows is still failing. Hold on for that. Note that older ELSE
versions are not working on Pd 0.56. This one requires 0.56-1!
My last update aimed at a PlugData update but that didn't happen yet,
though there's a PlugData 0.9-2 test release, based on 0.55-2. This new
ELSE update will hopefully come soon right after at PlugData 0.9.3, or
maybe even a newer update. I was hoping to better coordinate releases but
it's not happening :)
There's a lot of new stuff, but I'm mainly focusing on my MERDA modules,
which I'll show at PdMAXCon. They're coming out fancy with lots of stuff
and details I can't get into. There's lots of eye candy, like Implementing
a new mechanism for minimizing and maximizing the GUI or opening in a new
window. Added "tab" navigation for most knobs in the modules. This is just
the tip of the iceberg as there's lots of work to support this, so I made
several changes and updates to [knob] and [button]. The [knob] object also
gained several features and it became a feature-creep monster. Now I'm also
including mouse wheel scrolling, for one thing.
There's a new "Super Saw/Square" oscillator (a sum of 7 oscillators based
on JP-8000) abstraction object that also became a MERDA module. I wanna
highlight a new [mix~] object made for it that makes convenient mixing and
panning MC connections. There's also a cool [arpeggiator] abstraction, in
the next release I hope I'll have a new MERDA module with that included.
This is the main deal! There are 15 new objects, I'd like to also mention
mid/side encoding and stereo widening, and another one for envelope
following. Total number of objects now is 587! The tutorial now has 561
examples and an expanded subchapter about stereo imaging and improvements
to envelope following.
It's up in deken, let me know if something is wrong...
There are of course many many other numerous changes and fixes. Detailed
changelog in https://github.com/porres/pd-else/releases/tag/v.1.0-rc14
As of now, I started being more careful with breaking changes. I'm still
allowing old patches to run, but telling people to adapt to new stuff. For
instance, I had a [del~ in] and [del~ out] object now split into 2
([del.in~]/[del.out~])
thanks to a new functionality in Pd 0.56-0, but you can still call the old
[del~] object (for now). Like I've been saying, I'm just waiting for
PlugData 1.0 to call this a final release as well.
cheers
Alex
Hi, lots of people have been reporting issues with ELSE and Pd 0.56. I had
things sorted before this Pd release but I had to wait and wrap up an
update. Next week I'll be attending the PdMax conference and I now have a
test release ready! I plan to upload the actual final one by september 2nd!
This is just to see if people find issues with it...
By the way, Pd 0.56-1 is out with some important bugfixes, and this
actually needs it! It's already up in deken but you can also find a
download here. I'm owing a Raspberry pi release. I need help with that
actually...
Check the link for the details on what's new. I'll make another
announcement with the highlights when the final version is officially out.
https://github.com/porres/pd-else/releases/tag/v.1.0-rc14-test
Please download and open All_else_objects.pd - see if all the objects will
load just fine. Tell me if you see something funny. Thanks!
cheers
To Pd-announce:
Pd version 0.56-1 is available from https://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-data
This fixes a problem in 0.56-0 which could prevent Pd from starting up on
macintoshes on which the menus were not in the English language,
along with several other problems for all platforms.
cheers
Miller
thanks Rolf,
yes I noticed the plot errors, I've just managed to clear them (I'll fill
an issue about this maybe, and about some other data-structures problems,
e.g there's a crashing bug when using text fields in pre-allocated arrays).
The solution I found is to delete-then-recreate the subpatch containing the
problematic "element" template (here [pd template-bar], and [pd
template-mark] for the timeline).
As for the name... yeah, I don't like [wavview/wavview_timeline] either. It
should probably just be [wavview/timeline], but I didn't like the idea of a
naming clash with other possible [timeline] libraries. OTOH that won't
happen without [declare -path wavview].
In that case I have to use [wavview/timeline] in the help patches (so that
you can copy/paste it anywhere else), so I'm gonna refactor my repo and put
the patches in a wavview/ subdir (and add a hidden [declare -path ..]).
Maybe I will overwrite v0.3 in Deken.
EDIT: done. I replaced v0.3.
Antoine
sidenote: I experienced a mail rejection when I first answered to rolf. The
error was:
<pd-list(a)iem.at>: host mailgate.iem.at[193.170.191.178] said: 550 5.1.1
<pd-list(a)iem.at>: Recipient address rejected: undeliverable address:
host
mail.iemnet[192.168.171.25] said: 550 Please use pd-list(a)lists.iem.at
instead. (in reply to RCPT TO command) (in reply to RCPT TO command)
so I redirected to pd-announce(a)lists.iem.at, hope it works now.
Le jeu. 14 août 2025 à 18:36, Antoine Rousseau <antoine(a)metalu.net> a
écrit :
>
> thanks Rolf,
>
> yes I noticed the plot errors, I've just managed to clear them (I'll fill
> an issue about this maybe, and about some other data-structures problems,
> e.g there's a crashing bug when using text fields in pre-allocated arrays).
> The solution I found is to delete-then-recreate the subpatch containing the
> problematic "element" template (here [pd template-bar], and [pd
> template-mark] for the timeline).
>
> As for the name... yeah, I don't like [wavview/wavview_timeline] either.
> It should probably just be [wavview/timeline], but I didn't like the idea
> of a naming clash with other possible [timeline] libraries. OTOH that won't
> happen without [declare -path wavview].
> In that case I have to use [wavview/timeline] in the help patches (so that
> you can copy/paste it anywhere else), so I'm gonna refactor my repo and put
> the patches in a wavview/ subdir (and add a hidden [declare -path ..]).
>
> Maybe I will overwrite v0.3 in Deken.
>
> Le jeu. 14 août 2025 à 12:29, <rolfm(a)dds.nl> a écrit :
>
>> hi antoine,
>>
>> this version of wavview is giving plot errors when the containing patch
>> is closed.
>>
>> it happens also when closing the help-patches.
>>
>>
>> something i don't understand:
>>
>> i can create the object [wavview],
>>
>> but for the timeline i have to do [wavview/wavview_timeline]??
>>
>>
>> thanks for your work,
>>
>> rolf
>>
>>
>>
>> Antoine Rousseau schreef op 14-08-2025 1:16:
>>
>>
>> v0.3 is out!
>>
>> The scrollbar is now draggable, as one could reasonably expect.
>>
>> As well, the zooming center is now chosen by the position of the first
>> click, as usual with this kind of interface.
>> However, since on Pd we don't have the mouse-up information (so
>> unfortunate!), a trick requires the user to release Shift and press it
>> again before restarting zooming (otherwise the previous zooming center is
>> used).
>>
>> A "timeline" object has also been added.
>> It is synchronized with the wavview of the same name, and displays evenly
>> spaced time markers. It also displays the time at the left and right bounds
>> of the currently visible interval. The design isn't that great, but, hey,
>> it does its job.
>>
>>
>> Le dim. 10 août 2025 à 00:41, Antoine Rousseau <antoine(a)metalu.net> a
>> écrit :
>>
>>> thanks Roman, hopefully it can find its way into netpd :-)
>>>
>>> 2 days, and already a new version 0.2!
>>> Besides a couple of bugfixes and optimizations, you can now use an
>>> instance of wavview, privately to a specific table, for caching the peak
>>> buffers, so that another instance can instantly access the pre-calculated
>>> data and display it with minimum overhead.
>>>
>>> Le ven. 8 août 2025 à 22:54, Roman Haefeli <reduzent(a)gmail.com> a
>>> écrit :
>>>
>>>> On Fri, 2025-08-08 at 19:56 +0200, Antoine Rousseau wrote:
>>>> >
>>>> > I'm pleased to present 'wavview', a single-file-abstraction waveform
>>>> > viewer.
>>>>
>>>> I'm very pleased to hear about this. For a long time I've been missing
>>>> a good waveform display. I tried to do something similar¹, but yours is
>>>> way better. And it is astonishingly smooth to edit.
>>>>
>>>> Thanks for sharing.
>>>>
>>>> Roman
>>>>
>>>> ¹
>>>> https://github.com/reduzent/netpd-instruments/blob/main/abs/rh_wavedisplay.…
>>>> ---
>>>> pd-list(a)lists.iem.at - the Pure Data mailinglist
>>>>
>>>> https://lists.iem.at/hyperkitty/list/pd-list@lists.iem.at/message/7LWVSIKLC…
>>>>
>>>> To unsubscribe send an email to pd-list-leave(a)lists.iem.at mailing list
>>>> UNSUBSCRIBE and account-management -> https://lists.iem.at/
>>>
>>>
>> ---
>> pd-list(a)lists.iem.at - the Pure Data mailinglist
>>
>> https://lists.iem.at/hyperkitty/list/pd-list@lists.iem.at/message/I5G47ZSPI…
>>
>> To unsubscribe send an email to pd-list-leave(a)lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> https://lists.iem.at/
>>
>>
Hi,
I'm pleased to present 'wavview', a single-file-abstraction waveform viewer.
It is fully "vanilla" (no external dependencies) and built with data
structures.
I have tried to make it versatile and easily integrable into more
higher-level applications or components: no connection is required and the
title is hidden.
It displays the content of a table, and allows you to zoom/scroll through
the data, select a range, and set a single-point index (e.g playback
position). This can be done by sending messages, or via interaction with
mouse and modifier keys.
The drawing consists of as many vertical segments ("bars") as there are
pixels in the width of the object. Each bar goes from the minimum value to
the maximum value among the samples contained in the interval represented
by the bar, so that peaks are always displayed correctly, regardless of the
zoom factor.
An additional optimization is performed, which computes several subsampled
min-max tables in advance; this significantly reduces the number of
calculations required to compute a single bar, especially with large tables.
It's available on Deken, just search "wavview".
Feel free to report issues or requests there:
https://github.com/metalunet/pd-wavview
(there's also a small animated gif demo in the front page).
p.s: wavview requires Pd 0.56 to run, because it uses the new 'goprect'
message.
Antoine Rousseau
To Pd-announce:
Pd version 0.56-0test2 is available from https://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-data
This fixes problems running patches with many GOPs, and adds one feature,
rescanning audio and midi devices so that you can hot-plug them while
Pd is running. Rescanning of MIDI stuff is automatic whenever you start
the dialog, but for audio you have to punch a "rescan" button in the
dialog to see the updated list.
cheers
Miller
Em seg., 23 de jun. de 2025 às 11:44, Phil Stone <pksmusic(a)gmail.com>
escreveu:
> Does the binary version for MacOS need to be signed manually? I’m getting "Apple
> could not verify “Pd-0.56-0test1” is free of malware that may harm your Mac
> or compromise your privacy.”
>
Yeah, I got this too, and I love that this doesn't happen to Pd, so I hope
it doesn't start with the new 0.56-0 final version :)
>
>
> On Jun 21, 2025, at 6:11 AM, Miller Puckette via Pd-announce via Pd-list <
> pd-list(a)lists.iem.at> wrote:
>
> To Pd-announce:
>
> Pd version 0.56-0test1 is available from
> https://msp.ucsd.edu/software.htm
> or (source only) via github: https://github.com/pure-data/pure-data .
>
> cheers
> Miller
>
> _______________________________________________
> Pd-announce mailing list -- pd-announce(a)lists.iem.at
> To unsubscribe send an email to pd-announce-leave(a)lists.iem.at
> ---
> pd-list(a)lists.iem.at - the Pure Data mailinglist
>
> https://lists.iem.at/hyperkitty/list/pd-list@lists.iem.at/message/SABAQYUIZ…
>
> To unsubscribe send an email to pd-list-leave(a)lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.iem.at/
>
>
> ---
> pd-list(a)lists.iem.at - the Pure Data mailinglist
>
> https://lists.iem.at/hyperkitty/list/pd-list@lists.iem.at/message/3JFSDKOVI…
>
> To unsubscribe send an email to pd-list-leave(a)lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.iem.at/
Probably. Just disable the warning flags:
1. open Terminal
2. type "xattr -c" and add a space
3. drag the Pd .app onto Terminal to add the path
4. hit enter
5. right-click on the Pd .app and click "Open"
> On Jun 23, 2025, at 4:44 PM, Phil Stone <pksmusic(a)gmail.com> wrote:
>
> Does the binary version for MacOS need to be signed manually? I’m getting "Apple could not verify “Pd-0.56-0test1” is free of malware that may harm your Mac or compromise your privacy.”
>
>
>> On Jun 21, 2025, at 6:11 AM, Miller Puckette via Pd-announce via Pd-list <pd-list(a)lists.iem.at> wrote:
>>
>> To Pd-announce:
>>
>> Pd version 0.56-0test1 is available from https://msp.ucsd.edu/software.htm
>> or (source only) via github: https://github.com/pure-data/pure-data .
>>
>> cheers
>> Miller
>>
>> _______________________________________________
>> Pd-announce mailing list -- pd-announce(a)lists.iem.at
>> To unsubscribe send an email to pd-announce-leave(a)lists.iem.at
>> ---
>> pd-list(a)lists.iem.at - the Pure Data mailinglist
>> https://lists.iem.at/hyperkitty/list/pd-list@lists.iem.at/message/SABAQYUIZ…
>>
>> To unsubscribe send an email to pd-list-leave(a)lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> https://lists.iem.at/
>
> ---
> pd-list(a)lists.iem.at - the Pure Data mailinglist
> https://lists.iem.at/hyperkitty/list/pd-list@lists.iem.at/message/3JFSDKOVI…
>
> To unsubscribe send an email to pd-list-leave(a)lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.iem.at/
--------
Dan Wilcox
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>