Jump to content

DEF-SC-SCORE additional keywords


Recommended Posts

DEF-SC-SCORE additional keywords:
 

output - Specifies the name of the saved audio file (provided as a string).
         By default, the file is saved in the Waveform Audio (WAVE) format.

sr - Defines the sample rate of the saved audio file.
     The default setting is 48000 with a bit depth of 24 bits per sample.

 

The :output "name" option enables you to save the score file in the Opusmodus/Media/Audio directory.
 

(def-sc-score example2
  (:tempo 120
   :layout ((ins . len))
   :output "exp2")
  (ins :synth saw-synth
       :note midi
       :dur len
       :vel vel)
)

 

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