Enum GlobalMidiParameter.Type
- Namespace
- SpessaSharp.Synthesizer.Engine.Parameters
- Assembly
- SpessaSharp.dll
public enum GlobalMidiParameter.Type
Fields
FineTune = 2The global tuning in cents. Drum channels ignore this value. Set by MIDI SysEx.
KeyShift = 1The global key shift in semitones. Drum channels ignore this value. Set by MIDI SysEx.
MidiSystem = 0The currently enabled MIDI system used by the synthesizer for bank selects and system exclusives. (GM, GM2, GS, XG)
Pan = 4The master pan. From -1 (left) to 1 (right). 0 is center.
Volume = 3The master volume. From 0 (silent) to 1 (full volume).
This differs from the gain system parameter in that it is squared internally.