Interface ISf2Channel
- Namespace
- SpessaSharp.SoundBank
- Assembly
- SpessaSharp.dll
public interface ISf2Channel
Properties
GetMidiControllers
All MIDI controller values for modulation.
ReadOnlySpan<short> GetMidiControllers { get; }
Property Value
GetMidiParameters
Other MIDI parameters.
(int Pressure, int PitchWheel, float PitchWheelRange) GetMidiParameters { get; }