From ftm
Jump to: navigation, search
(Developing FTM)
 
(34 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
The FTM & Co [[Download | releases]] come with help patches and basic tutorials. In addition, there are these:
 
The FTM & Co [[Download | releases]] come with help patches and basic tutorials. In addition, there are these:
  
* [http://freesoftware.ircam.fr/wiki/index.php/FTM Old FAQ on freesoftware.ircam.fr]
+
* [[FAQ]]: Frequently Asked Questions
* [[FAQ]]
+
* [[:Category:FAQ|FAQ Index]]: The index of all FAQ topics
 +
* [[Special:Categories | List of Documentation Categories]]  
  
== FTM Basics & Conventions ==
+
== FTM Basics ==
  
* [[Expressions]]
+
* [[Tutorials]]
* [[Message Box]]
+
* [[Expressions]] ... all about expressions in FTM
* [[Objects and Named Values]]
+
* [[Message Box]] ... the ''ftm.mess'' external
 +
* [[Object and Value Definitions]] ... the ''ftm.object'' external
 +
* [[Gabor Timing]] ... might need some explantions
  
== Gabor ==
+
=== Functions and Methods ===
* [[Gabor Basics]]
 
* [[Gabor Modules]]
 
  
== MnM ==
+
* [[list of functions]] ... a list of currently available Functions
* [[MnM Basics]]
+
* [[find method]] ... the ''find'' method of fmat
* [[MnM Modules]]
+
* [[Function if|if function]] ... the ''if'' conditional function
 +
 
 +
== FTM & Co Reference ==
 +
 
 +
* [[FTM Classes]] ... data structures such as fmat, dict, track, etc.
 +
* [[FTM Modules]] ... set of basic FTM externals
 +
* [[Gabor Modules]] ... externals of the [[Gabor]] package
 +
* [[MnM Modules]] ... externals of the [[MnM]] package
  
 
== FTM Development ==
 
== FTM Development ==
  
* [[SDK]]: All you need to write externals using FTM
+
* The FTM header files are also included in the FTMlib framework that is part of the standard [[Download | FTM distributions]].
  
* [http://recherche.ircam.fr/equipes/temps-reel/ftm/api/ FTM API reference documentation]: Doxygen API documentation generated from the FTM sources at the [http://sourceforge.net/projects/ftm/ FTM SourceForge project]
+
* [http://recherche.ircam.fr/equipes/temps-reel/ftm/api/ FTM API reference documentation] ... Doxygen API documentation generated from the FTM sources at the [http://sourceforge.net/projects/ftm/ FTM SourceForge project]
  
* The FTM header files are also included in the FTMlib framework that is part of the standard [[Download | FTM distributions]].
+
* [[SDK]] ... All you need to write externals using FTM
 +
 
 +
* [[Developer's Corner]] ... Tips and tricks how to write classes and externals using FTM
  
* [[Developer's Corner]]: Tips and tricks how to write classes and externals using FTM
+
* [http://www.sourceforge.net/projects/ftm ftm-devel] ... Developer's mailing list on sourceforge
  
* [http://www.sourceforge.net/projects/ftm ftm-devel]: Developer's mailing list on sourceforge
+
[[Category:FTM Documentation]]

Latest revision as of 11:47, 6 August 2010

The FTM & Co releases come with help patches and basic tutorials. In addition, there are these:

FTM Basics

Functions and Methods

FTM & Co Reference

FTM Development

  • The FTM header files are also included in the FTMlib framework that is part of the standard FTM distributions.
  • SDK ... All you need to write externals using FTM
  • ftm-devel ... Developer's mailing list on sourceforge