Navigation

ClaPD OS X 10.5 Binaries

ClaPD was developed by Leevi Peltola and Cumhur Erkut (www.acoustics.hut.fi/software/clapd).
It is a set of Pd patches and externals to synthesize hand clapping sounds.
Grab the sources, project information and license at their website, this zip only contains the OS X binaries, which are not provided on the ClaPD website.

Submitted by marius on Thu, 2008-04-24 23:28.
marius's blog | 1 attachment

pd_shader

pd_shader

This is an example of how to chain several shaders using glsl (gl shader language) in Pd.

Submitted by marius on Sat, 2008-03-22 02:05.
1 attachment

openframeworks

Eyebeam is running a workshop series on openframeworks. This is a set of C++ libraries for video and sound processing. It is very similar to processing, but in C++. The workshops are held by Zach Lieberman, who is one of the developers of openframworks.
Definitely worth checking out!!!

Submitted by marius on Mon, 2008-03-10 07:24.
marius's blog

pyext examples for max

pyext examples for max.

Submitted by marius on Tue, 2008-02-12 01:34.
marius's blog | 1 attachment

first jitter shader

I was trying to port shaders from Pd to max, and this is the first result.
I call it pix_alpha, because there is an object in Pd that does exactly this.
you have two thresholds for RGB values and all pixels that are within this value get transparent (alpha is set to the 'pass' value, resp.) and the rest stays visible ('other', resp.)
have a look at the snapshot image (pix_alpha.jpg)!
credits to wes, andrew, vade, rob and josh.
m.

Submitted by marius on Sat, 2007-11-10 17:42.
2 attachments

pd.tk 0.39.3

dirty hack of pd.tk for Mac OS X 10.5 (Leopard)
this should work with
http://downloads.sourceforge.net/pure-data/Pd-0.39.3-extended-macosx104-i386.dmg

Submitted by marius on Tue, 2007-11-06 03:47.
marius's blog | 1 attachment

3 and a half shaders

new shader patches for gem.
the first two are very basic, the third one uses a normal map to get 3d effects with textures (see attached image), the forth one is broken and makes problems...

Please send comments!

Submitted by marius on Mon, 2007-11-05 00:05.
2 attachments

xml-rpc

here is a python script and testpatch to talk to an xml-rpc.
Usage:
- put the script in a folder where Pd will find it.
- open the patch and test it.

(I later found out that there was already a pd object called iemxmlrpc...)

Submitted by marius on Fri, 2007-10-05 00:55.
marius's blog | 1 attachment

my first GEM glsl shader

Today I got my first shaders running! Thanks to Chris, Cyrille...
I was using pd-extended on an IntelMac (GEM version 0.91-cvs)

Submitted by marius on Tue, 2007-09-18 04:14.
marius's blog | 1 attachment

pd object list

The object list contains a list of puredata objectclasses (externals and abstractions) and some basic information about them.
libraries included:
bsaylor, creb, cxc, cyclone, deprecated, ekext, ext13, fftease, flatspace, flib, gem, ggee, hardware, hcs, iem_ambi, iem_bin_ambi, jmmmp, keyboardkeys, la-kitchen, list-abs, mapping, markex, maxlib, memento, mjlib, motex, mrpeach, nqpoly~, nqpoly4, nusmuk, oscx, pan, pddp, pdjimmies, pdmtl, pdogg, pdp, Percolate, pidip, pixelTANGO, pmpd, rradical, rtc, sigpack, smlib, toxy/tot, unauthorized, vanilla, vasp, xsample, zexy.

Submitted by marius on Tue, 2007-09-11 16:05.
read more | 1 attachment