Orchestra(String, ParentDevice) Constructor
Constructor for a new Orchestra using the given instruments and chirp file.
Namespace: CTRE.Phoenix6Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
public Orchestra(
string filepath,
params ParentDevice[] instruments
)
new :
filepath : string *
instruments : ParentDevice[] -> Orchestra
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.