From ftm
Jump to: navigation, search
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{MainMenu}}
+
== Basic elements ==
 +
{{:FTM Introduction}}
  
{{Menu}}
+
== Publications ==
 +
{{:FTM Publications}}
  
== real-time object system for Max/MSP ==
+
== Documentation ==
FTM is a shared library for Max/MSP providing a small and simple real-time object system and optimized services to be used within Max/MSP externals.
+
{{:FTM Documentation}}
 
 
FTM =
 
* data structures
 
* visualization/editors
 
* file import/export (SDIF, MIDI, ...)
 
* operators (expressions and externals)
 
 
 
The basic idea of FTM is to extend the data types exchanged between the objects in a Max/MSP patch by complex data structures such as sequences, matrices, dictionaries, break point functions, tuples and whatever might seem helpful for the processing of music, sound and motion capture data.
 
 
 
FTM is the basis of various specific libraries, such as the suivi score-following objects and the object sets Gabor and MnM.
 
 
 
== FTM object sets ==
 
* [suivi] ... HMM score following for audio and MIDI peformance input
 
* [gabor] ... multi-representation signal processing externals
 
* [mnm] ... classification and recognition
 
 
 
== About FTM ==
 
* [visit the FTM Wiki on freesoftware.ircam.fr]
 
* [join the FTM mailing-list]
 
* [read more about FTM]
 
* [download PDF of ICMC 2005 paper on FTM]
 
* [download PDF of longer 2005 paper on FTM]
 
 
 
== Download FTM ==
 
* [download FTM 1.7.8 binaries for Max/MSP 4.6 on Mac INTEL]
 
* [download FTM 1.7.8 binaries for Max/MSP 4.6 on Mac PPC]
 
* [download FTM 1.7.8 binaries for Max/MSP 4.5 on MacOS X]
 
* [download FTM 1.7.8 BETA binaries for Max/MSP 4.5 on Windows]
 
* [download the FTM Release Notes]
 

Latest revision as of 08:33, 21 September 2007

Basic elements

The essential of FTM consist of

  • the shared library FTMlib,
  • a set of modules (Max/MSP externals), and
  • Java GUI components for editting and visualisation of FTM data.

FTMlib and it's Java components is based on the jMax project and distributed under the Lesser GNU Public License (LGPL). The sources of FTM are available via CVS at SourceForge.net

Further object sets are included in the packages based on FTM.

Publications

Documentation

FTM Documentation