Class LXModelPattern<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
Direct Known Subclasses:
LifePattern

@Deprecated public abstract class LXModelPattern<T extends LXModel> extends LXPattern
Deprecated.
No longer recommended, does not play nicely with dynamic models and view selection
Templatized version of the LXPattern 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.