From ftm
Jump to: navigation, search
(Note)
(Max 5 SDK)
Line 18: Line 18:
  
 
The FTM external SDK depends of the Max 5 SDK available from [http://cycling74.com/products/sdk/ Cycling '74].
 
The FTM external SDK depends of the Max 5 SDK available from [http://cycling74.com/products/sdk/ Cycling '74].
 +
 
The variable '''C74_SUPPORT_DIR''' in the Xcode build project has to be set to the folder of the Max 5 SDK ("c74support").
 
The variable '''C74_SUPPORT_DIR''' in the Xcode build project has to be set to the folder of the Max 5 SDK ("c74support").
 +
 
By default, the project looks for the Max 5 SDK in /Applications/Max5/c74support.
 
By default, the project looks for the Max 5 SDK in /Applications/Max5/c74support.
  

Revision as of 15:07, 3 October 2012

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 (version 2.6)

Max 5 SDK

The FTM external SDK depends of the Max 5 SDK available from Cycling '74.

The variable C74_SUPPORT_DIR in the Xcode build project has to be set to the folder of the Max 5 SDK ("c74support").

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

FTM Library

An FTM external always has to be next to the FTM library external ftm.mxo. The directory "externals" in the SDK distribution contains a copy of the ftm.mxo and by default, the compiled example externals are copied into this directory.

In addition, ftm.mxo contains the FTM header files needed to compile the externals. Consider to set

Support

For any question and suggestion, please consider subscribing and contributing to the ftm-devel mailing-list.