From ftm
m (→Expressions) |
(hierarchy) |
||
Line 5: | Line 5: | ||
* [[FTM, MnM, FDM - What the hell does all this mean?]] | * [[FTM, MnM, FDM - What the hell does all this mean?]] | ||
− | + | === Installation === | |
− | == Installation == | ||
* [[How do I create Max standalones (collectives/applications) using FTM?]] | * [[How do I create Max standalones (collectives/applications) using FTM?]] | ||
+ | === Basic Concept === | ||
− | == | + | === Expressions === |
− | |||
− | |||
− | |||
+ | * [[Expressions | What is the syntax in an FTM message box?]] | ||
== FTM External Objects == | == FTM External Objects == | ||
+ | * [[Expressions | What is the syntax in an FTM message box?]] | ||
* [[Messsage_Box | How do I get multiple inlets for an FTM message box?]] | * [[Messsage_Box | How do I get multiple inlets for an FTM message box?]] | ||
− | == | + | == FTM Data Classes === |
− | |||
− | |||
− | |||
− | |||
+ | === The fmat Class: Matrix Operations === | ||
* How to set and get values or vectors in an fmat? | * How to set and get values or vectors in an fmat? | ||
Line 33: | Line 29: | ||
* How to crop or access parts of an fmat? | * How to crop or access parts of an fmat? | ||
− | + | === The track Class: Sequence of Values === | |
− | == The track Class: Sequence of Values == | ||
* How do I import markers into a track? | * How do I import markers into a track? | ||
− | == The dict Class: Dictionary/Lookup Table/Associative Array == | + | === The dict Class: Dictionary/Lookup Table/Associative Array === |
− | |||
* How do I access values stored on a dictionary? | * How do I access values stored on a dictionary? | ||
Line 46: | Line 40: | ||
− | |||
+ | == Exchanging Data == | ||
+ | |||
+ | * How can I convert FTM data to Max data? | ||
+ | * How can I convert FTM data to and from Jitter? | ||
+ | |||
+ | === SDIF Integration === | ||
* How do I import and export SDIF data into FTM? | * How do I import and export SDIF data into FTM? | ||
* How do I import markers into a track? | * How do I import markers into a track? |
Revision as of 17:39, 29 October 2007
This FAQ aims to be an interactively built-up documentation of how to use FTM. It depends on your (the user's) input, be it only with questions. (Just insert a new page with your question, and mark it in the title as unanswered.)
Contents
General
Installation
Basic Concept
Expressions
FTM External Objects
FTM Data Classes =
The fmat Class: Matrix Operations
- How to set and get values or vectors in an fmat?
- How do I import sound data into FTM?
- How does matrix import-export work in general?
- How to crop or access parts of an fmat?
The track Class: Sequence of Values
- How do I import markers into a track?
The dict Class: Dictionary/Lookup Table/Associative Array
- How do I access values stored on a dictionary?
[Other Data Classes...]
Exchanging Data
- How can I convert FTM data to Max data?
- How can I convert FTM data to and from Jitter?
SDIF Integration
- How do I import and export SDIF data into FTM?
- How do I import markers into a track?