MIKMIDISequencerClickTrackStatus
Objective-C
enum MIKMIDISequencerClickTrackStatus {}
Swift
enum MIKMIDISequencerClickTrackStatus : Int
Types of click track statuses, that determine when the click track will be audible.
See
clickTrackStatus-
The click track will not be heard during playback or recording.
Declaration
Objective-C
MIKMIDISequencerClickTrackStatusDisabled
Swift
case disabled = 0
-
The click track will only be heard while recording.
Declaration
Objective-C
MIKMIDISequencerClickTrackStatusEnabledInRecord
Swift
case enabledInRecord = 1
-
The click track will only be heard while recording and while the playback position is still in the pre-roll.
Declaration
Objective-C
MIKMIDISequencerClickTrackStatusEnabledOnlyInPreRoll
Swift
case enabledOnlyInPreRoll = 2
-
The click track will always be heard during playback and recording.
Declaration
Objective-C
MIKMIDISequencerClickTrackStatusAlwaysEnabled
Swift
case alwaysEnabled = 3