Module kira::manager::error[][src]

Expand description

Things that can go wrong when using an AudioManager.

Enums

AddArrangementError

Things that can go wrong when adding an arrangement to the audio thread.

AddGroupError

Things that can go wrong when adding a group to the audio thread.

AddMetronomeError

Things that can go wrong when adding a metronome to the audio thread.

AddParameterError

Things that can go wrong when adding a parameter to the audio thread.

AddSendTrackError

Things that can go wrong when adding a mixer send track to the audio thread.

AddSoundError

Things that can go wrong when adding a sound to the audio thread.

AddStreamError

Things that can go wrong when adding an audio stream to the audio thread.

AddSubTrackError

Things that can go wrong when adding a mixer sub-track to the audio thread.

LoadSoundError

Things that can go wrong when loading a sound from a file and sending it to the audio thread.

RemoveArrangementError

Things that can go wrong when removing an arrangement from the audio thread.

RemoveGroupError

Things that can go wrong when removing a group from the audio thread.

RemoveMetronomeError

Things that can go wrong when removing a metronome from the audio thread.

RemoveParameterError

Things that can go wrong when removing a parameter from the audio thread.

RemoveSendTrackError

Things that can go wrong when removing a mixer send track from the audio thread.

RemoveSoundError

Things that can go wrong when removing a sound from the audio thread.

RemoveStreamError

Things that can go wrong when removing an audio stream from the audio thread.

RemoveSubTrackError

Things that can go wrong when removing a mixer sub-track from the audio thread.

SetupError

Things that can go wrong when creating an AudioManager.

StartSequenceError

Things that can go wrong when starting a sequence.