Orchestra(String, ParentDevice) Constructor

Constructor for a new Orchestra using the given instruments and chirp file.

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public Orchestra(
	string filepath,
	params ParentDevice[] instruments
)

Parameters

filepath  String
The path to the music file to immediately load into the orchestra.
instruments  ParentDevice
A collection of devices that will be used as instruments in the orchestra.

See Also