SET-EVAL-FUNC

[GENERIC-FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - self a maquette  
  - func a function to evaluate the maquette  

Description:

Sets a specific function as an evauation process for the maquette <self>.

<func> can be either a specifically designed function or a patch. This patch or function must be able to produce a global result starting from the TemporalBoxes contained in the maquette.
This function is useful in particular when designing sound synthesis processes in the Maquette : <func> can be the process that synthesizes a sound starting from the data computed by the temporal boxes and their temporal layout.

Returns the Maquette <self>.

Note : the EVAL-FUNC can also be attached in a Maquette by dragging the patch or function icon to the bottom-left corner of the maquette editor.