| Method |
Description |
| AllocateEffect |
Allocate a EffectInstance with the specified processor and control state.
|
| AllocateGenerator |
Allocate a GeneratorInstance with the specified realtime and control state.
|
| AllocateRootOutput |
Allocate a RootOutputInstance with the specified processor and control state.
|
| Configure |
Manually reconfigure this GeneratorInstance with the given format.
|
| Destroy |
Destroy a GeneratorInstance previously allocated with ControlContext.AllocateGenerator.
|
| Exists |
Test whether processorInstance is valid and belongs to this ControlContext.
|
| GetConfiguration |
Get the declared configuration generatorInstance runs in.
|
| IsEffect |
Test whether processorInstance is an EffectInstance built from a
TRealtime and TControl.
|
| IsGenerator |
Test whether processorInstance is a GeneratorInstance built from a
TRealtime and TControl.
|
| IsRootOutput |
Test whether processorInstance is a RootOutputInstance built from a
TRealtime and TControl.
|
| SendMessage |
Send a message with a piece of data to be immediately evaluated by the ProcessorInstance.IControl<T0>.OnMessage.
|
| Update |
Manually update this GeneratorInstance.
|