From ftm
Jump to: navigation, search
(link to track doc)
(sub heading, globalisation)
Line 28: Line 28:
  
 
== FTM External Objects ==
 
== FTM External Objects ==
 +
 +
=== The FTM Message Box ftm.mess ===
  
 
* [[Expressions | What is the syntax in an FTM message box?]]
 
* [[Expressions | What is the syntax in an FTM message box?]]
 
* [[Message_Box | How do I get multiple inlets for an FTM message box?]]
 
* [[Message_Box | How do I get multiple inlets for an FTM message box?]]
  
 +
=== The FTM Object and Name Definition Box ftm.object ===
  
 +
* [[I have a global fmat in an abstraction and the main patch, but get the error "cannot globalize 'xxx' (name stays local)"?]]
  
 
== FTM Data Classes ==
 
== FTM Data Classes ==

Revision as of 10:58, 15 June 2010

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.)

FAQ Index

General

Installation

Basic Concept

Expressions

Interaction with Max/MSP

Building Max Standalone with FTM inside

FTM External Objects

The FTM Message Box ftm.mess

The FTM Object and Name Definition Box ftm.object

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

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