ActivePatchEvent
public enum ActivePatchEvent
The event notifications that can come from an ActivePatchManager subscription.
-
Change event
Declaration
Swift
case active(old: ActivePatchKind, new: ActivePatchKind, playSample: Bool)Parameters
oldthe previous active patch
newthe new active patch
playSampleif true, play a note using the new patch
View on GitHub
ActivePatchEvent Enumeration Reference