Jump to content

Playing and Notating Simultaneously


Recommended Posts

Hi,

When I write code in the main Composer window, I have the menu option to "Evaluate and Play" and "Evaluate and Notation". Is there a way to do both, that is, play as well as render the notation for the score I write? Because of the random nature of the notes generated in my code, I cannot do one (Play) and then the other (Notation), because the values would change every time. It would help if I can do both at the same time so that I can check if what I am doing is correct.

 

Regards,

Rangarajan

Link to comment
Share on other sites

The 'Last Score' (Tools menu) will play or display the last compiled score.

For MIDI player the command is  ⌃⌥⌘P and for the notation  ⌃⌥⌘N

 

That simple :-)

 

To display notation and player in the same time:

 

  (display-midi 'your-score)
  (display-musicxml 'your-score)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy