Enum GlobalMidiParameter.Type

Namespace
SpessaSharp.Synthesizer.Engine.Parameters
Assembly
SpessaSharp.dll
public enum GlobalMidiParameter.Type

Fields

FineTune = 2

The global tuning in cents. Drum channels ignore this value. Set by MIDI SysEx.

KeyShift = 1

The global key shift in semitones. Drum channels ignore this value. Set by MIDI SysEx.

MidiSystem = 0

The currently enabled MIDI system used by the synthesizer for bank selects and system exclusives. (GM, GM2, GS, XG)

Pan = 4

The master pan. From -1 (left) to 1 (right). 0 is center.

Volume = 3

The master volume. From 0 (silent) to 1 (full volume).

This differs from the gain system parameter in that it is squared internally.