Orchestra(String) Constructor

Constructor for a new Orchestra using the given Chirp file.

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public Orchestra(
	string filepath
)

Parameters

filepath  String
The path to the music file to immediately load into Orchestra

See Also