Macro Modulator
Type ID: MacroModulator
Interface classes: TableProcessor
A Modulator that uses the value of a macro control as modulation signal.
The Macro Modulator is another way of using the Macro Control System
. It is useful if:
- you want to smooth the changes of the macro value in order to remove zipper noises
- you want to change the range with a table
The way you use it is remarkably similar to a GlobalTimeVariantModulator , but instead of the global modulation value, it will fetch the "global macro value".
Parameters
# | ID | Description |
0 | MacroIndex
|
the index of the macro control that is used by this module. If you're using the module UI, just select one in the drop down box, but if you're manually setting this parameter be aware that it starts with 1. |
1 | SmoothTime
|
smoothes the parameter changes (just like with the Control Modulator). |
2 | UseTable
|
you can enable a Table to process the incoming macro value to add extra control over the range. |
3 | MacroValue
|
this just holds the current value so you can grab it if you want to display it in some kind. |