![]() |
Maestro - Midi Player Tool Kit for Unity Version 2.18.2
|
Advanced scale/chord and real-time control features available in Maestro Pro. More...
Functions | |
| void | MidiPlayerTK.MidiStreamPlayer.MPTK_PlayPitchWheelChange (int channel, float pitchWheel) |
| Plays a MIDI pitch change event for all notes on the channel. | |
| void | MidiPlayerTK.MidiStreamPlayer.MPTK_PlayPitchWheelSensitivity (int channel, int sensitivity) |
| Plays a MIDI pitch sensitivity change for all notes on the channel. | |
Advanced scale/chord and real-time control features available in Maestro Pro.
This chapter covers live-expression features available in Maestro Pro.
| void MidiPlayerTK.MidiStreamPlayer.MPTK_PlayPitchWheelChange | ( | int | channel, |
| float | pitchWheel ) |
Plays a MIDI pitch change event for all notes on the channel.
| channel | MIDI channel in the range 0 to 15. |
| pitchWheel | Normalized pitch wheel value in the range 0 to 1 (normalized since v2.88.2).
|
| void MidiPlayerTK.MidiStreamPlayer.MPTK_PlayPitchWheelSensitivity | ( | int | channel, |
| int | sensitivity ) |
Plays a MIDI pitch sensitivity change for all notes on the channel.
| channel | MIDI channel in the range 0 to 15. |
| sensitivity | Pitch bend sensitivity from 0 to 24 semitones. Default is 2. Example: 4 means the range is -4 to +4 semitones when MPTK_PlayPitchWheelChange moves from 0 to 1. |