From ftm
Jump to: navigation, search
(max sdk)
Line 1: Line 1:
Here is the first version of an FTM external SDK for Max 4.6 on Mac OS X:
+
The FTM external SDK (Mac OS X only) consist of an Xcode build project and three externals that demonstrate the most important features of the FTM & Co external API:
  
 +
* fff.coucou ... an external storing a 4 items using messages and/or 4 dedicated inlets:
 +
                  a number, a symbol, a reference to an FTM object, and an atom (any of the former)
 +
* fff.pack ... a full FTM compatible pack
 +
* fff.pingpong~ ... a non-sense DSP external toggeling an input signal between twe outputs
 +
 +
Older versions:
 
* [http://recherche.ircam.fr/equipes/temps-reel/distrib/FTMEXT-SDK-230-OSX.zip FTMEXT SDK 2.3.0 for Max/MSP 4.6 on Mac OS X]
 
* [http://recherche.ircam.fr/equipes/temps-reel/distrib/FTMEXT-SDK-230-OSX.zip FTMEXT SDK 2.3.0 for Max/MSP 4.6 on Mac OS X]
 
For now, this package contains a couple of examples for the Max/MSP developer workshop on Sunday 11/11 2007 at IRCAM.
 
 
 
Here is the latest version of an FTM external SDK for Max 5 on Mac OS X:
 
 
 
* [http://listes.ircam.fr/wws/arc/ftm/2011-04/msg00024/FTM-SDK-2.5.0-BETA-20.zip FTM-SDK-2.5.0-BETA-20]
 
* [http://listes.ircam.fr/wws/arc/ftm/2011-04/msg00024/FTM-SDK-2.5.0-BETA-20.zip FTM-SDK-2.5.0-BETA-20]
  
Line 15: Line 15:
  
 
By default, the project looks for the Max SDK in /Applications/Max5/c74support.
 
By default, the project looks for the Max SDK in /Applications/Max5/c74support.
 +
 +
== Support ==
 +
 +
For any question and suggestion, please consider subscribing and contributing to ftm-dev@ircam.fr mailing-list:
 +
  https://lists.sourceforge.net/lists/listinfo/ftm-devel

Revision as of 14:39, 3 October 2012

The FTM external SDK (Mac OS X only) consist of an Xcode build project and three externals that demonstrate the most important features of the FTM & Co external API:

  • fff.coucou ... an external storing a 4 items using messages and/or 4 dedicated inlets:
                 a number, a symbol, a reference to an FTM object, and an atom (any of the former)
* fff.pack ... a full FTM compatible pack
* fff.pingpong~ ... a non-sense DSP external toggeling an input signal between twe outputs

Older versions:

Note

You need to download also the Max5 development SDK, and enter its location in the build projects in the FTM external SDK as variable C74_SUPPORT_DIR.

By default, the project looks for the Max SDK in /Applications/Max5/c74support.

Support

For any question and suggestion, please consider subscribing and contributing to ftm-dev@ircam.fr mailing-list:

 https://lists.sourceforge.net/lists/listinfo/ftm-devel