Posted October 29, 20204 yr Hi, Is there a function that I can call to audition the defined score? From what I have seen, the following works, but I do not need the MIDI display, just the sound: => (display-midi (compile-score 'my-score)) In the above "my-score" is the def-score I have defined. - Rangarajan
October 29, 20204 yr Here it is: (audition-last-score) (audition-musicxml-last-score) (audition-musicxml-last-score-window) (audition-display-midi-last-score)
Create an account or sign in to comment