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

ReadOnlySpan<short>

GetMidiParameters

Other MIDI parameters.

(int Pressure, int PitchWheel, float PitchWheelRange) GetMidiParameters { get; }

Property Value

(int Pressure, int PitchWheel, float PitchWheelRange)