![]() |
Maestro - Midi Player Tool Kit for Unity Version 2.18.2
|
Channel collection and per-channel playback state. More...
Classes | |
| class | MidiPlayerTK.MPTKChannels |
| Collection of MIDI channels managed by a MIDI synth. A standard MIDI synth uses 16 channels (0 to 15). Each channel keeps an independent state, including: More... | |
| class | MidiPlayerTK.MPTKChannel |
| Runtime state for one MIDI channel in the synth. A channel contains independent settings used to render events on that channel: More... | |
Functions | |
| MidiPlayerTK.MPTKChannels.MPTKChannels () | |
| Parameterless constructor kept for serialization and code stripping preservation. | |
Properties | |
| bool | MidiPlayerTK.MPTKChannel.Enable [get, set] |
| Enables (unmutes) or disables (mutes) this channel. All channels are unmuted when MIDI starts playing (MidiFilePlayer.MPTK_Play). To mute channels just before playback starts, use MidiFilePlayer.OnEventStartPlayMidi. | |
Channel collection and per-channel playback state.
|
getset |
Enables (unmutes) or disables (mutes) this channel. All channels are unmuted when MIDI starts playing (MidiFilePlayer.MPTK_Play).
To mute channels just before playback starts, use MidiFilePlayer.OnEventStartPlayMidi.
See demo: Assets\MidiPlayer\Demo\FreeMVP\MidiLoop.cs