Disinformation “Headlights” (Sine-Wave Speech) + Primo Levi "The
Radiophonic Babel of War" - https://rorschachaudio.wordpress.com/ (scroll
down)
Best wishes ;)
Call for Entries
Georgia Tech's 2014 Margaret Guthman Musical Instrument Competition
Submission Deadline: November 1, 2013
Submission URL: http://guthman.gatech.edu
Share your ideas for the next generation of musical instruments at Georgia Tech’s 2014 Margaret Guthman Musical Instrument Competition. An annual event to find the world’s best new ideas in musicality, design and engineering, Wired magazine has called the competition an “X-Prize for music,” and contestants have likened it to a TED Conference for new musical instrument designers.
The judges for the 2014 Guthman Competition will be:
* Young Guru, a Grammy-nominated audio engineer, DJ, and producer best known for his work with Jay Z [http://www.djyoungguru.com/]
* David Zicarelli, the founder and CEO of Cycling '74 [http://www.cycling74.com/]
* Chris Moore, a professor at the School of Music at Georgia Tech [http://www.music.gatech.edu/people/chris-moore]
To learn more about the competition and submit your work, visit http://guthman.gatech.edu.
The deadline for submissions is November 1, 2013. Approximately twenty semi-finalists will be invited to demonstrate, discuss, and perform with their instruments at the competition as they compete for $10,000 in cash prizes. The competition takes place on February 20 and 21, 2014, at Georgia Tech in Atlanta.
Radium 1.9.31 is a big release with many new features and bug fixes.
1.9.31 is the first release with Pd embedded.
Pd embedded in Radium has got approximately the same features as Max
for Ableton Live. (https://www.ableton.com/en/live/max-for-live/)
Screenshot: http://folk.uio.no/ksvalast/radiumpd.png
Video 1: http://folk.uio.no/ksvalast/radium_pd.ogv
Video 2: http://folk.uio.no/ksvalast/radium-pd-invertnote.ogv
A windows version will be released later.
Radium homepage: http://users.notam02.no/~kjetism/radium/
Most important changes 1.9.30 -> 1.9.31:
* New demo song: BlowFish! Made by www.magnetophon.nl
* Save hashmap elements in sorted order so that songs can more easily
be compared textually
* Menu entry to show name of all included pd externals
* Help menu options to edit keybindings and menues
* Song comment dialog
* Fix "Switch Window Configuration" menu option
* Removed "Error. y2>=window->height: ..." error. Just print to stderr instead.
* Removed the "Something strange just happened in the function
Blt_markVisible" warning (print to stderr instead)
* Option to set number of scrolls per second. Scrolling too often can
be tiresome for the eyes.
* Make it easier to connect objects and see connections in the mixer,
plus adjust object sizes
* Patchbay sound object
* Fix crash loading Soundfonts in the Fluidsynth and Sampler instrument
* Show stars around filename if theres unsaved data
* When quitting or loading, only ask sure/yes/no if edited since last save.
* Change "Set Patch For Track" to "Set Instrument For Track" in the
instruments menu.
The word "patch" should not be exposed to the user anymore.
* Be able to load files with DOS char set
* Changed internal radium block size to 64 (similar to Pd)
* Sending note events between sound objects (green lines)
* Enable undo for on/off effect controllers
* Pd extended is included as a sound object. 921 externals are
included. GUI is working.
Several instances is working. Can be used to write both audio
effects and note effects.
* Fix qt paths on Archlinux (Javafant/archlinux)
* Many minor bug fixes
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