Hi,
I’m actually working on a project that aims to facilitate the creation of
GUI externals in Pd and to easily convert source code from Max to Pd and
from Pd to Max. I’ve created a small C/C++ library (at the end, it will be
a full C library) with:
- An automatic generation of border and inlets/outlets (like Max)
- A better graphics behavior (layers and functions to clip the drawings
within the box boundaries) (like Max)
- Attributes (size, value, whatever you want) that are saved with the patch
(like Max)
- Dynamic inlets/outlets (like Max…)
- An easy management of mouse motion and keys
- Macros to convert from Max to Pd and from Pd to Max
So, here the git of the project :
https://github.com/pierreguillot/PdEnhanced.git
You can find Mac examples in the Pd Chocolate folder, a small set of
externals that is not essential, unlike Pd vanilla, but that can be useful
(there’re a vu~ and a nbx~ that don’t have the blink effect of their
homologue). You will also find a library, much more substantial with many
quite complex GUIs dedicated to ambisonics on the git project HOA where the
codes are almost similar to those used in Max:
http://www.mshparisnord.fr/hoalibrary/https://github.com/CICM/HoaLibrary.git
As you can guess, I would like to get feedbacks and advises.
The things I want to improve are:
- the automatic creation of the properties window based on the attributes
- a better captation of mouse events (right click in run mode for example)
- creation of object in a sort of « canvas » or « window » like popmenu or
entry (I want to use the clip functions of tcl/tk)
So, if you want to participate to this project, you are welcome and if you
have externals that you want to convert from Max to Pd or from Pd to Max, i
can help you.
Sorry if you have already seen this topic on one of the puredata forum but
I don't want to miss a potential helper.
Best,
Pierre
Hi all,
Pd version 0.45-3 is available on http://crca.ucsd.edu/~msp/software.htm
or via git from sourceforge:
git clone git://git.code.sf.net/p/pure-data/pure-data
cd pure-data
git checkout -b 0.45
This fixes text pasting from other apps to Pd and an audio problem (Mac
native audio devices running at 48K required huge latencies).
cheers
Miller
If anyone is in Southern California, the 10th annual (and possibly final)
Soundwalk sound art exhibition in Long Beach will be this Saturday from
6:00-10:00 pm.
My piece for this year's event, titled Solipse, was created entirely with
PD and is described thusly:
"The listener hears a unique sound. The sound is interesting, but the
listener is incapable of describing it to others. Attempts to share the
sound cause it to abruptly change."
The site for the event is http://soundwalk.org/ and there will be a lot
worth hearing.
--
www.joenewlin.netwww.twitter.com/joe_newlin
Hi all,
Pd version 0.45-3 test 1 is available on http://crca.ucsd.edu/~msp/software.htm
or via git from sourceforge:
git clone git://git.code.sf.net/p/pure-data/pure-data
cd pure-data
git checkout -b 0.45
This fixes the bug pasting text from other software into Pd boxes, and also
fixes (I hope) the problems with running at 48KHz on built-in hardware on
Mac OSX 10.7 and 10.8.
Since this is a change in audio I/O that could have unexpected effects on
other hardware I'm leaving it as a test version to see if anyone has new
problems. But I think it's ready to use now.
cheers
Miller
Hi List,
Here's an update to PDP:
http://zwizwa.be/pd/pdp/pdp-0.14.0.tar.gz
Changes:
0.14.0:
Port ia32 MMX assembly code to GCC extensions (MMX support on
amd64)
Add V4L2 support to pdp_v4l (merge with pdp_v4l2)
Distill system/zl (Zwizwa Lib) from PDP and libprim/PF code.
The configure option "--enable-mmx" now uses GCC intrinsics which work
on both 32 and 64 bit intel architectures. The old 32-bit only ASM
routines are still available as "--enable-asm-mmx".
If you find a problem, post it here or at pdp(a)zwizwa.be for a quicker
response.
Darcs repo is at http://zwizwa.be/darcs/pdp/
Enjoy!
Tom
( Racketeers, be sure to check out some recent Pd DSP work in
http://zwizwa.be/rai/ )
http://www.pdpatchrepo.info
Hi all,
I am very pleased to announce the Pure Data Patch Repository website
(and live pd patch streaming). It's a one-man show, so I need your
feedback:
- is the live stream stable (no buffering)?
- is the gui working (knobs, bang)?
- is sharing a patch working (mp3 / ogg, png, pd, zip)?
- any layout bugs?
- ... (emailing me directly is ok)
You can subscribe to the RSS feed to know when someone shared a patch:
http://www.pdpatchrepo.info/rss/patch
I would like to thanks IOhannes and the Institute of Electronic Music
and Acoustics for providing the bandwidth for the stream. Two thumbs up!
I took the liberty to attach 2 size of the logo (if you want to post /
link about it).
Cheers!
(sorry for x-post)
25th September
Mexico City, h 17.00
Award ceremony + Biophysical music performance
CENART, Centro Nacional de Las Artes
~~
Dear all,
my latest private installation work "Nigredo" (made with Linux, the Xth
Sense and Pd), created this February during a residency at STEIM with
Marije Baalman and other collaborators, has been nominated for the
TransitioMX award.
http://marcodonnarumma.com/works/nigredo/
In occasion of the award ceremony, tomorrow 25th September at the CENART in
Mexico City, I'll be performing a 30 minutes concert for biophysical music,
combining my earliest Xth Sense composition "Music for Flesh II" with
"Ominous", the very latest music piece recently committed by the European
Conference of Promoters of New Music.
If you're around, be sure to come for this exciting event, and also to
visit the related exhibition with national and international artworks
drawing upon this year's theme of "Biomediations",* *with Artistic Director
Dra. Joanna Zylinska.
Info: http://transitiomx.net/index.html
hope to see some of you there,
best wishes,
--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net
Hello,
I am happy to announce version 0.14.0 of PuREST JSON, code name: Davo.
PuREST JSON is a library for working with RESTful HTTP webservices, and
JSON data.
Authentication and authorization for webservices are available with
basic HTTP auth, cookie authentication, and OAuth. As an example for
OAuth authenticated webservices, a Twitter client is included.
Changes in this version:
- Downloading to file
- Cancelling of requests possible
- [rest] and [oauth] now use libcurl multi interface internally
Github repository:
https://github.com/residuum/PuRestJson
Source code packages:
https://github.com/residuum/PuRestJson/releases
Binaries for Windows and Debian i386 and amd64:
http://ix.residuum.org/pd/purest_json.html
Build instructions for all platforms:
https://github.com/residuum/PuRestJson/wiki/Compilation
Have fun,
Thomas
--
"Chaney was aware that anything, however small, can get the eye of the
media if it's repulsive enough." (Robert Anton Wilson - The Universe
Next Door)
http://www.residuum.org/
The EAVI research unit (Goldsmiths, University of London) presents a night
of Electro Anthro Visceral Intensity with infrabass pulsations, electronic
circuit crackles, leather bassoons, bio-interfaces and feedback drums.
We're bringing together electronica, noise, and contemporary classical in a
research of body and sound.
8pm doors / 9pm -12am
£5/£3
Joanne Cannon - Melbourne-based instrumentalist from the Bent Leather Band
http://www.bentleather.com/
Ryan Jordan - kingpin of the East London noise scene and noise=noise
organiser http://ryanjordan.org/
DMT - UK premier of the new trio with Marco Donnarumma (Xth Sense
biosensors), Christos Michalakos (feedback drums) and Atau Tanaka (mobile
phones) http://marcodonnarumma.com/ , http://christosmichalakos.com/ ,
http://www.ataut.net/
Matthew Yee King - Rephlex artist formerly with Bavin, toured with Cristian
Vogel and Jamie Lidell playing solo. http://www.yeeking.net/
Tom Richards - Electronic circuits, sonic sculptures, pulsing beats,
indelible grooves http://www.tomrichards.info/
Shelley Parker - Haywire DJ, Structure organiser, and Entr'acte artist
playing ultra lows and palpable frequencies http://www.shelleyparker.co.uk/
Mick Grierson - Brain-computer interface blow out
http://www.mickgrierson.co.uk/
DJ to close by Man With Feathers https://soundcloud.com/adamparkinson
VENUE WEBPAGE: http://www.theamershamarms.com/category/whats_on/
Facebook: https://www.facebook.com/events/435557319895789/
Hope to see some of you there,... gonna be loud!
:)
cheers,
--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net