The values of array components can be manipulated with a set of functions. Some functions also allow to add components to an array.
These functions are available in the Functions/Basic Tools/Data Structures
menu. Their conception is still in progress.
These tools are especially designed for advanced sound synthesis control applications such as the OMChroma project. These applications aim to extend and complete components at synthesis time, as a post processing operation. They might not be very useful in other cases as far as we know.
|
The get-comp function returns the value of the nth component of an array. It has two inputs and one output.
|
|
The comp-list function returns a list of values belonging to the fields of a component. It has one input and output.
|
|
The comp-field function returns the value of the nth field of a given component. It has one input and output.
|
Here,
Remember that numbering starts at 0, consequently, 0 = 1st element, 1 = 2nd element...
|
The fill-comp function sets – "fills" – or changes the values of a component. |
|
The new-comp function allows to create a new component. |