SamplerEvent

public enum SamplerEvent

Events from a Sampler that can be monitored

  • Notification that the sampler is up and running

    Declaration

    Swift

    case running
  • Notification that the sampler has loaded a new preset

    Declaration

    Swift

    case loaded(patch: ActivePatchKind)