From ftm
Revision as of 17:30, 13 July 2010 by Diemo (talk | contribs) (How to inserting several init expressions in ftm.mess's inspector? moved to How to insert several init expressions in ftm.mess's inspector?)
Jump to: navigation, search

A: Put everything between double quotes and insert a comma between each expr, and leave out the '$' for super-local variables:

 "(new fmat) 2 3, random_freq1A = 0 , random_freq1B = 0" 

Note that the first list (here "(new fmat) 2 3") is the initialisation for the inlet variables $1, $2, etc.

Example: ftm.mess help patch, p names & variables.