class Cmdline Class Cmdline
| | a_name [256] |
| | a_path [256] |
| | idesk |
| | score_fp |
| | score_open |
| | SHELL_DELIMITER |
| | proc_audio (char *fullpath) Set the file name and <b>full</b> path for the audio file |
| | proc_score (char *fname) Open the score file |
Class Cmdline. Class Cmdline will read the command line arguments and load the corresponding score and audio files. Additionally, the class is used to load new files from within the program by directly calling the proc_m4c method.
void cmdline_read(int argc, char **argv)
argv - Array containing those arguments. *
void proc_m4c(char *fname)
char* get_aiff_name(void)
char* get_aiff_path(void)
void close_score(void)
FILE* get_scf(void)
void proc_score(char *fname)
void proc_audio(char *fullpath)
generated by doc++