OrchestraAddInstrument(ParentDevice, UInt16) Method
Adds an instrument to the given track.
Namespace: CTRE.Phoenix6Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
public StatusCode AddInstrument(
ParentDevice instrument,
ushort trackNumber
)
member AddInstrument :
instrument : ParentDevice *
trackNumber : uint16 -> StatusCode
- instrument ParentDevice
- The device to add to the orchestra
- trackNumber UInt16
- The track number the device should play, starting at 0
StatusCodeStatus code of adding the device