From ftm
Line 1: | Line 1: | ||
(Mac OS X only) | (Mac OS X only) | ||
− | The FTM external SDK consist of an Xcode | + | The FTM external SDK consist of an Xcode project and the sources of three example externals that demonstrate the most important features of the FTM external API: |
− | * '''fff.coucou''' ... an external storing | + | * '''fff.coucou''' ... an external storing four different items (number, symbol, FTM object reference, atom) using messages and/or four dedicated inlets |
* '''fff.pack''' ... a full FTM compatible pack | * '''fff.pack''' ... a full FTM compatible pack | ||
* '''fff.pingpong~''' ... a non-sense DSP external toggeling an input signal between two outputs | * '''fff.pingpong~''' ... a non-sense DSP external toggeling an input signal between two outputs | ||
− | == | + | == Download == |
+ | |||
+ | * [http://listes.ircam.fr/wws/arc/ftm/2011-04/msg00024/FTM-SDK-2-6.zip FTM SDK 2.6] | ||
Older versions: | Older versions: |
Revision as of 13:50, 3 October 2012
(Mac OS X only)
The FTM external SDK consist of an Xcode project and the sources of three example externals that demonstrate the most important features of the FTM external API:
- fff.coucou ... an external storing four different items (number, symbol, FTM object reference, atom) using messages and/or four dedicated inlets
- fff.pack ... a full FTM compatible pack
- fff.pingpong~ ... a non-sense DSP external toggeling an input signal between two outputs
Download
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 the ftm-devel mailing-list.