SoundFontsControlsController

public final class SoundFontsControlsController : UIViewController
extension SoundFontsControlsController: ControllerConfiguration
extension SoundFontsControlsController: SegueHandler

Top-level view controller for the application. It contains the Sampler which will emit sounds based on what keys are touched. It also starts the audio engine when the application becomes active, and stops it when the application goes to the background or stops being active.

  • Undocumented

    Declaration

    Swift

    public override func viewDidLoad()
  • Undocumented

    Declaration

    Swift

    public override func viewDidAppear(_ animated: Bool)

Controller Configuration

  • Establish connections with other managers / controllers.

    Declaration

    Swift

    public func establishConnections(_ router: ComponentContainer)

    Parameters

    context

    the RunContext that holds all of the registered managers / controllers

  • Undocumented

    See more

    Declaration

    Swift

    public enum SegueIdentifier : String