class representing the capabilities of a MIDI out device MIDIOUTCAPS: http://msdn.microsoft.com/en-us/library/dd798467%28VS.85%29.aspx
More...
|
| bool | SupportsChannel (int channel) |
| | Queries whether a particular channel is supported.
|
| |
class representing the capabilities of a MIDI out device MIDIOUTCAPS: http://msdn.microsoft.com/en-us/library/dd798467%28VS.85%29.aspx
◆ MidiOutCapabilityFlags
| Enumerator |
|---|
| Volume | MIDICAPS_VOLUME.
|
| LeftRightVolume | separate left-right volume control MIDICAPS_LRVOLUME
|
| PatchCaching | MIDICAPS_CACHE.
|
| Stream | MIDICAPS_STREAM driver supports midiStreamOut directly.
|
◆ SupportsChannel()
| bool NAudio.Midi.MidiOutCapabilities.SupportsChannel |
( |
int | channel | ) |
|
|
inline |
Queries whether a particular channel is supported.
- Parameters
-
| channel | Channel number to test |
- Returns
- True if the channel is supported
◆ driverVersion
| int NAudio.Midi.MidiOutCapabilities.driverVersion |
◆ dwSupport
◆ manufacturerId
| Int16 NAudio.Midi.MidiOutCapabilities.manufacturerId |
◆ MaxProductNameLength
| const int NAudio.Midi.MidiOutCapabilities.MaxProductNameLength = 32 |
|
static |
◆ productId
| Int16 NAudio.Midi.MidiOutCapabilities.productId |
◆ productName
| string NAudio.Midi.MidiOutCapabilities.productName |
◆ wChannelMask
| UInt16 NAudio.Midi.MidiOutCapabilities.wChannelMask |
◆ wNotes
| Int16 NAudio.Midi.MidiOutCapabilities.wNotes |
◆ wTechnology
| Int16 NAudio.Midi.MidiOutCapabilities.wTechnology |
◆ wVoices
| Int16 NAudio.Midi.MidiOutCapabilities.wVoices |
◆ Manufacturer
Gets the manufacturer of this device.
◆ Notes
| int NAudio.Midi.MidiOutCapabilities.Notes |
|
get |
Gets the polyphony of the device.
◆ ProductId
| short NAudio.Midi.MidiOutCapabilities.ProductId |
|
get |
Gets the product identifier (manufacturer specific)
◆ ProductName
| String NAudio.Midi.MidiOutCapabilities.ProductName |
|
get |
◆ SupportsAllChannels
| bool NAudio.Midi.MidiOutCapabilities.SupportsAllChannels |
|
get |
Returns true if the device supports all channels.
◆ SupportsMidiStreamOut
| bool NAudio.Midi.MidiOutCapabilities.SupportsMidiStreamOut |
|
get |
Returns true if the device supports MIDI stream out.
◆ SupportsPatchCaching
| bool NAudio.Midi.MidiOutCapabilities.SupportsPatchCaching |
|
get |
Returns true if the device supports patch caching.
◆ SupportsSeparateLeftAndRightVolume
| bool NAudio.Midi.MidiOutCapabilities.SupportsSeparateLeftAndRightVolume |
|
get |
Returns true if the device supports separate left and right volume.
◆ SupportsVolumeControl
| bool NAudio.Midi.MidiOutCapabilities.SupportsVolumeControl |
|
get |
Returns true if the device supports volume control.
◆ Technology
Returns the type of technology used by this MIDI out device.
◆ Voices
| int NAudio.Midi.MidiOutCapabilities.Voices |
|
get |
Returns the number of supported voices.
The documentation for this struct was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/Plugins/LiveMicrophone/lib/NAudio.Midi/Midi/MidiOutCapabilities.cs