AVAEMixerSample/InstrumentViewController.h
/* |
Copyright (C) 2017 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
The InstrumentViewController class provides specific UI Elements to interact with the AVAudioSequencer object. The sequencer is not directly part of AVAudioEngine. |
UISlider *samplerDirectVolumeSlider; Sets the volume of the instrument using AVAudioMixingDestination |
UISlider *reverbVolumeSlider; Sets the volume of the instrument using AVAudioMixingDestination |
*/ |
#import "AudioViewController.h" |
@interface InstrumentViewController : AudioViewController |
@end |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-03-23