 | 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: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Orchestra(
IMidiOut output
)
Public Sub New (
output As IMidiOut
)
public:
Orchestra(
IMidiOut^ output
)
new :
output : IMidiOut -> Orchestra
Parameters
- output
- Type: MidiGremlinIMidiOut
The output class to send all played music to.
See Also