[sfmarkers~] version 0.4.0 released

Max/MSP externals

[sfmarkers~]

Returns the list and number of markers present in a sound file. The position of the markers is available in ms or sample. It works with WAVE, AIFF and sdII files in pre Max5 versions.

Max/MSP 5.0, Mac only

  • v0.4.0, Universal Binary, SDII support removed

Max/MSP 4.6 or later, Mac only

Max/MSP 3.5.9 up to Max/MSP 4.5.7, Mac only

  • v0.3.5, loops defined in WAVE files added
  • v0.3, SDII format added
  • v0.2.2, AIFF and WAVE

-reference :http://www.crfmw.be/max/

Multitouch external for MaxMSP

The trackpad on the late MacBooks can track up to 10 or more (!) fingers at once. Fingerpinger is an external object for MaxMSP that we wrote around code from steike.com. It’s an experimental hack… but its fun and its free…

[ download ]

TrackPadSynth is a simple but fun example of what you can do with fingerpinger. It’s a standalone version, you don’t need MaxMSP to try it out…

Output

Fingerpinger provides the following data in realtime (about every 8ms, very low latency):

  • Finger index
  • Frame number
  • Angle
  • Major and minor axis of ellipsoid
  • Position
  • Velocity (x,y)
  • Identifier
  • State
  • Size

Compatibility

You’ll need a recent Apple MacBook with Intel processor
MaxMSP 4.6 or MaxMSP 5

License

Fingerpinger 2009 by Michael & Max Egger is licensed under GNU GPL 2.0 http://www.gnu.org/
Code based on http://www.steike.com/code/multitouch/

Known Issues

Mouse gestures still work

On the latest MacBooks with 4 finger gestures, we could not find a way yet to suppress the gestures for Exposé, so you’ll be confronted much too often with flying windows when playing with fingerpinger. Any help for turning off this “feature” is greatly appreciated.

Compiling

Somehow we had to copy the MultitouchSupport.framework from /System/PrivateFrameworks/ to the xcode project folder to be able to compile the external.

Download

  • Max External (version 2009-06-01)
  • Source code
  • TrackPadSynth is a simple but fun example of what you can do with fingerpinger. It’s a standalone version, you don’t need MaxMSP to try it out…

–Reference :

 

csound~ 1.0.6

csound~ 1.0.6 is now available at:

http://www.davixology.com/csound~.html

What’s new:

In MacOSX, [csound~] will accept Max style paths as well as POSIX style
paths.  [dp.pathconvert] is no longer necessary.

Added “open” message that does the same thing as double-clicking on the
[csound~] external; it opens the current csd or orc/sco file(s).

Added “run” message that allows you to execute command line commands.

Help patch has been improved and expanded.