ComponentContainerEvent
public enum ComponentContainerEvent
State change events that can happen with a ComponentContainer.
-
The sampler is ready for use.
Declaration
Swift
case samplerAvailable(Sampler) -
The reverb effect is ready for use.
Declaration
Swift
case reverbAvailable(ReverbEffect) -
The delay effect is ready for use.
Declaration
Swift
case delayAvailable(DelayEffect)
View on GitHub
ComponentContainerEvent Enumeration Reference