Example #1
0
 /// <summary>
 /// Loads the binary soundtrack configuration file created by the PsaiEditor
 /// </summary>
 /// <param name="pathToPcbFile">a file path to the binary psai soundtrack file created by the psaiEditor during export.</param>
 /// <returns>PsaiResult.OK if successful</returns>
 public PsaiResult LoadSoundtrackFromProjectFile(string pathToProjectFile)
 {
     return(m_logik.LoadSoundtrackFromProjectFile(pathToProjectFile));
 }