Click or drag to resize
Orchestra Constructor
Creates a new instance of the orchestra class. Needs a reference to an output class, which you can get by creating a new WinmmOut instance.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Orchestra(
	IMidiOut output
)

Parameters

output
Type: MidiGremlinIMidiOut
The output class to send all played music to.
See Also