Hey there, I'm glad to announce this :)
Get this new version from github and also via Pd! Note we have a new
package where more than one architecture is now part of the same download,
please test these and tell me if it's all working.
Highlights: I got a cool multi slider GUI abstraction (multi.vsl) that I'm
proud of. It has things I missed from other options out there. I'm yet
to mimic a properties windows for all my GUI abstractions, I'm just lazy...
I'm holding for the next release a preset management system, but I do have
new objects here that I'll use there: [morph] and [interpolate] - to morph
and interpolate between presets. Check them out as they might be useful
outside the preset manager ;) I also have a new [power~] object, a
waveshaper, with an included example in my tutorial about it (see chapter
20).
Anyway, this is my first release to reach and exceed the mark of 400
externals, I now got 410 objects. I thought I'd be stretching it and
reaching my limit when I got to 400, that's clearly not the case. The thing
is that when I'm including so many new objects all the time, it's hard for
me to move out of a beta phase. And yes, I'm still breaking compatibility
:/ For breaking changes, more new objects, improvements and fixes, check
the full changelog here:
https://github.com/porres/pd-else/releases/tag/v1.0-beta38
cheers
ps. wait a couple of days for ELSE-camomile to appear on the radar as well
;)
Dear all,
I would like to announce the release of *piro*[1].
Piro is a Pd-port of an impulse-response measurement object and a zero
latency convolver from the HISSTools Impulse Response Toolbox (HIRT).
Moreover in the package it is included a general-purpose object that
contains several utilities for managing IRs; this is still in progress.
Source code and binary for major architectures are provided.
For any questions about the Pd version of these objects please do not
hesitate to contact me.
Moreover in the readme there is a link for the original project, where you
can find an article that describes the original package and its utilities.
Finally I would like to thank Lucas Cordiviola and Giuseppe Silvi for their
patience with this project.
Best,
Marco
[1]: https://github.com/d-i-s/piro
Hi folks !
I'd like to introduce this group to ossia score, a sequencer which embeds
PureData through libpd since its latest alpha versions, in order to easily
allow to score Pd patches (among many other things) in an interactive
time-line.
It is a preview feature - thus I'd like to ask this group if anyone wants
to beta-test it and help report bugs / inconsistencies / any kind of issues
with the way Pd is integrated in ossia score ?
Here is a small video of how it looks:
https://vimeo.com/529042247
And a link towards the Pd integration documentation:
https://ossia.io/score-docs/docs/advanced/puredata.html
ossia score can be downloaded here:
https://ossia.io/score/download.html
Please share around (& report any issues) - but most importantly hopefully
you'll have fun while trying it :-)
Kind regards,
Jean-Michaël
ossia.io
Hi, maybe this is the last reminder for this call of papers whose deadline
is approaching (june 1st 2021).
Please spread the word yourselves in your mailing lists for contacts who
may contribute.
Vortex Music Journal | v.9 n.2, 2021 | Call for Papers
“A quarter of century of Pd: past, present and future”.
Deadline: June 1st, 2021.
Guest editor: Dr. Alexandre Torres Porres.
- Full Call: http://vortex.unespar.edu.br/call_v9_n2a.pdf
Thanks!
((Apologies for cross-posting Please feel free to forward.))
The Institute of Electronic Music and Acoustics – IEM – at the
University of Music and Performing Arts Graz is introducing a new
Bachelor and Master Curriculum in Computer Music and Sound Art.
Application deadline for the winter semester (starting on October 1st,
2021):
Bachelor: June 3rd, 2021
Master: May 1st, 2021
There will be an Open House online session on Thursday, April 8th, zoom
link to be announced. ATTENTION: currently scheduled for 2-4 pm Central
European Summer Time (UTC+2)
<https://www.kug.ac.at/en/study/prospective-students/visit-meet-kug/open-hou…>
https://kug.ac.at/enhttps://iem.at/enhttps://iem.at/en/studying/computer-music.html
I'm glad to announce v0.3 release for dnd-plugin.
This version fixes a bug where zero padded filenames with spaces would
produce a wrong filename output. And there are extra routing options for
ascii encoded name, path, extension and full name of dropped file.
Most of the ideas on how to solve this issues came from Oliver. I just
help him with some tcl and testing.
You can get it from Deken. Remember to restart Pd.
~~~~~~~~~~~~~~~~~~~~~~~~
The main GitHub repo is https://github.com/megrimm/pd-dnd-plugin
Oliver and I have forks with the new version (we will soon send a PR to
the main repo).
I think dnd-plugin repo should be moved to https://github.com/pd-externals
How do we do that? or we shouldn't?
--
Mensaje telepatico asistido por maquinas.
Hi
netpd 2.3.0 is released.
This release features also stand-alone applications for macOS and
Windows.
Features and changes:
---------------------
* give chat and unpatch a facelift
* load instruments from scroll list instead of openpanel
* support unlimited nesting of dynamic loading with new abstraction
[netpd-bus-order]. This allows effects to load other effects into
themselves
* restore support for loading from old text-based preset file format
* broadcast loading from preset file to all clients for improved consistency
* add debug message printing facility (prints incoming and/or outgoing OSC
messages)
* add support for IRC style /commands in chat (check with '/help')
* add protected mode for unpatch. Protects from interactions with
peers while developing instruments
* refactor lots of internal stuff:
* use $1.NETPD bus for everything in netpd_* abstractions
* remove second number argument to [netpd-dump]. Use new [netpd-bus-order]
to enforce order of state dumps.
* only initialize instrument when necessary (e.g. not when receiving
state from peer or from preset file)
* only search for sync peer when necessary
New instruments since last release:
* ripple: sample-based synthesis similar to soundfonts
* ep-mk2: physical model of an e-piano (port of Mike Moreno's ep-mk2)
* filtlib: finally a suite of filters (based on mmb)
https://www.netpd.org/downloadhttps://github.com/reduzent/netpdhttps://untalk.netpd.org/
Have fun!
Roman
ELSE 1.0-0 Beta 37 with Live Electronics Tutorial is out and I'm happy to
announce its 1st update of the year.
I had this idea that when I reached 400 externals that I might be ready to
move on past the beta phase. Well, I got 399 now, so I could be close.
I got many many breaking changes in this release (the greatest so far from
one version to another), so enjoying the fact it's still a beta phase. I
also got numerous fixes and improvements in current objects, let me pin
point a "freeze" option for ffdelay~/fbdelay~.
I got 6 new objects but I'm saving more new ones for the next release that
aren't quite ready yet (like a cool preset system). The highlight is
[note2pitch] and [pitch2note] that converts from note names to midi pitches
and vice versa. I also have a new [del~] object which is pretty much like
[delwrite~]/[delread4~] but with some fixes and many extra features, like
being able to resize the delay line and freeze it. I made pull requests to
add these to vanilla as well, let's see.
For a full changelog, downloads, see
https://github.com/porres/pd-else/releases/tag/v1.0-beta37
get it also from deken
The Live Electronics tutorial is also part of the download and has also
been updated, highlights is the revision on the delay lines section, where
I also included the new [del~] object and also put an example I was owing
on reverse delay lines.
We shall also release a new Camomile-ELSE version in the next few days,
stay tuned and check it out until it's there ;)
https://github.com/emviveros/Camomile-ELSE/releases