Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsMidiOutputInfoMBS class.

WindowsMidiOutputInfoMBS.ChannelMask as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Channels that an internal synthesizer device responds to, where the least significant bit refers to channel 0 and the most significant bit to channel 15.

Port devices that transmit on all channels set this member to &hFFFF.
(Read only property)

WindowsMidiOutputInfoMBS.DriverVersion as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Version number of the device driver for the MIDI input device.

The high-order byte is the major version number, and the low-order byte is the minor version number.
(Read only property)

WindowsMidiOutputInfoMBS.Flags as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Optional functionality supported by the device.

It can be one or more of the following:

MIDICAPS_CACHE= 4Supports patch caching.
MIDICAPS_LRVOLUME= 2Supports separate left and right volume control.
MIDICAPS_STREAM= 8Provides direct support for the midiStreamOut function.
MIDICAPS_VOLUME= 1Supports volume control.

If a device supports volume changes, the MIDICAPS_VOLUME flag will be set for the dwSupport member. If a device supports separate volume changes on the left and right channels, both the MIDICAPS_VOLUME and the MIDICAPS_LRVOLUME flags will be set for this member.
(Read only property)

WindowsMidiOutputInfoMBS.ManufacturerID as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Manufacturer identifier of the device driver for the MIDI input device.

(Read only property)

WindowsMidiOutputInfoMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Product name.

Currently an ANSI string.
(Read only property)

WindowsMidiOutputInfoMBS.Notes as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Maximum number of simultaneous notes that can be played by an internal synthesizer device.

If the device is a port, this member is not meaningful and is set to 0.
(Read only property)

WindowsMidiOutputInfoMBS.ProductID as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Product identifier of the MIDI input device.

(Read only property)

WindowsMidiOutputInfoMBS.Technology as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Type of the MIDI output device.

This value can be one of the following:

MOD_MIDIPORT= 1// output port
MOD_SYNTH= 2// generic internal synth
MOD_SQSYNTH= 3// square wave internal synth
MOD_FMSYNTH= 4// FM internal synth
MOD_MAPPER= 5// MIDI mapper
MOD_WAVETABLE= 6// hardware wavetable synth
MOD_SWSYNTH= 7// software synth
(Read only property)

WindowsMidiOutputInfoMBS.Voices as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Number of voices supported by an internal synthesizer device.

If the device is a port, this member is not meaningful and is set to 0.
(Read only property)

WindowsMidiOutputInfoMBS.Volume as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Whether volume control is available.

True if yes and False if no.
(Read only property)

WindowsMidiOutputInfoMBS.VolumeStereo as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Whether the device can control volume on two independend channels.

True if stereo, False if mono.
(Read only property)

The items on this page are in the following plugins: MBS Audio Plugin.


The biggest plugin in space...