From ftm
(→FTM Data Classes) |
Brunal2496 (talk | contribs) (→General) |
||
Line 8: | Line 8: | ||
=== Installation === | === Installation === | ||
− | |||
− | |||
* [[Why no sound from some tuturialpatches?]] | * [[Why no sound from some tuturialpatches?]] | ||
Line 24: | Line 22: | ||
* other [[Pitfalls for Maxers]] | * other [[Pitfalls for Maxers]] | ||
+ | |||
+ | === Building Max Standalone with FTM inside === | ||
+ | * [[How do I create Max standalones (collectives/applications) using FTM?]] | ||
== FTM External Objects == | == FTM External Objects == |
Revision as of 09:36, 22 July 2008
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.)
General
Installation
Basic Concept
Expressions
Interaction with Max/MSP
- other Pitfalls for Maxers
Building Max Standalone with FTM inside
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?
- How to retrieve the time index in a track?
The dict Class: Dictionary/Lookup Table/Associative Array
[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?
- How to record multiple data streams into a single SDIF-file using ftm.sdif.write?