From ftm
(6 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
* [[FAQ]]: Frequently Asked Questions | * [[FAQ]]: Frequently Asked Questions | ||
− | * [[Category:FAQ]]: The index of all FAQ topics | + | * [[:Category:FAQ|FAQ Index]]: The index of all FAQ topics |
+ | * [[Special:Categories | List of Documentation Categories]] | ||
== FTM Basics == | == FTM Basics == | ||
Line 15: | Line 16: | ||
=== Functions and Methods === | === Functions and Methods === | ||
+ | * [[list of functions]] ... a list of currently available Functions | ||
* [[find method]] ... the ''find'' method of fmat | * [[find method]] ... the ''find'' method of fmat | ||
− | * [[if function]] ... the ''if'' function | + | * [[Function if|if function]] ... the ''if'' conditional function |
== FTM & Co Reference == | == FTM & Co Reference == | ||
Line 36: | Line 38: | ||
* [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 10:47, 6 August 2010
The FTM & Co releases come with help patches and basic tutorials. In addition, there are these:
- FAQ: Frequently Asked Questions
- FAQ Index: The index of all FAQ topics
- List of Documentation Categories
FTM Basics
- Tutorials
- Expressions ... all about expressions in FTM
- Message Box ... the ftm.mess external
- Object and Value Definitions ... the ftm.object external
- Gabor Timing ... might need some explantions
Functions and Methods
- list of functions ... a list of currently available Functions
- find method ... the find method of fmat
- 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
- The FTM header files are also included in the FTMlib framework that is part of the standard FTM distributions.
- FTM API reference documentation ... Doxygen API documentation generated from the FTM sources at the FTM SourceForge project
- SDK ... All you need to write externals using FTM
- Developer's Corner ... Tips and tricks how to write classes and externals using FTM
- ftm-devel ... Developer's mailing list on sourceforge