4.9.8. Utility functions

setup

setup( ) { ... }; // = defines everything in the braces to be executed only on the first frame

more about setup( ) { ... };


alias

alias( newname, channel ) // = replaces the channel name with the alias name.

more about alias( newname, property )


console

console( value, "string" ) // = prints values and strings to the console app. For debugging purposes.

more about console( value, "string" )


beep

beep( x ) // = beeps x times. For debugging purposes.

 


evaluate string

eval( string ) // = evaluation of expressions that come as strings

more about eval( string )

 

 

Xpressionist 3.5