|
Drag[en]gine Script Module DragonScript 1.32.1
|
Definition of a synthesizer controller. More...
Public Member Functions | |
| void | addToSynthesizer (Synthesizer synthesizer, int index) |
| Add controller to synthesizer using the stored definition. | |
| void | debug (Console console, int index) |
| bool | getClamp () |
| Controller is clamped. | |
| int | getIndex () |
| Index of controller in the synthesizer. | |
| float | getMaximum () |
| Maximum value. | |
| float | getMinimum () |
| Minimum value. | |
| String | getName () |
| Name. | |
| SDController | new () |
| Create controller definition. | |
| void | setClamp (bool clamp) |
| Set controller is clamped. | |
| void | setMaximum (float maximum) |
| Set maximum value. | |
| void | setMinimum (float minimum) |
| Set minimum value. | |
| void | setName (String name) |
| Set name. | |
Definition of a synthesizer controller.
Once defined a controller can be added to an synthesizer using the stored definition.
| void Dragengine.Audio.SynthesizerDefinition.SDController.addToSynthesizer | ( | Synthesizer | synthesizer, |
| int | index | ||
| ) |
Add controller to synthesizer using the stored definition.
| void Dragengine.Audio.SynthesizerDefinition.SDController.debug | ( | Console | console, |
| int | index | ||
| ) |
| bool Dragengine.Audio.SynthesizerDefinition.SDController.getClamp | ( | ) |
Controller is clamped.
| int Dragengine.Audio.SynthesizerDefinition.SDController.getIndex | ( | ) |
Index of controller in the synthesizer.
| float Dragengine.Audio.SynthesizerDefinition.SDController.getMaximum | ( | ) |
Maximum value.
| float Dragengine.Audio.SynthesizerDefinition.SDController.getMinimum | ( | ) |
Minimum value.
| String Dragengine.Audio.SynthesizerDefinition.SDController.getName | ( | ) |
Name.
| SDController Dragengine.Audio.SynthesizerDefinition.SDController.new | ( | ) |
Create controller definition.
| void Dragengine.Audio.SynthesizerDefinition.SDController.setClamp | ( | bool | clamp | ) |
Set controller is clamped.
| void Dragengine.Audio.SynthesizerDefinition.SDController.setMaximum | ( | float | maximum | ) |
Set maximum value.
| void Dragengine.Audio.SynthesizerDefinition.SDController.setMinimum | ( | float | minimum | ) |
Set minimum value.
| void Dragengine.Audio.SynthesizerDefinition.SDController.setName | ( | String | name | ) |
Set name.