Jump to content

volume reset on new loop ?


Recommended Posts

Hi,

is there a default volume in DEF-SCORE or live coding, when you don't set :volume ? 

On every new loop the Plugin-volume I have set  (or the preset loaded) gets set back to about 100 .

I observed this with Reaktor and Reason connected to IAC BUS 1 (:port 0) . 

For the instrument I have only set :omn and :port and :channel

Link to comment
Share on other sites

The default volume is set to 100.
You can control the volume with :volume option in the DEF-SCORE.

 

Example:

(def-score example
           (:key-signature 'chromatic
            :time-signature tsig
            :tempo 100)
  
  (instrument
   :omn oml-list
   :channel 1
   :sound 'gm
   :program 0
   :volume 40)
   )

 

Link to comment
Share on other sites

Is it possible not to set a default volume from DEF-SCORE ? I would like to mix in my application. Presets have different volumes set, due to effects and filter etc. So because of the volume-reset I get sudden peaks on  start and loop-restart

Like :volume nil  or a switch in Live-coding  "ignore volume"

Is this the same with :pan

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