Dear list,
my "audiolab" abstraction library is now available on deken. You'll
need Pd-0.50 or later to run this.
Please report any bugs on github: https://github.com/solipd/AudioLab
cheers,
philipp
Hey all
On Mon, 2018-04-30 at 11:20 -0400, William Brent wrote:
> Has anyone done something like this using [struct]/[polygon], even
> just for sequence display purposes and not editable via mouse
> clicking/dragging? I did a quick search of the archives but haven't
> found anything.
Late, but nevertheless, I had another go at this:
https://github.com/reduzent/unpunch/
Roman
To Pd-announce:
Pd 0.50-1 is available on http://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-data
Only two small changes from pd 0.50-0: the HTML-opening command to teh new
pdcontrol object handles spaces in pathnames, and, on PCs, typing tildes is
fixed for Spanish and Portuguese keyboard layouts.
cheers
Miller
ELSE 1.0 beta 24 is out along with Live electronics tutorial 1.0 beta 14!
Quite a few new objects in the update (16 new ones for a total of 458),
highlighting here: a group of multichannel objects ([out1~], [out4~],
[out8~], [meter4~], [meter8~] and [pan8~]), a general binary operator:
[op~], a [gui] object with the functionality that didn't make into
[pdcontrol], a new [canvas.mouse] object that gets mouse interaction with
the patch window. I also fixed bugs in [dir] and added a new functionality
to [mtx.ctl] to get the value of the cells. Check more details and binaries
at: https://github.com/porres/pd-else/releases/tag/v1.0-beta24 - wait a bit
for raspberry pi binaries and for all of them to show up in deken.
Some objects here were included by request for Jose Ignacio Lopez
Ramírez-Gastón and Mark Edward Grimm. So yeah, I take requests... just
saying...
The live electronics tutorial has also received updates to the latest
version of ELSE and is available at:
https://github.com/porres/Live-Electronic-Music-Tutorial cheers
Hello everyone,
The jmmmp library of abstractions has been updated.
New features and improvements to [multiarray] were added:
- read and write audio files
- show ID
- y-window scaling
- fixed a bug in "size" method
- configuration file to load at startup
- background
- general setting for color, thickness, visibility
[multiarray] is an abstraction to store and operate several graphical
arrays in one graphical container.
You can download it soon through deken, or follow the link below.
For more informations and a tarball file, visit http://bit.ly/jmmmp_056
Best,
João Pais
Pure Data Auto Complete plugin v0.47.0 released!
It fixes a lot of bugs in 0.47.0test1. Now it should be usable with pd 0.50.
Get it on Deken.
If you find any bug please report it on the github issue's page.
https://github.com/HenriAugusto/completion-plugin
Cheers,
Henri.
Hi, I'm happy to share a test release of [vstplugin~] v0.2. Binaries are available on Deken. The source code is here: https://git.iem.at/pd/vstplugin/-/releases
Note that you can also load LV2 plugins with lv2vst: https://github.com/x42/lv2vst. I've tested this on Debian and generally it works fine. The VST GUI doesn't work yet but I'll fix this till the final release.
Have fun!
Christof
---
Changelog:
new features:
* VST2 shell plugin support (e.g. "Waves")
* (experimental) VST3 support including sample accurate automation and auxiliary inputs/outputs for side-chaining
* soft-bypass
* faster search/probe (parallel)
* cache search/probe results in a file to speed up subsequent searches
* [param_set( and [param_get( now also accept parameter names instead of indices (whitespace is bashed to underscores).
changes:
* switched whole project to CMake
* removed 'vstsearch' object because of the new cache file system.
internal changes:
* use .ini like syntax for plugin info
* hard-bypass prefers the plugin's bypass method
* single event loop shared by all plugins
* probably many more...