![]() | Orchestra Class |
Namespace: MidiGremlin
The Orchestra type exposes the following members.
Name | Description | |
---|---|---|
![]() | Orchestra |
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.
|
Name | Description | |
---|---|---|
![]() | Instruments |
property of the instruments which is readonly
|
Name | Description | |
---|---|---|
![]() | AddInstrument(InstrumentType, Int32) |
Constructs a new instrument and adds it to the orchestra.
|
![]() | AddInstrument(InstrumentType, Scale, Int32) |
Constructs a new instrument with a specified scale and adds it to the orchestra
|
![]() | CurrentTime |
Returns the current time specified by the output class.
|
![]() | WaitForFinished |
Blocks until the underlying IMidiOut have consumed all music
|