PatrickMimran Posted May 14, 2023 Share Posted May 14, 2023 Lets assume that i render few music in the notation viewer without each time play it in the midi player , may i retrieve as midi some previous scores from the notation viewer as midi , i know that i can do it with the last one but what about the previous ones Thanks Patrick Quote Link to comment Share on other sites More sharing options...
AM Posted May 14, 2023 Share Posted May 14, 2023 if i understand you correctly.... you could COMPILE the score - and with :next-index t - you can keep all the versions (compile-score 'myscore :file "My Score" :new-index t) "If :new-index is including as an argument the composer is able to collect as saved named incremented files compilation after compilation. This can be invaluable if the score has lots of randomised possibilities that need to be explored and compared to find the 'best version'." Quote Link to comment Share on other sites More sharing options...
PatrickMimran Posted May 15, 2023 Author Share Posted May 15, 2023 Once i have all the scores , how may i make a midi version directly from them ? or even better is there a way to compile score and in the same time midi file ? Now regarding (compile-score 'myscore :file "My Score" :new-index t) May i set it up somewhere by default Thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.