Class LXModelEffect<T extends LXModel>

Type Parameters:
T - Type of LXModel class that is always expected
All Implemented Interfaces:
LXComponent.Renamable, LXLoopTask, LXPath, LXPresetComponent, LXSerializable, LXMidiListener, LXModulationContainer, LXOscComponent, LXParameterListener

@Deprecated public abstract class LXModelEffect<T extends LXModel> extends LXEffect
Deprecated.
No longer recommended, does not play nicely with dynamic models and view selection
Templatized version of the LXEffect class, which strongly types a particular model. This class is offered for legacy support but its use is discouraged, as it does not work well with dynamic models or dynamic view selection via the LXView mechanism.