next up previous contents index
Next: 4.2 File based components Up: 4. The 'set' message Previous: 4. The 'set' message   Contents   Index


4.1 Inline components

Format of the set message is:
\begin{rail}
setMsg : 'set' (
('txt' txtStream) \vert
('html' string) \vert
(...
... angle)) \vert
('grid' int32 int32) \vert
('faust' 'pluginname' )
)
\end{rail}


NOTE The default position of any component is [0,0]. Objects are drawn centered on their position.

Text may be specified by a single quoted string or using an arbitrary count of parameters that are converted to a single string with a space used as separator.
\begin{rail}
txtStream : (string \vert int32 \vert float32) +
\end{rail}


next up previous contents index
Next: 4.2 File based components Up: 4. The 'set' message Previous: 4. The 'set' message   Contents   Index

Grame - INScore project