EffectsController
public final class EffectsController : UIViewController
extension EffectsController: ControllerConfiguration
extension EffectsController: UIPickerViewDataSource
extension EffectsController: UIPickerViewDelegate
View controller for the effects controls view. Much of this functionality is duplicated in the AUv3 effects components.
-
Undocumented
Declaration
Swift
public override func viewDidLoad()
-
Undocumented
Declaration
Swift
public override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
@IBAction func toggleReverbEnabled(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@IBAction func toggleReverbGlobal(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@IBAction func toggleDelayEnabled(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@IBAction func toggleDelayGlobal(_ sender: UIButton)
-
Undocumented
Declaration
Swift
@IBAction func changeReverbWebDryMix(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func changeDelayTime(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func changeDelayFeedback(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func changeDelayCutoff(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func changeDelayWetDryMix(_ sender: Any)
-
Declaration
Swift
public func establishConnections(_ router: ComponentContainer)
-
Undocumented
Declaration
Swift
public func numberOfComponents(in pickerView: UIPickerView) -> Int
-
Undocumented
Declaration
Swift
public func pickerView(_ pickerView: UIPickerView, numberOfRowsInComponent component: Int) -> Int
-
Undocumented
Declaration
Swift
public func pickerView( _ pickerView: UIPickerView, didSelectRow row: Int, inComponent component: Int )
-
Undocumented
Declaration
Swift
public func pickerView( _ pickerView: UIPickerView, viewForRow row: Int, forComponent component: Int, reusing view: UIView? ) -> UIView