Click or drag to resize
WinmmOut Constructor
Creates a new instance of the WinmmOut class which opens a MIDI port at the specified device ID.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WinmmOut(
	uint deviceID,
	int beatsPerMinutes = 60
)

Parameters

deviceID
Type: SystemUInt32
The underlaying hardware port used to play music. Windows should have a built-in virtual synthesizer as device 0. The next port(if available) will be port 1 and so on.
beatsPerMinutes (Optional)
Type: SystemInt32
Specifies the length of a beat, which is the unit of time used throughout MIDI Gremlin. If left at 60, a beat will be the same as a second.
See Also