BASS.NET API for the Un4seen BASS Audio Library

MIDIDevice Enumeration

BASS.NET API for the Un4seen BASS Audio Library
Type of the MIDI output device, to be used with the technology flag field.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public enum MIDIDevice
Members

  Member nameValueDescription
MOD_UNKNOWN0 Unknown MIDI device.
MOD_MIDIPORT1 MIDI hardware port.
MOD_SYNTH2 Synthesizer.
MOD_SQSYNTH3 Square wave synthesizer.
MOD_FMSYNTH4 FM synthesizer.
MOD_MAPPER5 Microsoft MIDI mapper.
MOD_WAVETABLE6 Hardware wavetable synthesizer.
MOD_SWSYNTH7 Software synthesizer.
See Also

Reference