OrchestraLoadMusic Method
Loads a chirp file at the specified file path
If the Chirp file is inside your "src/main/deploy" directory, it will be
automatically deployed to a default directory on the roboRIO when you
deploy code.For these files, the name and file extension is sufficient.
A Chirp file can be created from a MIDI file using Phoenix Tuner.
Namespace: CTRE.Phoenix6Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
public StatusCode LoadMusic(
string filepath
)
member LoadMusic :
filepath : string -> StatusCode
- filepath String
- The path to the Chirp file
StatusCodeStatus code of loading the Chirp file