BASS.NET API for the Un4seen BASS Audio Library

BASSMIDISystem Enumeration

BASS.NET API for the Un4seen BASS Audio Library
System mode parameter, to be used with MIDI_EVENT_SYSTEM, MIDI_EVENT_SYSTEMEX.

Namespace:  Un4seen.Bass.AddOn.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public enum BASSMIDISystem
Members

  Member nameValueDescription
MIDI_SYSTEM_DEFAULT0 System default.
MIDI_SYSTEM_GM11 General MIDI Level 1.
MIDI_SYSTEM_GM22 General MIDI Level 2.
MIDI_SYSTEM_XG3 XG-Format (Yamaha).
MIDI_SYSTEM_GS4 GS-Format (Roland).
Remarks

MIDI_SYSTEM_DEFAULT is identical to MIDI_SYSTEM_GS, except that channel 10 is melodic if there are not 16 channels.
See Also

Reference