Jump to content

Featured Replies

Posted

 

Dear All,

 

I have a little suggestion for workflow.

 

1) A simple context menu button (or some way) to open the XML snippet in other software.

Like right-clicking on the snippet and have an option (OS based option) like "open with" (musescore, finale, sibelius, etc)

 

This could be useful for collecting material for a piece to be edited outside Opusmodus.

I personally use Musescore with my students. It's free, open and runs windows and mac.

I also use Finale for myself.

This simple options could solve the problem of the audition of many different snippets.

 

2) Another (much more complex) idea would be  when click over each snippet to have a play panel, similar to the

 live coding panel (with play/stop button, tempo, volume, maybe sound and channel assigment , according

 to the number of staves, etc...

 

This could be handy.

 

Best,

Julio

added 2 minutes later

Like this (when clicking over the snipett inside Opusmodus:

 

image.png.00bfb0213bc7d1921b7d32395073d6c1.png

the last snippet is also the last score.

 

By the way you can do a function last score to editor.

 

I've did one for my usage when working with SIbelius.

 

I give it here if it can help.

(defun last-score-to-editor ()
(compile-score *last-score* :output :musicxml :file "temp-last-score")
(musicxml-to-editor "temp-last-score"))

 

S.

  • 5 months later...

First, you need to create a musicxml file from your score:

(compile-score 'file-name :output :musicxml :file "file-name")

Next:

(musicxml-to-editor "file-name")

To open the file in Finale:

(musicxml-to-editor "file-name" :application "Finale")

 

If the application name is not working you can use the identifier keyword with the bundle-identifier.

For example the Sibelius 7.5 version identifier is "com.avid.Sibelius75"

(musicxml-to-editor "file-name" :identifier "com.avid.Sibelius75")

 

Create an account or sign in to comment


Copyright © 2014-2025 Opusmodus™ Ltd. All rights reserved.
Product features, specifications, system requirements and availability are subject to change without notice.
Opusmodus, the Opusmodus logo, and other Opusmodus trademarks are either registered trademarks or trademarks of Opusmodus Ltd.
All other trademarks contained herein are the property of their respective owners.

Powered by Invision Community

Important Information

Terms of Use Privacy Policy