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
MIKMIDISequencerClickTrackStatusDisabledSwift
case disabled = 0 -
The click track will only be heard while recording.
Declaration
Objective-C
MIKMIDISequencerClickTrackStatusEnabledInRecordSwift
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
MIKMIDISequencerClickTrackStatusEnabledOnlyInPreRollSwift
case enabledOnlyInPreRoll = 2 -
The click track will always be heard during playback and recording.
Declaration
Objective-C
MIKMIDISequencerClickTrackStatusAlwaysEnabledSwift
case alwaysEnabled = 3
View on GitHub
MIKMIDISequencerClickTrackStatus Enumeration Reference