Hi everybody,
would somebody have a windows compiled version of forward object (sprinkler is the right name)?
thanx
hi folks
is there a Scale object for pd. I've poured through notes but can't seem to find a scalable Scale~
I would like to "scale" midi values between -6 and 6
Patrick Pagano wrote:
hi folks
is there a Scale object for pd. I've poured through notes but can't seem to find a scalable Scale~
I would like to "scale" midi values between -6 and 6
hi. how about remembering some math and building your own [scale] with [+], [-], [/], and [*] ?
mfg.a.sdr IOhannes
Pat,
I've got a d-scale object in my abstractions collection (somewhere in sintheta.org) that lets you specify input/output ranges and the exponential mapping you want between them. It's a direct copy of jMax's [scale].
David __ _ _ _ _ __ ___ _ ___ __ _ _ _ ____ __ Music wants to be free http://sintheta.org
Patrick Pagano wrote:
hi folks
is there a Scale object for pd. I've poured through notes but can't seem to find a scalable Scale~
I would like to "scale" midi values between -6 and 6
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
On Wed, Apr 21, 2004 at 02:24:30PM +0200, Guillaume Boutard wrote:
Hi everybody, would somebody have a windows compiled version of forward object (sprinkler is the right name)?
-rwxr--r-- 1 root root 15768 Apr 21 13:01 forward.dll -rwxr--r-- 1 root root 17205 Apr 21 13:01 sprinkler.dll
didnt realize i had these, but that means they built without any special effort.. ive scp'd them to http://whats-your.name/pd/extras/ - no guarantees that they will work w/ your version of pd though.
if you are needing a lot of externals, roll your own is the way to go, grab mingw from www.mingw.org & the pd externals/ dir from sourceforge, then "cd externals/build/win; make; make install". . if a file wont build rm ../src/badfile.c and 'make' again - a few won't but youll still likely end up with way more externals than you know what to do with..
c