September 28, 201510 yr 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
September 28, 201510 yr 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) )
September 28, 201510 yr Author 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 ?
September 28, 201510 yr Author It is the same with :pan. I checked with Kontakt. It gets reset on each loop start to center, when there is no :pan set.
September 28, 201510 yr It is the same with pan. The midi file needs volume value, this is why you have the reset every time you start. I will have a look if it is possible to set the controllers to nil.
Create an account or sign in to comment