|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
strange extra render time with attached .blueHi
Still having a bit of trouble getting things working. It might just be a stupid mistake from me, but the attached project is giving me a .wav of 5:29 when the track "octave" is enabled, instead of the correct 3:33. The extra time is simply silence, any idea what's causing this extra rendering time? -- Atte http://atte.dk http://modlys.dk <blueData version='0.124.3'> <projectProperties> <title>Pause Signal A</title> <author>Atte André Jensen (atte.dk), 2008</author> <notes>Meditative soundscape with little action. Available on the cd "Modlys - Knæfald", (modlys.dk)</notes> <sampleRate>44100</sampleRate> <ksmps>100</ksmps> <channels>2</channels> <diskSampleRate>44100</diskSampleRate> <diskKsmps>1</diskKsmps> <diskChannels>2</diskChannels> <useAudioOut>true</useAudioOut> <useAudioIn>false</useAudioIn> <useMidiIn>false</useMidiIn> <useMidiOut>false</useMidiOut> <noteAmpsEnabled>false</noteAmpsEnabled> <outOfRangeEnabled>true</outOfRangeEnabled> <warningsEnabled>false</warningsEnabled> <benchmarkEnabled>false</benchmarkEnabled> <advancedSettings></advancedSettings> <completeOverride>false</completeOverride> <fileName>/home/atte/music/modlys/mixes/pause_signal_a.wav</fileName> <askOnRender>false</askOnRender> <diskNoteAmpsEnabled>true</diskNoteAmpsEnabled> <diskOutOfRangeEnabled>true</diskOutOfRangeEnabled> <diskWarningsEnabled>true</diskWarningsEnabled> <diskBenchmarkEnabled>true</diskBenchmarkEnabled> <diskAdvancedSettings></diskAdvancedSettings> <diskCompleteOverride>false</diskCompleteOverride> <diskAlwaysRenderEntireProject>true</diskAlwaysRenderEntireProject> <csladspaSettings> <name/> <maker/> <uniqueId>0</uniqueId> <copyright/> <portDefinitionList/> <enabled>false</enabled> </csladspaSettings> </projectProperties> <arrangement> <instrumentAssignment arrangementId='bang' isEnabled='true'> <instrument type='blue.orchestra.BlueSynthBuilder' editEnabled='true'> <name>Bang v0.1 API</name> <comment>Author: Atte André Jensen (atte.dk), 2008 Explosion Changelog: 0.1 * Initial release</comment> <globalOrc/> <globalSco/> <instrumentText>kamp = 13000 iattack = .01 afiltenv expseg 1, iattack, .3, p3 - iattack, .001 kcutoff = (p4 == 0) ? <cutoff> : p4 kres = (p5 == 0) ? <resonance> : p5 aout random kamp, -kamp aout moogvcf aout, kcutoff * afiltenv, kres, 0dbfs aoutl = aout aoutr = aout ; output blueMixerOut aoutl, aoutr</instrumentText> <graphicInterface editEnabled='true'> <uniqueNameManager nameIndex='-1' defaultPrefix='bsbObj'/> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>cutoff</objectName> <x>151</x> <y>170</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>20000.0</maximum> <value>8407.87</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>165</x> <y>245</y> <label>Cutoff</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>resonance</objectName> <x>213</x> <y>170</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.42504767</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>212</x> <y>245</y> <label>Resonance</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>167</x> <y>26</y> <label><html><font size="6"><b>Bang</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>183</x> <y>67</y> <label>v 0.1</label> </bsbObject> </graphicInterface> <bsbParameterList> <parameter uniqueId='631334944' name='cutoff' label='' min='0.0' max='20000.0' resolution='-1.0' automationEnabled='false' value='8407.87'> <line name='' version='2' max='20000.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='8407.87'/> </line> </parameter> <parameter uniqueId='631334946' name='resonance' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.42504767'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.42504767'/> </line> </parameter> </bsbParameterList> <presetGroup name='Presets'/> <opcodeList/> </instrument> </instrumentAssignment> <instrumentAssignment arrangementId='mot' isEnabled='true'> <instrument type='blue.orchestra.BlueSynthBuilder' editEnabled='true'> <name>MovingOvertones v1.2 API</name> <comment>Author: Atte André Jensen (atte.dk), 2008 Additive instrument, featuring detune, pan and drawable amplitude LFO for each of the 8 overtones. Changelog: 1.2 * Works with the csound API (blue 0.124.3) 1.1 * Fixed bug: kvol/ivol not used in code 1.0 * Initial release</comment> <globalOrc>git_instr_mot_sin ftgen 0, 0, 1024, 10, 1 git_instr_mot_tri ftgen 0, 0, 256, 7, 0, 64, 1, 128, -1, 64, 0 ;giCutoff_<INSTR_ID> ftgen 0, 0, 513, -7 + <EnvFilter_Cutoff></globalOrc> <globalSco/> <instrumentText>ilength = p3; seconds kfreq = p4; <20: pitch, >=20: hz ivol = p5; 0-1 ; setup iamp = 10000 ; defaults kfreq = (kfreq >= 20) ? kfreq : cpspch(kfreq) ivol = (ivol == 0) ? 1 : ivol ; copy from BSB kvol = <volume> ; amp env aampenv expseg .0001, i(<attack>), 1, ilength - i(<attack>) - i(<release>), 1, i(<release>), .00001 ; lfos klfo1 loopseg i(<rtFreq1>), 0, <lfo_osc1> klfo2 loopseg i(<rtFreq2>), 0, <lfo_osc2> klfo3 loopseg i(<rtFreq3>), 0, <lfo_osc3> klfo4 loopseg i(<rtFreq4>), 0, <lfo_osc4> klfo5 loopseg i(<rtFreq5>), 0, <lfo_osc5> klfo6 loopseg i(<rtFreq6>), 0, <lfo_osc6> klfo7 loopseg i(<rtFreq7>), 0, <lfo_osc7> klfo8 loopseg i(<rtFreq8>), 0, <lfo_osc8> ; oscillators aosc1 oscili iamp * klfo1 * <otVol_0>, (1 + <detune1>) * kfreq, git_instr_mot_<waveform1> aosc2 oscili iamp * klfo2 * <otVol_1>, (1 + <detune2>) * kfreq * 2, git_instr_mot_<waveform2> aosc3 oscili iamp * klfo3 * <otVol_2>, (1 + <detune3>) * kfreq * 3, git_instr_mot_<waveform3> aosc4 oscili iamp * klfo4 * <otVol_3>, (1 + <detune4>) * kfreq * 4, git_instr_mot_<waveform4> aosc5 oscili iamp * klfo5 * <otVol_4>, (1 + <detune5>) * kfreq * 5, git_instr_mot_<waveform5> aosc6 oscili iamp * klfo6 * <otVol_5>, (1 + <detune6>) * kfreq * 6, git_instr_mot_<waveform6> aosc7 oscili iamp * klfo7 * <otVol_6>, (1 + <detune7>) * kfreq * 7, git_instr_mot_<waveform7> aosc8 oscili iamp * klfo8 * <otVol_7>, (1 + <detune8>) * kfreq * 8, git_instr_mot_<waveform8> aoutl = aosc1 * (1 - <pan1>) + aosc2 * (1 - <pan2>) + aosc3 * (1 - <pan3>) + aosc4 * (1 - <pan4>) + aosc5 * (1 - <pan5>) + aosc6 * (1 - <pan6>) + aosc7 * (1 - <pan7>) + aosc8 * (1 - <pan8>) aoutr = aosc1 * (1 + <pan1>) + aosc2 * (1 + <pan2>) + aosc3 * (1 + <pan3>) + aosc4 * (1 + <pan4>) + aosc5 * (1 + <pan5>) + aosc6 * (1 + <pan6>) + aosc7 * (1 + <pan7>) + aosc8 * (1 + <pan8>) aoutl = aoutl * aampenv * ivol * kvol aoutr = aoutr * aampenv * ivol * kvol ; output blueMixerOut aoutl, aoutr</instrumentText> <graphicInterface editEnabled='false'> <uniqueNameManager nameIndex='0' defaultPrefix='bsbObj'/> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>volume</objectName> <x>578</x> <y>330</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.37659162</value> <knobWidth>60</knobWidth> <randomizable>false</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>waveform1</objectName> <x>65</x> <y>316</y> <bsbDropdownItemList> <bsbDropdownItem> <name>Sine</name> <value>sin</value> </bsbDropdownItem> <bsbDropdownItem> <name>Tri</name> <value>tri</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>0</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>586</x> <y>406</y> <label>Volume</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLineObject'> <objectName>lfo</objectName> <x>474</x> <y>45</y> <canvasWidth>200</canvasWidth> <canvasHeight>160</canvasHeight> <xMax>1.0</xMax> <relativeXValues>true</relativeXValues> <separatorType>Comma</separatorType> <leadingZero>true</leadingZero> <locked>true</locked> <lines> <line name='osc1' version='2' max='1.0' min='0.0' resolution='-1.0' color='-13421773' rightBound='true' endPointsLinked='false'> <linePoint x='0.0' y='0.5'/> <linePoint x='0.3723404' y='1.0'/> <linePoint x='0.5425532' y='0.0'/> <linePoint x='0.7925532' y='0.060810804'/> <linePoint x='1.0' y='0.5'/> </line> <line name='osc2' version='2' max='1.0' min='0.0' resolution='-1.0' color='-16751002' rightBound='true' endPointsLinked='false'> <linePoint x='0.0' y='0.0'/> <linePoint x='0.2925532' y='0.7972973'/> <linePoint x='1.0' y='0.0'/> </line> <line name='osc3' version='2' max='1.0' min='0.0' resolution='-1.0' color='-16737895' rightBound='true' endPointsLinked='false'> <linePoint x='0.0' y='1.0'/> <linePoint x='0.39361703' y='0.45945948'/> <linePoint x='0.57978725' y='0.7702703'/> <linePoint x='0.7659575' y='0.18243241'/> <linePoint x='0.88297874' y='0.8648649'/> <linePoint x='1.0' y='1.0'/> </line> <line name='osc4' version='2' max='1.0' min='0.0' resolution='-1.0' color='-16724788' rightBound='true' endPointsLinked='false'> <linePoint x='0.0' y='0.5'/> <linePoint x='0.16489361' y='0.9797297'/> <linePoint x='0.55851066' y='0.040540516'/> <linePoint x='0.86170214' y='0.29054052'/> <linePoint x='1.0' y='0.5'/> </line> <line name='osc5' version='2' max='1.0' min='0.0' resolution='-1.0' color='-16711732' rightBound='true' endPointsLinked='false'> <linePoint x='0.0' y='0.0'/> <linePoint x='0.19680852' y='0.35135138'/> <linePoint x='0.31382978' y='0.6216216'/> <linePoint x='0.44680852' y='0.8243243'/> <linePoint x='0.68085104' y='0.3716216'/> <linePoint x='0.8031915' y='0.7094594'/> <linePoint x='1.0' y='0.0'/> </line> <line name='osc6' version='2' max='1.0' min='0.0' resolution='-1.0' color='-10027060' rightBound='true' endPointsLinked='false'> <linePoint x='0.0' y='1.0'/> <linePoint x='0.2606383' y='0.25'/> <linePoint x='0.47340426' y='0.6554054'/> <linePoint x='0.5319149' y='0.0472973'/> <linePoint x='0.55851066' y='0.29054052'/> <linePoint x='0.7819149' y='0.7297298'/> <linePoint x='1.0' y='1.0'/> </line> <line name='osc7' version='2' max='1.0' min='0.0' resolution='-1.0' color='-6684724' rightBound='true' endPointsLinked='false'> <linePoint x='0.0' y='0.7905406'/> <linePoint x='0.34042552' y='0.2702703'/> <linePoint x='0.5265958' y='0.0067567825'/> <linePoint x='0.62765956' y='0.972973'/> <linePoint x='0.7446808' y='0.3310811'/> <linePoint x='0.85106385' y='0.24324322'/> <linePoint x='1.0' y='0.7905406'/> </line> <line name='osc8' version='2' max='1.0' min='0.0' resolution='-1.0' color='-3342388' rightBound='true' endPointsLinked='false'> <linePoint x='0.0' y='0.2635135'/> <linePoint x='0.14361702' y='0.41216218'/> <linePoint x='0.18085106' y='0.5945946'/> <linePoint x='0.35106382' y='0.9797297'/> <linePoint x='0.4787234' y='0.3243243'/> <linePoint x='0.86702126' y='0.0'/> <linePoint x='1.0' y='0.2635135'/> </line> </lines> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>waveform2</objectName> <x>115</x> <y>316</y> <bsbDropdownItemList> <bsbDropdownItem> <name>Sine</name> <value>sin</value> </bsbDropdownItem> <bsbDropdownItem> <name>Tri</name> <value>tri</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>1</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>waveform3</objectName> <x>165</x> <y>316</y> <bsbDropdownItemList> <bsbDropdownItem> <name>Sine</name> <value>sin</value> </bsbDropdownItem> <bsbDropdownItem> <name>Tri</name> <value>tri</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>0</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>waveform4</objectName> <x>215</x> <y>316</y> <bsbDropdownItemList> <bsbDropdownItem> <name>Sine</name> <value>sin</value> </bsbDropdownItem> <bsbDropdownItem> <name>Tri</name> <value>tri</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>0</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>waveform6</objectName> <x>315</x> <y>316</y> <bsbDropdownItemList> <bsbDropdownItem> <name>Sine</name> <value>sin</value> </bsbDropdownItem> <bsbDropdownItem> <name>Tri</name> <value>tri</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>0</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>waveform7</objectName> <x>366</x> <y>316</y> <bsbDropdownItemList> <bsbDropdownItem> <name>Sine</name> <value>sin</value> </bsbDropdownItem> <bsbDropdownItem> <name>Tri</name> <value>tri</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>0</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>waveform8</objectName> <x>416</x> <y>316</y> <bsbDropdownItemList> <bsbDropdownItem> <name>Sine</name> <value>sin</value> </bsbDropdownItem> <bsbDropdownItem> <name>Tri</name> <value>tri</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>0</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>waveform5</objectName> <x>265</x> <y>316</y> <bsbDropdownItemList> <bsbDropdownItem> <name>Sine</name> <value>sin</value> </bsbDropdownItem> <bsbDropdownItem> <name>Tri</name> <value>tri</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>0</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSliderBank'> <objectName>otVol</objectName> <x>65</x> <y>183</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <sliderHeight>100</sliderHeight> <gap>0</gap> <randomizable>true</randomizable> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName></objectName> <x>0</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>1.0</value> <sliderHeight>100</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName></objectName> <x>0</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>0.41</value> <sliderHeight>100</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName></objectName> <x>0</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>0.34</value> <sliderHeight>100</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName></objectName> <x>0</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>0.26</value> <sliderHeight>100</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName></objectName> <x>0</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>0.19999999</value> <sliderHeight>100</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName></objectName> <x>0</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>0.12</value> <sliderHeight>100</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName></objectName> <x>0</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>0.11</value> <sliderHeight>100</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName></objectName> <x>0</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>0.08</value> <sliderHeight>100</sliderHeight> <randomizable>true</randomizable> </bsbObject> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>pan1</objectName> <x>66</x> <y>340</y> <automationAllowed>true</automationAllowed> <minimum>-1.0</minimum> <maximum>1.0</maximum> <value>0.025579453</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>pan2</objectName> <x>116</x> <y>340</y> <automationAllowed>true</automationAllowed> <minimum>-1.0</minimum> <maximum>1.0</maximum> <value>-0.011351645</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>pan3</objectName> <x>166</x> <y>340</y> <automationAllowed>true</automationAllowed> <minimum>-1.0</minimum> <maximum>1.0</maximum> <value>0.069556</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>pan4</objectName> <x>216</x> <y>340</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.45872068</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>pan5</objectName> <x>266</x> <y>340</y> <automationAllowed>true</automationAllowed> <minimum>-1.0</minimum> <maximum>1.0</maximum> <value>-0.098391354</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>pan6</objectName> <x>316</x> <y>340</y> <automationAllowed>true</automationAllowed> <minimum>-1.0</minimum> <maximum>1.0</maximum> <value>-0.124549925</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>pan7</objectName> <x>366</x> <y>340</y> <automationAllowed>true</automationAllowed> <minimum>-1.0</minimum> <maximum>1.0</maximum> <value>0.031611204</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>pan8</objectName> <x>416</x> <y>340</y> <automationAllowed>true</automationAllowed> <minimum>-1.0</minimum> <maximum>1.0</maximum> <value>-0.0362038</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>detune1</objectName> <x>65</x> <y>110</y> <automationAllowed>true</automationAllowed> <minimum>-0.01</minimum> <maximum>0.01</maximum> <value>0.0</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>detune3</objectName> <x>165</x> <y>110</y> <automationAllowed>true</automationAllowed> <minimum>-0.01</minimum> <maximum>0.01</maximum> <value>0.0</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>detune4</objectName> <x>215</x> <y>110</y> <automationAllowed>true</automationAllowed> <minimum>-0.01</minimum> <maximum>0.01</maximum> <value>0.0</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>detune5</objectName> <x>265</x> <y>110</y> <automationAllowed>true</automationAllowed> <minimum>-0.01</minimum> <maximum>0.01</maximum> <value>0.0</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>detune6</objectName> <x>315</x> <y>110</y> <automationAllowed>true</automationAllowed> <minimum>-0.01</minimum> <maximum>0.01</maximum> <value>0.0</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>detune7</objectName> <x>365</x> <y>110</y> <automationAllowed>true</automationAllowed> <minimum>-0.01</minimum> <maximum>0.01</maximum> <value>0.0</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>detune8</objectName> <x>415</x> <y>110</y> <automationAllowed>true</automationAllowed> <minimum>-0.01</minimum> <maximum>0.01</maximum> <value>0.0</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>detune2</objectName> <x>115</x> <y>110</y> <automationAllowed>true</automationAllowed> <minimum>-0.01</minimum> <maximum>0.01</maximum> <value>0.0</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>rtFreq1</objectName> <x>65</x> <y>44</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.06873047</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>rtFreq2</objectName> <x>115</x> <y>44</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.012468743</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>rtFreq3</objectName> <x>165</x> <y>44</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.2424561</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>rtFreq4</objectName> <x>215</x> <y>44</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.18180399</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>rtFreq5</objectName> <x>265</x> <y>44</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.31819442</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>rtFreq6</objectName> <x>315</x> <y>44</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.112767704</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>rtFreq7</objectName> <x>365</x> <y>44</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.13542485</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>rtFreq8</objectName> <x>415</x> <y>44</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.05634097</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>35</x> <y>390</y> <label>Pan</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>1</x> <y>322</y> <label>Waveform</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>32</x> <y>293</y> <label>Gain</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>17</x> <y>158</y> <label>Detune</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>34</x> <y>77</y> <label><html><center>LFO<br>Freq</center></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>attack</objectName> <x>515</x> <y>240</y> <automationAllowed>true</automationAllowed> <minimum>0.0010</minimum> <maximum>3.0</maximum> <value>2.5340233</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>release</objectName> <x>578</x> <y>240</y> <automationAllowed>true</automationAllowed> <minimum>0.0010</minimum> <maximum>4.0</maximum> <value>4.0</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>528</x> <y>316</y> <label>Attack</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>586</x> <y>316</y> <label>Release</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>231</x> <y>1</y> <label><html><font size="6"><b>MovingOvertones</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>324</x> <y>30</y> <label>v 1.1</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>4</x> <y>409</y> <label>Overtone</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>86</x> <y>406</y> <label><html><font size="5"><b>1</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>136</x> <y>406</y> <label><html><font size="5"><b>2</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>186</x> <y>406</y> <label><html><font size="5"><b>3</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>235</x> <y>406</y> <label><html><font size="5"><b>4</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>286</x> <y>406</y> <label><html><font size="5"><b>5</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>336</x> <y>406</y> <label><html><font size="5"><b>6</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>386</x> <y>406</y> <label><html><font size="5"><b>7</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>436</x> <y>406</y> <label><html><font size="5"><b>8</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>532</x> <y>225</y> <label>Amplitude LFO</label> </bsbObject> </graphicInterface> <bsbParameterList> <parameter uniqueId='533243664' name='attack' label='' min='0.0010' max='3.0' resolution='-1.0' automationEnabled='false' value='2.5340233'> <line name='' version='2' max='3.0' min='0.0010' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='2.5340233'/> </line> </parameter> <parameter uniqueId='533243632' name='detune1' label='' min='-0.01' max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> <line name='' version='2' max='0.01' min='-0.01' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.0'/> </line> </parameter> <parameter uniqueId='533243646' name='detune2' label='' min='-0.01' max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> <line name='' version='2' max='0.01' min='-0.01' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.0'/> </line> </parameter> <parameter uniqueId='533243634' name='detune3' label='' min='-0.01' max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> <line name='' version='2' max='0.01' min='-0.01' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.0'/> </line> </parameter> <parameter uniqueId='533243636' name='detune4' label='' min='-0.01' max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> <line name='' version='2' max='0.01' min='-0.01' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.0'/> </line> </parameter> <parameter uniqueId='533243638' name='detune5' label='' min='-0.01' max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> <line name='' version='2' max='0.01' min='-0.01' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.0'/> </line> </parameter> <parameter uniqueId='533243640' name='detune6' label='' min='-0.01' max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> <line name='' version='2' max='0.01' min='-0.01' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.0'/> </line> </parameter> <parameter uniqueId='533243642' name='detune7' label='' min='-0.01' max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> <line name='' version='2' max='0.01' min='-0.01' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.0'/> </line> </parameter> <parameter uniqueId='533243644' name='detune8' label='' min='-0.01' max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> <line name='' version='2' max='0.01' min='-0.01' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.0'/> </line> </parameter> <parameter uniqueId='533243600' name='otVol_0' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='1.0'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='1.0'/> </line> </parameter> <parameter uniqueId='533243602' name='otVol_1' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='0.41'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.41'/> </line> </parameter> <parameter uniqueId='533243604' name='otVol_2' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='0.34'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.34'/> </line> </parameter> <parameter uniqueId='533243606' name='otVol_3' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='0.26'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.26'/> </line> </parameter> <parameter uniqueId='533243608' name='otVol_4' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='0.19999999'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.19999999'/> </line> </parameter> <parameter uniqueId='533243610' name='otVol_5' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='0.12'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.12'/> </line> </parameter> <parameter uniqueId='533243612' name='otVol_6' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='0.11'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.11'/> </line> </parameter> <parameter uniqueId='533243614' name='otVol_7' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='0.08'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.08'/> </line> </parameter> <parameter uniqueId='533243616' name='pan1' label='' min='-1.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.025579453'> <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.025579453'/> </line> </parameter> <parameter uniqueId='533243618' name='pan2' label='' min='-1.0' max='1.0' resolution='-1.0' automationEnabled='false' value='-0.011351645'> <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='-0.011351645'/> </line> </parameter> <parameter uniqueId='533243620' name='pan3' label='' min='-1.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.069556'> <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.069556'/> </line> </parameter> <parameter uniqueId='533243622' name='pan4' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.45872068'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.45872068'/> </line> </parameter> <parameter uniqueId='533243624' name='pan5' label='' min='-1.0' max='1.0' resolution='-1.0' automationEnabled='false' value='-0.098391354'> <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='-0.098391354'/> </line> </parameter> <parameter uniqueId='533243626' name='pan6' label='' min='-1.0' max='1.0' resolution='-1.0' automationEnabled='false' value='-0.124549925'> <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='-0.124549925'/> </line> </parameter> <parameter uniqueId='533243628' name='pan7' label='' min='-1.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.031611204'> <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.031611204'/> </line> </parameter> <parameter uniqueId='533243630' name='pan8' label='' min='-1.0' max='1.0' resolution='-1.0' automationEnabled='false' value='-0.0362038'> <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='-0.0362038'/> </line> </parameter> <parameter uniqueId='533243666' name='release' label='' min='0.0010' max='4.0' resolution='-1.0' automationEnabled='false' value='4.0'> <line name='' version='2' max='4.0' min='0.0010' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='4.0'/> </line> </parameter> <parameter uniqueId='533243648' name='rtFreq1' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.06873047'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.06873047'/> </line> </parameter> <parameter uniqueId='533243650' name='rtFreq2' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.012468743'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.012468743'/> </line> </parameter> <parameter uniqueId='533243652' name='rtFreq3' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.2424561'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.2424561'/> </line> </parameter> <parameter uniqueId='533243654' name='rtFreq4' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.18180399'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.18180399'/> </line> </parameter> <parameter uniqueId='533243656' name='rtFreq5' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.31819442'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.31819442'/> </line> </parameter> <parameter uniqueId='533243658' name='rtFreq6' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.112767704'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.112767704'/> </line> </parameter> <parameter uniqueId='533243660' name='rtFreq7' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.13542485'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.13542485'/> </line> </parameter> <parameter uniqueId='533243662' name='rtFreq8' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.05634097'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.05634097'/> </line> </parameter> <parameter uniqueId='533243598' name='volume' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.37659162'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.37659162'/> </line> </parameter> </bsbParameterList> <presetGroup name='Presets'> <preset name='Digi-ridoo'> <setting name='attack'>ver2:0.7972533107</setting> <setting name='detune1'>ver2:0.0057255849</setting> <setting name='detune2'>ver2:0.0047298986</setting> <setting name='detune3'>ver2:0.0015909951</setting> <setting name='detune4'>ver2:0.0039132508</setting> <setting name='detune5'>ver2:-0.0053052339</setting> <setting name='detune6'>ver2:0.0030606929</setting> <setting name='detune7'>ver2:-0.0081710843</setting> <setting name='detune8'>ver2:-0.0007911697</setting> <setting name='lfo'>version=2@_@osc1:0.0:0.5:0.3723404:1.0:0.5425532:0.0:0.7925532:0.060810804:1.0:0.5@_@osc2:0.0:0.0:0.2925532:0.7972973:1.0:0.0@_@osc3:0.0:1.0:0.39361703:0.45945948:0.57978725:0.7702703:0.7659575:0.18243241:0.88297874:0.8648649:1.0:1.0@_@osc4:0.0:0.5:0.16489361:0.9797297:0.55851066:0.040540516:0.86170214:0.29054052:1.0:0.5@_@osc5:0.0:0.0:0.19680852:0.35135138:0.31382978:0.6216216:0.44680852:0.8243243:0.68085104:0.3716216:0.8031915:0.7094594:1.0:0.0@_@osc6:0.0:1.0:0.2606383:0.25:0.47340426:0.6554054:0.5319149:0.0472973:0.55851066:0.29054052:0.7819149:0.7297298:1.0:1.0@_@osc7:0.0:0.7905406:0.34042552:0.2702703:0.5265958:0.0067567825:0.62765956:0.972973:0.7446808:0.3310811:0.85106385:0.24324322:1.0:0.7905406@_@osc8:0.0:0.2635135:0.14361702:0.41216218:0.18085106:0.5945946:0.35106382:0.9797297:0.4787234:0.3243243:0.86702126:0.0:1.0:0.2635135</setting> <setting name='otVol'>0.17:0.59999996:0.96999997:0.81:0.13:0.42:0.12:0.28</setting> <setting name='pan1'>ver2:0.6994575262</setting> <setting name='pan2'>ver2:-0.4302214384</setting> <setting name='pan3'>ver2:0.7981739044</setting> <setting name='pan4'>ver2:0.4900404811</setting> <setting name='pan5'>ver2:-0.9442459345</setting> <setting name='pan6'>ver2:-0.3802392483</setting> <setting name='pan7'>ver2:0.2816205025</setting> <setting name='pan8'>ver2:0.9870849848</setting> <setting name='release'>ver2:0.0775299519</setting> <setting name='rtFreq1'>ver2:0.154608041</setting> <setting name='rtFreq2'>ver2:0.2647129893</setting> <setting name='rtFreq3'>ver2:0.2211722434</setting> <setting name='rtFreq4'>ver2:0.1281604618</setting> <setting name='rtFreq5'>ver2:0.9565519094</setting> <setting name='rtFreq6'>ver2:0.7529994249</setting> <setting name='rtFreq7'>ver2:0.0377247073</setting> <setting name='rtFreq8'>ver2:0.0950997472</setting> <setting name='volume'>ver2:1</setting> <setting name='waveform1'>0</setting> <setting name='waveform2'>1</setting> <setting name='waveform3'>1</setting> <setting name='waveform4'>1</setting> <setting name='waveform5'>0</setting> <setting name='waveform6'>0</setting> <setting name='waveform7'>1</setting> <setting name='waveform8'>0</setting> </preset> <preset name='Distant Echo'> <setting name='attack'>ver2:0.0746016502</setting> <setting name='detune1'>ver2:-0.0072191586</setting> <setting name='detune2'>ver2:0.0007916857</setting> <setting name='detune3'>ver2:0.0085758343</setting> <setting name='detune4'>ver2:-0.0088422475</setting> <setting name='detune5'>ver2:-0.0091246217</setting> <setting name='detune6'>ver2:0.0080768839</setting> <setting name='detune7'>ver2:0.0045037279</setting> <setting name='detune8'>ver2:0.0059646089</setting> <setting name='lfo'>version=2@_@osc1:0.0:0.5:0.3723404:1.0:0.5425532:0.0:0.7925532:0.060810804:1.0:0.5@_@osc2:0.0:0.0:0.2925532:0.7972973:1.0:0.0@_@osc3:0.0:1.0:0.39361703:0.45945948:0.57978725:0.7702703:0.7659575:0.18243241:0.88297874:0.8648649:1.0:1.0@_@osc4:0.0:0.5:0.16489361:0.9797297:0.55851066:0.040540516:0.86170214:0.29054052:1.0:0.5@_@osc5:0.0:0.0:0.19680852:0.35135138:0.31382978:0.6216216:0.44680852:0.8243243:0.68085104:0.3716216:0.8031915:0.7094594:1.0:0.0@_@osc6:0.0:1.0:0.2606383:0.25:0.47340426:0.6554054:0.5319149:0.0472973:0.55851066:0.29054052:0.7819149:0.7297298:1.0:1.0@_@osc7:0.0:0.7905406:0.34042552:0.2702703:0.5265958:0.0067567825:0.62765956:0.972973:0.7446808:0.3310811:0.85106385:0.24324322:1.0:0.7905406@_@osc8:0.0:0.2635135:0.14361702:0.41216218:0.18085106:0.5945946:0.35106382:0.9797297:0.4787234:0.3243243:0.86702126:0.0:1.0:0.2635135</setting> <setting name='otVol'>0.03:0.25:0.32999998:0.41:0.95:0.85999995:0.39999998:0.57</setting> <setting name='pan1'>ver2:-0.5874114037</setting> <setting name='pan2'>ver2:-0.095061779</setting> <setting name='pan3'>ver2:0.498347044</setting> <setting name='pan4'>ver2:0.874630332</setting> <setting name='pan5'>ver2:-0.4010052681</setting> <setting name='pan6'>ver2:-0.3193947077</setting> <setting name='pan7'>ver2:-0.5367515087</setting> <setting name='pan8'>ver2:-0.1918151379</setting> <setting name='release'>ver2:0.6288240552</setting> <setting name='rtFreq1'>ver2:0.9807799459</setting> <setting name='rtFreq2'>ver2:0.2039419413</setting> <setting name='rtFreq3'>ver2:0.2493247092</setting> <setting name='rtFreq4'>ver2:0.0638889298</setting> <setting name='rtFreq5'>ver2:0.1366455108</setting> <setting name='rtFreq6'>ver2:0.046465423</setting> <setting name='rtFreq7'>ver2:0.0362716131</setting> <setting name='rtFreq8'>ver2:0.1299033463</setting> <setting name='volume'>ver2:1</setting> <setting name='waveform1'>1</setting> <setting name='waveform2'>1</setting> <setting name='waveform3'>0</setting> <setting name='waveform4'>0</setting> <setting name='waveform5'>0</setting> <setting name='waveform6'>1</setting> <setting name='waveform7'>1</setting> <setting name='waveform8'>1</setting> </preset> <preset name='Evolver'> <setting name='attack'>ver2:0.6728791595</setting> <setting name='detune1'>ver2:-0.0021099187</setting> <setting name='detune2'>ver2:0.0063324552</setting> <setting name='detune3'>ver2:-0.0088125588</setting> <setting name='detune4'>ver2:0.0025519133</setting> <setting name='detune5'>ver2:0.0023913858</setting> <setting name='detune6'>ver2:-0.0019545332</setting> <setting name='detune7'>ver2:-0.0036566192</setting> <setting name='detune8'>ver2:0.0009650374</setting> <setting name='lfo'>version=2@_@osc1:0.0:0.5:0.3723404:1.0:0.5425532:0.0:0.7925532:0.060810804:1.0:0.5@_@osc2:0.0:0.0:0.2925532:0.7972973:1.0:0.0@_@osc3:0.0:1.0:0.39361703:0.45945948:0.57978725:0.7702703:0.7659575:0.18243241:0.88297874:0.8648649:1.0:1.0@_@osc4:0.0:0.5:0.16489361:0.9797297:0.55851066:0.040540516:0.86170214:0.29054052:1.0:0.5@_@osc5:0.0:0.0:0.19680852:0.35135138:0.31382978:0.6216216:0.44680852:0.8243243:0.68085104:0.3716216:0.8031915:0.7094594:1.0:0.0@_@osc6:0.0:1.0:0.2606383:0.25:0.47340426:0.6554054:0.5319149:0.0472973:0.55851066:0.29054052:0.7819149:0.7297298:1.0:1.0@_@osc7:0.0:0.7905406:0.34042552:0.2702703:0.5265958:0.0067567825:0.62765956:0.972973:0.7446808:0.3310811:0.85106385:0.24324322:1.0:0.7905406@_@osc8:0.0:0.2635135:0.14361702:0.41216218:0.18085106:0.5945946:0.35106382:0.9797297:0.4787234:0.3243243:0.86702126:0.0:1.0:0.2635135</setting> <setting name='otVol'>1.0:0.78:0.64:0.14:0.14:0.11:0.22:0.16</setting> <setting name='pan1'>ver2:-0.2602314949</setting> <setting name='pan2'>ver2:0.854411602</setting> <setting name='pan3'>ver2:-1</setting> <setting name='pan4'>ver2:0.9462617636</setting> <setting name='pan5'>ver2:-0.9217349291</setting> <setting name='pan6'>ver2:-0.8705386519</setting> <setting name='pan7'>ver2:0.7168753147</setting> <setting name='pan8'>ver2:0.9034147263</setting> <setting name='release'>ver2:0.5610900521</setting> <setting name='rtFreq1'>ver2:0.0807483494</setting> <setting name='rtFreq2'>ver2:0.1891206801</setting> <setting name='rtFreq3'>ver2:0.4607557356</setting> <setting name='rtFreq4'>ver2:0.1343262941</setting> <setting name='rtFreq5'>ver2:0.4131375253</setting> <setting name='rtFreq6'>ver2:0.0866443068</setting> <setting name='rtFreq7'>ver2:0.3010830879</setting> <setting name='rtFreq8'>ver2:0.1268520206</setting> <setting name='volume'>ver2:1</setting> <setting name='waveform1'>1</setting> <setting name='waveform2'>1</setting> <setting name='waveform3'>0</setting> <setting name='waveform4'>0</setting> <setting name='waveform5'>0</setting> <setting name='waveform6'>0</setting> <setting name='waveform7'>0</setting> <setting name='waveform8'>0</setting> </preset> </presetGroup> <opcodeList/> </instrument> </instrumentAssignment> <instrumentAssignment arrangementId='pad' isEnabled='true'> <instrument type='blue.orchestra.BlueSynthBuilder' editEnabled='true'> <name>SimplePad v1.1 API</name> <comment>Author: Atte André Jensen (atte.dk), 2007 Simple pad with resonance. 1.1 * Works with the csound API (blue 0.124.3) 1.0 * Initial release</comment> <globalOrc>;git_instr_std_pad_saw ftgen 0, 0, 1024, 7, 0, 512, 1, 0, -1, 512, 0 ;git_instr_std_pad_saw ftgen 0, 0, 16384, 10, 1, .5, .333, .25, .2 ,.1666, .142857, .125, .11111, .1, .0909, .083333, .0769, .07142, .06666 git_instr_std_pad_sine ftgen 0, 0, 16384, 10, 1 </globalOrc> <globalSco/> <instrumentText>ifreq = p4; =<20: pitch, >20: hz ;kvol = p5; 0-1 ifreq = (p4 >= 20) ? ifreq : cpspch(ifreq) kvol = (p5 == 0) ? <volume> : p5 ; setup igain = .4 ; set values from BlueSynthBuilder kdetune = <detune> kdrift = <drift> iattack = i(<attack>) irelease= i(<release>) kbright = <brightness> kres = <resonance> ; envelopes kattenv expsegr .0001, iattack, 1, p3-iattack, 1 krelenv linsegr 1, p3-irelease, 1, irelease, .0001 kampenv = kattenv * krelenv * igain * kvol kfiltenv linsegr .1, iattack, 1, p3-iattack-irelease, 1, irelease, .1 ; lfos klfo1 oscil .1, .02, git_instr_std_pad_sine klfo2 oscil .09, .08, git_instr_std_pad_sine klfo3 oscil .08, .03, git_instr_std_pad_sine klfo4 oscil 1, .07, git_instr_std_pad_sine klfo5 oscil .06, .07, git_instr_std_pad_sine ; calculate drift kdrift1 = 1 + klfo1 * kdrift kdrift2 = 1 + klfo2 * kdrift kdrift3 = 1 + klfo3 * kdrift kdrift4 = 1 + klfo4 * kdrift kdrift5 = 1 + klfo5 * kdrift ; calculate detune kdetune2= 1 + kdetune kdetune3= 1 - kdetune kdetune4= 1 + kdetune * 2 kdetune5= 1 - kdetune * 2 ; oscillators aosc1 vco2 10000, ifreq * kdrift1 aosc2 vco2 10000, ifreq * kdrift2 * kdetune2 aosc3 vco2 10000, ifreq * kdrift3 * kdetune3 aosc4 vco2 10000, ifreq * kdrift4 * kdetune4 aosc5 vco2 10000, ifreq * kdrift5 * kdetune5 ; mix aoutl = (aosc1 + aosc2 + aosc5) * kampenv aoutr = (aosc1 + aosc3 + aosc4) * kampenv ; filter aoutl moogvcf2 aoutl, ifreq * kfiltenv * kbright, kres aoutr moogvcf2 aoutr, ifreq * kfiltenv * kbright, kres ; output blueMixerOut aoutl, aoutr</instrumentText> <graphicInterface editEnabled='false'> <uniqueNameManager nameIndex='-1' defaultPrefix='bsbObj'/> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>detune</objectName> <x>15</x> <y>59</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>0.03</maximum> <value>5.9631944E-4</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>brightness</objectName> <x>245</x> <y>57</y> <automationAllowed>true</automationAllowed> <minimum>0.7</minimum> <maximum>5.0</maximum> <value>2.0090425</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>25</x> <y>135</y> <label>Detune</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>246</x> <y>133</y> <label>Brightness</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>attack</objectName> <x>15</x> <y>176</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>4.0</maximum> <value>3.9631166</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>release</objectName> <x>80</x> <y>176</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>6.0</maximum> <value>4.4072895</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>27</x> <y>252</y> <label>Attack</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>88</x> <y>252</y> <label>Release</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>resonance</objectName> <x>179</x> <y>57</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.0</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>179</x> <y>133</y> <label>Resonance</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>drift</objectName> <x>80</x> <y>59</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>0.04</maximum> <value>0.010157062</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>89</x> <y>135</y> <label>OscDrift</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>volume</objectName> <x>215</x> <y>176</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>1.0</value> <knobWidth>60</knobWidth> <randomizable>false</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>224</x> <y>252</y> <label>Volume</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>51</x> <y>163</y> <label>Envelope</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>64</x> <y>47</y> <label>Tune</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>228</x> <y>47</y> <label>Filter</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>95</x> <y>5</y> <label><html><font size="6"><b>SimplePad</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>135</x> <y>34</y> <label>v 1.0</label> </bsbObject> </graphicInterface> <bsbParameterList> <parameter uniqueId='592814596' name='attack' label='' min='0.0' max='4.0' resolution='-1.0' automationEnabled='false' value='3.9631166'> <line name='' version='2' max='4.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='3.9631166'/> </line> </parameter> <parameter uniqueId='592814594' name='brightness' label='' min='0.7' max='5.0' resolution='-1.0' automationEnabled='false' value='2.0090425'> <line name='' version='2' max='5.0' min='0.7' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='2.0090425'/> </line> </parameter> <parameter uniqueId='592814592' name='detune' label='' min='0.0' max='0.03' resolution='-1.0' automationEnabled='false' value='5.9631944E-4'> <line name='' version='2' max='0.03' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='5.9631944E-4'/> </line> </parameter> <parameter uniqueId='592814602' name='drift' label='' min='0.0' max='0.04' resolution='-1.0' automationEnabled='false' value='0.010157062'> <line name='' version='2' max='0.04' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.010157062'/> </line> </parameter> <parameter uniqueId='592814598' name='release' label='' min='0.0' max='6.0' resolution='-1.0' automationEnabled='false' value='4.4072895'> <line name='' version='2' max='6.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='4.4072895'/> </line> </parameter> <parameter uniqueId='592814600' name='resonance' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.0'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.0'/> </line> </parameter> <parameter uniqueId='592814604' name='volume' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='1.0'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='1.0'/> </line> </parameter> </bsbParameterList> <presetGroup name='Presets'> <preset name='Broad'> <setting name='attack'>ver2:0.6366441846</setting> <setting name='brightness'>ver2:4.2452983856</setting> <setting name='detune'>ver2:0.0141768698</setting> <setting name='drift'>ver2:0.0181177966</setting> <setting name='release'>ver2:0.5798938274</setting> <setting name='resonance'>ver2:0.2346863002</setting> <setting name='volume'>ver2:1</setting> </preset> <preset name='Clean'> <setting name='attack'>ver2:0.2642289102</setting> <setting name='brightness'>ver2:1.6371881962</setting> <setting name='detune'>ver2:0.007780904</setting> <setting name='drift'>ver2:0.0199717227</setting> <setting name='release'>ver2:0.8110548854</setting> <setting name='resonance'>ver2:0.0216895808</setting> <setting name='volume'>ver2:1</setting> </preset> <preset name='Default'> <setting name='attack'>ver2:0.2642289102</setting> <setting name='brightness'>ver2:1.6371881962</setting> <setting name='detune'>ver2:0.007780904</setting> <setting name='drift'>ver2:0.0199717227</setting> <setting name='release'>ver2:0.8110548854</setting> <setting name='resonance'>ver2:0.0216895808</setting> <setting name='volume'>ver2:1</setting> </preset> <preset name='Fat Res Pad'> <setting name='attack'>ver2:0.2681994438</setting> <setting name='brightness'>ver2:4.1685290337</setting> <setting name='detune'>ver2:0.0081682215</setting> <setting name='drift'>ver2:0.0007644842</setting> <setting name='release'>ver2:0.4104938507</setting> <setting name='resonance'>ver2:0.8622580767</setting> <setting name='volume'>ver2:1</setting> </preset> <preset name='Juno Pad'> <setting name='attack'>ver2:0.6101962924</setting> <setting name='brightness'>ver2:4.4088754654</setting> <setting name='detune'>ver2:0.0053516296</setting> <setting name='drift'>ver2:0.0015286976</setting> <setting name='poles'>3</setting> <setting name='release'>ver2:1.3698409796</setting> <setting name='resonance'>ver2:0.0105522713</setting> </preset> <preset name='Res Pad'> <setting name='attack'>ver2:0.2348282337</setting> <setting name='brightness'>ver2:1.4702476263</setting> <setting name='detune'>ver2:0.0047257631</setting> <setting name='drift'>ver2:0.0251837783</setting> <setting name='release'>ver2:0.9702304006</setting> <setting name='resonance'>ver2:0.8561574221</setting> <setting name='volume'>ver2:1</setting> </preset> <preset name='Singing'> <setting name='attack'>ver2:0.6964899302</setting> <setting name='brightness'>ver2:1.5670237541</setting> <setting name='detune'>ver2:0.0002531424</setting> <setting name='drift'>ver2:0.0280047208</setting> <setting name='release'>ver2:1.0983794928</setting> <setting name='resonance'>ver2:0.2818245292</setting> <setting name='volume'>ver2:1</setting> </preset> <preset name='Soft Resonance'> <setting name='attack'>ver2:0.2430044711</setting> <setting name='brightness'>ver2:2.1071488857</setting> <setting name='detune'>ver2:0.0038345507</setting> <setting name='drift'>ver2:0.0239864197</setting> <setting name='release'>ver2:0.7136330605</setting> <setting name='resonance'>ver2:0.5574073792</setting> <setting name='volume'>ver2:1</setting> </preset> <preset name='Soft Silk'> <setting name='attack'>ver2:0.3043090403</setting> <setting name='brightness'>ver2:0.6999999881</setting> <setting name='detune'>ver2:0.0033865599</setting> <setting name='drift'>ver2:0.0387590192</setting> <setting name='release'>ver2:1.2145174742</setting> <setting name='resonance'>ver2:0.7851583362</setting> <setting name='volume'>ver2:1</setting> </preset> <preset name='Somethings wrong...'> <setting name='attack'>ver2:0.2512800694</setting> <setting name='brightness'>ver2:4.6492004395</setting> <setting name='detune'>ver2:0.0278568193</setting> <setting name='drift'>ver2:0.0009815024</setting> <setting name='release'>ver2:1.2998261452</setting> <setting name='resonance'>ver2:0.9578199387</setting> <setting name='volume'>ver2:1</setting> </preset> <preset name='Wobler'> <setting name='attack'>ver2:0.2057154626</setting> <setting name='brightness'>ver2:2.0667073727</setting> <setting name='detune'>ver2:0.0276475698</setting> <setting name='drift'>ver2:0.0319891535</setting> <setting name='release'>ver2:1.7733817101</setting> <setting name='resonance'>ver2:0.9586243033</setting> <setting name='volume'>ver2:1</setting> </preset> </presetGroup> <opcodeList/> </instrument> </instrumentAssignment> <instrumentAssignment arrangementId='sine' isEnabled='true'> <instrument type='blue.orchestra.GenericInstrument'> <name>sine</name> <comment></comment> <globalOrc>git_instr_sine_sine ftgen 0, 0, 1024, 10, 1</globalOrc> <globalSco></globalSco> <instrumentText>ifreq = p4; =<20: pitch, >20: hz ;kvol = p5; 0-1 iamp = 10000 ifreq = (p4 >= 20) ? ifreq : cpspch(ifreq) iramp = .01 a_de_click linsegr 0, iramp, 1, p3- (iramp*2), 1, iramp, 0 aosc oscili iamp, ifreq, git_instr_sine_sine aosc = aosc * a_de_click aoutl = aosc aoutr = aosc ; output blueMixerOut aoutl, aoutr</instrumentText> <opcodeList/> </instrument> </instrumentAssignment> </arrangement> <mixer> <enabled>true</enabled> <extraRenderTime>0.0</extraRenderTime> <channelList list='channels'> <channel> <name>bang</name> <outChannel>Master</outChannel> <level>-5.3</level> <muted>false</muted> <solo>false</solo> <effectsChain bin='pre'/> <effectsChain bin='post'> <effect> <name>SyncedDelay API</name> <enabled>true</enabled> <numIns>2</numIns> <numOuts>2</numOuts> <code>kTempo miditempo iTempo = i(kTempo) iLink = <FBLink> iTimeL = 60 / iTempo * <leftNom> / <leftDenom> iTimeR = 60 / iTempo * <rightNom> / <rightDenom> iFBLeft = i(<FBLeft>) / 2 iFBRight = (iLink == 1) ? iFBLeft : i(<FBRight>) /2 iMix = i(<Mix>) aL init 0 aR init 0 aL delayr iTimeL delayw ain1 + iFBLeft * aL + iFBLeft * aR aR delayr iTimeR delayw ain2 + iFBRight * aR + iFBRight * aL aout1 ntrpol ain1,aL, iMix aout2 ntrpol ain2,aR, iMix </code> <comments>csound book instr. 3040</comments> <opcodeList/> <graphicInterface editEnabled='false'> <uniqueNameManager nameIndex='5' defaultPrefix='bsbObj'/> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>FBLeft</objectName> <x>119</x> <y>155</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.6901092</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>Mix</objectName> <x>24</x> <y>61</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.50462604</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>138</x> <y>57</y> <label>Left</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>242</x> <y>55</y> <label>Right</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>296</x> <y>171</y> <label>Feedback</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>25</x> <y>134</y> <label>Dry<>Wet</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>23</x> <y>17</y> <label><html><font size="+1">Synced Delay</font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBCheckBox'> <objectName>FBLink</objectName> <x>181</x> <y>167</y> <label>Link</label> <selected>true</selected> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>FBRight</objectName> <x>234</x> <y>155</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.56663656</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>320</x> <y>98</y> <label>Time</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>leftNom</objectName> <x>123</x> <y>95</y> <bsbDropdownItemList> <bsbDropdownItem> <name>1</name> <value>1</value> </bsbDropdownItem> <bsbDropdownItem> <name>2</name> <value>2</value> </bsbDropdownItem> <bsbDropdownItem> <name>3</name> <value>3</value> </bsbDropdownItem> <bsbDropdownItem> <name>4</name> <value>4</value> </bsbDropdownItem> <bsbDropdownItem> <name>5</name> <value>5</value> </bsbDropdownItem> <bsbDropdownItem> <name>6</name> <value>6</value> </bsbDropdownItem> <bsbDropdownItem> <name>7</name> <value>7</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>4</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>158</x> <y>95</y> <label>/</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>leftDenom</objectName> <x>165</x> <y>95</y> <bsbDropdownItemList> <bsbDropdownItem> <name>1</name> <value>1</value> </bsbDropdownItem> <bsbDropdownItem> <name>2</name> <value>2</value> </bsbDropdownItem> <bsbDropdownItem> <name>4</name> <value>4</value> </bsbDropdownItem> <bsbDropdownItem> <name>8</name> <value>8</value> </bsbDropdownItem> <bsbDropdownItem> <name>16</name> <value>16</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>3</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>rightNom</objectName> <x>230</x> <y>95</y> <bsbDropdownItemList> <bsbDropdownItem> <name>1</name> <value>1</value> </bsbDropdownItem> <bsbDropdownItem> <name>2</name> <value>2</value> </bsbDropdownItem> <bsbDropdownItem> <name>3</name> <value>3</value> </bsbDropdownItem> <bsbDropdownItem> <name>4</name> <value>4</value> </bsbDropdownItem> <bsbDropdownItem> <name>5</name> <value>5</value> </bsbDropdownItem> <bsbDropdownItem> <name>6</name> <value>6</value> </bsbDropdownItem> <bsbDropdownItem> <name>7</name> <value>7</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>2</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>268</x> <y>98</y> <label>/</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>rightDenom</objectName> <x>273</x> <y>95</y> <bsbDropdownItemList> <bsbDropdownItem> <name>1</name> <value>1</value> </bsbDropdownItem> <bsbDropdownItem> <name>2</name> <value>2</value> </bsbDropdownItem> <bsbDropdownItem> <name>4</name> <value>4</value> </bsbDropdownItem> <bsbDropdownItem> <name>8</name> <value>8</value> </bsbDropdownItem> <bsbDropdownItem> <name>16</name> <value>16</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>3</selectedIndex> <randomizable>true</randomizable> </bsbObject> </graphicInterface> <bsbParameterList> <parameter uniqueId='631334932' name='FBLeft' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.6901092'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.6901092'/> </line> </parameter> <parameter uniqueId='631334936' name='FBRight' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.56663656'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.56663656'/> </line> </parameter> <parameter uniqueId='631334934' name='Mix' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.50462604'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.50462604'/> </line> </parameter> </bsbParameterList> </effect> <effect> <name>Advanced Reverb</name> <enabled>true</enabled> <numIns>2</numIns> <numOuts>2</numOuts> <code>korig = <dryMix> krev = 1.0-korig kfeed = <feed> ilp1 = 1/10 ilp2 = 1/23 ilp3 = 1/41 kroll = <cutoff> ajunk alpass ain1,1.7,.1 aleft alpass ajunk,1.01,.07 ajunk alpass ain2,1.5,.2 aright alpass ajunk,1.33,.05 kdel1 randi .01,1,.666 kdel1 = kdel1 + .1 addl1 delayr .3 afeed1 deltapi kdel1 afeed1 = afeed1 + kfeed*aleft delayw aleft kdel2 randi .01,.95,.777 kdel2 = kdel2 + .1 addl2 delayr .3 afeed2 deltapi kdel2 afeed2 = afeed2 + kfeed*aright delayw aright aglobin = (afeed1+afeed2)*.05 atap1 comb aglobin,3.3,ilp1 atap2 comb aglobin,3.3,ilp2 atap3 comb aglobin,3.3,ilp3 aglobrev alpass atap1+atap2+atap3,2.6,.085 aglobrev tone aglobrev,kroll kdel3 randi .003,1,.888 kdel3 = kdel3 + .05 addl3 delayr .2 agr1 deltapi kdel3 delayw aglobrev kdel4 randi .003,1,.999 kdel4 = kdel4 + .05 addl4 delayr .2 agr2 deltapi kdel4 delayw aglobrev arevl = agr1+afeed1 arevr = agr2+afeed2 aout1 = (ain1*korig)+(arevl*krev) aout2 = (ain2*korig)+(arevr*krev) </code> <comments>Advanced Reverb by Eric Lyon</comments> <opcodeList/> <graphicInterface editEnabled='false'> <uniqueNameManager nameIndex='-1' defaultPrefix='bsbObj'/> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>dryMix</objectName> <x>17</x> <y>19</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.9115786</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>31</x> <y>94</y> <label>Dry Mix</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBHSlider'> <objectName>cutoff</objectName> <x>108</x> <y>36</y> <automationAllowed>true</automationAllowed> <minimum>1.0</minimum> <maximum>20000.0</maximum> <resolution>1.0</resolution> <value>4686.0</value> <sliderWidth>300</sliderWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>218</x> <y>72</y> <label>Lowpass Freq. Cutoff</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>feed</objectName> <x>23</x> <y>129</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.9982526</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>27</x> <y>208</y> <label>Feedback</label> </bsbObject> </graphicInterface> <bsbParameterList> <parameter uniqueId='631334940' name='cutoff' label='' min='1.0' max='20000.0' resolution='1.0' automationEnabled='false' value='4686.0'> <line name='' version='2' max='20000.0' min='1.0' resolution='1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='4686.0'/> </line> </parameter> <parameter uniqueId='631334938' name='dryMix' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.9115786'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.9115786'/> </line> </parameter> <parameter uniqueId='631334942' name='feed' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.9982526'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.9982526'/> </line> </parameter> </bsbParameterList> </effect> </effectsChain> <parameter uniqueId='631334930' name='Volume' label='dB' min='-96.0' max='12.0' resolution='-1.0' automationEnabled='false' value='-5.3'> <line name='' version='2' max='12.0' min='-96.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='-5.3'/> </line> </parameter> </channel> <channel> <name>mot</name> <outChannel>Master</outChannel> <level>-20.9</level> <muted>false</muted> <solo>false</solo> <effectsChain bin='pre'> <effect> <name>AliasNoise v1.1</name> <enabled>true</enabled> <numIns>2</numIns> <numOuts>2</numOuts> <code>aout1 fold ain1, sr/<freq>/2 aout2 fold ain2, sr/<freq>/2</code> <comments>Author: Atte André Jensen (atte.dk), 2008 Emulates the effect of resampling without applying lowpass filtering first. Changelog: 1.1 * Frequency off by a factor 2.... 1.0 * Initial release</comments> <opcodeList/> <graphicInterface editEnabled='false'> <uniqueNameManager nameIndex='-1' defaultPrefix='bsbObj'/> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>freq</objectName> <x>35</x> <y>48</y> <automationAllowed>true</automationAllowed> <minimum>20.0</minimum> <maximum>20000.0</maximum> <value>8654.051</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>0</x> <y>0</y> <label><html><font size="6"><b>AliasNoise</b></font><html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>50</x> <y>30</y> <label>v 1.1</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>36</x> <y>124</y> <label>Frequency</label> </bsbObject> </graphicInterface> <bsbParameterList> <parameter uniqueId='631334888' name='freq' label='' min='20.0' max='20000.0' resolution='-1.0' automationEnabled='false' value='8654.051'> <line name='' version='2' max='20000.0' min='20.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='8654.051'/> </line> </parameter> </bsbParameterList> </effect> </effectsChain> <effectsChain bin='post'> <effect> <name>Chorus v1.0</name> <enabled>true</enabled> <numIns>2</numIns> <numOuts>2</numOuts> <code>isin ftgentmp 0, 0, 65537, 10, 1 ilevl = .3 ; Output level ;idpth = 0.002 ; Depth in ms idpth = <depth> ; Depth in ms ;idelay = 0.01 ; Delay in ms ;idelay = <delay> ; Delay in ms ;imax = 0.25 ; Maximum LFO rate ;imin = 0.5 ; Minimum LFO rate imax = <maxLfo> ; Maximum LFO rate imin = <minLfo> ; Minimum LFO rate idelay = idpth * 2 + .1;imax;(idpth *2) + .01 iwave = isin ; LFO waveform idiff = imax-imin kwet = <wetDry> ain = ain1 + ain2 * .5 ain = ain * ilevl i01 = rnd(idiff) i02 = rnd(idiff) i03 = rnd(idiff) i04 = rnd(idiff) i05 = rnd(idiff) i06 = rnd(idiff) i07 = rnd(idiff) i08 = rnd(idiff) i09 = rnd(idiff) i10 = rnd(idiff) i11 = rnd(idiff) i12 = rnd(idiff) alfo01 oscil idpth, i01 + imin, iwave alfo02 oscil idpth, i02 + imin, iwave, .08 alfo03 oscil idpth, i03 + imin, iwave, .17 alfo04 oscil idpth, i04 + imin, iwave, .25 alfo05 oscil idpth, i05 + imin, iwave, .33 alfo06 oscil idpth, i06 + imin, iwave, .42 alfo07 oscil idpth, i07 + imin, iwave, .50 alfo08 oscil idpth, i08 + imin, iwave, .58 alfo09 oscil idpth, i09 + imin, iwave, .67 alfo10 oscil idpth, i10 + imin, iwave, .75 alfo11 oscil idpth, i11 + imin, iwave, .83 alfo12 oscil idpth, i12 + imin, iwave, .92 atemp delayr idelay * 2; + idpth +.1 ;atemp delayr idelay + idpth + .001 a01 deltapi idelay + alfo01 a02 deltapi idelay + alfo02 a03 deltapi idelay + alfo03 a04 deltapi idelay + alfo04 a05 deltapi idelay + alfo05 a06 deltapi idelay + alfo06 a07 deltapi idelay + alfo07 a08 deltapi idelay + alfo08 a09 deltapi idelay + alfo09 a10 deltapi idelay + alfo10 a11 deltapi idelay + alfo11 a12 deltapi idelay + alfo12 delayw ain achorusl sum a01, a02, a03, a04, a05, a06 achorusr sum a07, a08, a09, a10, a11, a12 aout1 = ain1 * (1-kwet) + achorusl * kwet aout2 = ain2 * (1-kwet) + achorusr * kwet </code> <comments>Author(s): * Based on code by Perry Cook * Additional lines + stereo capability by Atte André Jensen * Originally adapted to BSB by Steve Yi from code posted by Atte Andre Jensen to the Csound Mailing List on May 1, 2006 * Depth, min/max frequency widgets added by Atte André Jensen The chorus consists of 2x6 delay lines, with random LFO frequency between min/max lfo frequency. Note: The input is mixed to a mono signal before fed into the chorus. This means that although the output is stereo, any stereo information (such as panning) in the input signal is lost in the chorused signal.</comments> <opcodeList/> <graphicInterface editEnabled='false'> <uniqueNameManager nameIndex='-1' defaultPrefix='bsbObj'/> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>117</x> <y>5</y> <label><html><font size="6"><b>Chorus</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>131</x> <y>53</y> <label>Wet/Dry Mix</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBHSlider'> <objectName>wetDry</objectName> <x>20</x> <y>67</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>0.69</value> <sliderWidth>280</sliderWidth> <randomizable>false</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>271</x> <y>89</y> <label>Wet</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>27</x> <y>89</y> <label>Dry</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>depth</objectName> <x>38</x> <y>145</y> <automationAllowed>false</automationAllowed> <minimum>0.0</minimum> <maximum>0.07</maximum> <value>0.07</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>52</x> <y>221</y> <label>Depth</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>185</x> <y>221</y> <label>Min</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>245</x> <y>221</y> <label>Max</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>minLfo</objectName> <x>163</x> <y>145</y> <automationAllowed>false</automationAllowed> <minimum>0.0</minimum> <maximum>0.2</maximum> <value>0.0063821496</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>maxLfo</objectName> <x>226</x> <y>145</y> <automationAllowed>false</automationAllowed> <minimum>0.01</minimum> <maximum>0.3</maximum> <value>0.017653022</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>181</x> <y>128</y> <label>LFO Frequency</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>148</x> <y>32</y> <label>v 1.0</label> </bsbObject> </graphicInterface> <bsbParameterList> <parameter uniqueId='592814504' name='wetDry' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='0.69'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.69'/> </line> </parameter> </bsbParameterList> </effect> <effect> <name>DDelay</name> <enabled>false</enabled> <numIns>2</numIns> <numOuts>2</numOuts> <code>kbpm = <Tempo> knll = <LDelay> knlr = <RDelay> kfb = <Fdback> kdell = ( 1/(kbpm/60) * knll ) kdelr = ( 1/(kbpm/60) * knlr ) aleft delayr i(kdell) aright delayr i(kdelr) ado1 = aleft + ain1 ado2 = aright + ain2 ado1 lowres ado1, <Cutoff>, <Res> ado2 lowres ado2, <Cutoff>, <Res> delayw ado1 * kfb delayw ado2 * kfb aout1 = aleft aout2 = aright aout1 = ain1 + aout1 aout2 = ain2 + aout2</code> <comments/> <opcodeList/> <graphicInterface editEnabled='true'> <uniqueNameManager nameIndex='-1' defaultPrefix='bsbObj'/> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName>LDelay</objectName> <x>1</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>4.0</maximum> <resolution>0.1</resolution> <value>0.8</value> <sliderHeight>150</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName>RDelay</objectName> <x>55</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>4.0</maximum> <resolution>0.1</resolution> <value>0.6</value> <sliderHeight>150</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName>Fdback</objectName> <x>109</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>0.78</value> <sliderHeight>150</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName>Cutoff</objectName> <x>164</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>2000.0</maximum> <resolution>0.1</resolution> <value>1081.4</value> <sliderHeight>150</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName>Res</objectName> <x>218</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>0.06</value> <sliderHeight>150</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>8</x> <y>185</y> <label>LDelay</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>58</x> <y>185</y> <label>RDelay</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>115</x> <y>185</y> <label>Fdback</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>172</x> <y>185</y> <label>Cutoff</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>232</x> <y>185</y> <label>Res</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> <objectName>Tempo</objectName> <x>272</x> <y>0</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>360.0</maximum> <resolution>1.0</resolution> <value>61.0</value> <sliderHeight>150</sliderHeight> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>277</x> <y>185</y> <label>Tempo</label> </bsbObject> </graphicInterface> <bsbParameterList> <parameter uniqueId='592814512' name='Cutoff' label='' min='0.0' max='2000.0' resolution='0.1' automationEnabled='false' value='1081.4'> <line name='' version='2' max='2000.0' min='0.0' resolution='0.1' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='1081.4'/> </line> </parameter> <parameter uniqueId='592814510' name='Fdback' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='0.78'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.78'/> </line> </parameter> <parameter uniqueId='592814506' name='LDelay' label='' min='0.0' max='4.0' resolution='0.1' automationEnabled='false' value='0.8'> <line name='' version='2' max='4.0' min='0.0' resolution='0.1' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.8'/> </line> </parameter> <parameter uniqueId='592814508' name='RDelay' label='' min='0.0' max='4.0' resolution='0.1' automationEnabled='false' value='0.6'> <line name='' version='2' max='4.0' min='0.0' resolution='0.1' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.6'/> </line> </parameter> <parameter uniqueId='592814514' name='Res' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='0.06'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.06'/> </line> </parameter> <parameter uniqueId='592814516' name='Tempo' label='' min='0.0' max='360.0' resolution='1.0' automationEnabled='false' value='61.0'> <line name='' version='2' max='360.0' min='0.0' resolution='1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='61.0'/> </line> </parameter> </bsbParameterList> </effect> </effectsChain> <parameter uniqueId='533243668' name='Volume' label='dB' min='-96.0' max='12.0' resolution='-1.0' automationEnabled='false' value='-20.9'> <line name='' version='2' max='12.0' min='-96.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='-20.9'/> </line> </parameter> </channel> <channel> <name>pad</name> <outChannel>Master</outChannel> <level>-5.9</level> <muted>false</muted> <solo>false</solo> <effectsChain bin='pre'/> <effectsChain bin='post'> <effect> <name>Chorus v1.0</name> <enabled>true</enabled> <numIns>2</numIns> <numOuts>2</numOuts> <code>isin ftgentmp 0, 0, 65537, 10, 1 ilevl = .3 ; Output level ;idpth = 0.002 ; Depth in ms idpth = <depth> ; Depth in ms ;idelay = 0.01 ; Delay in ms ;idelay = <delay> ; Delay in ms ;imax = 0.25 ; Maximum LFO rate ;imin = 0.5 ; Minimum LFO rate imax = <maxLfo> ; Maximum LFO rate imin = <minLfo> ; Minimum LFO rate idelay = idpth * 2 + .1;imax;(idpth *2) + .01 iwave = isin ; LFO waveform idiff = imax-imin kwet = <wetDry> ain = ain1 + ain2 * .5 ain = ain * ilevl i01 = rnd(idiff) i02 = rnd(idiff) i03 = rnd(idiff) i04 = rnd(idiff) i05 = rnd(idiff) i06 = rnd(idiff) i07 = rnd(idiff) i08 = rnd(idiff) i09 = rnd(idiff) i10 = rnd(idiff) i11 = rnd(idiff) i12 = rnd(idiff) alfo01 oscil idpth, i01 + imin, iwave alfo02 oscil idpth, i02 + imin, iwave, .08 alfo03 oscil idpth, i03 + imin, iwave, .17 alfo04 oscil idpth, i04 + imin, iwave, .25 alfo05 oscil idpth, i05 + imin, iwave, .33 alfo06 oscil idpth, i06 + imin, iwave, .42 alfo07 oscil idpth, i07 + imin, iwave, .50 alfo08 oscil idpth, i08 + imin, iwave, .58 alfo09 oscil idpth, i09 + imin, iwave, .67 alfo10 oscil idpth, i10 + imin, iwave, .75 alfo11 oscil idpth, i11 + imin, iwave, .83 alfo12 oscil idpth, i12 + imin, iwave, .92 atemp delayr idelay * 2; + idpth +.1 ;atemp delayr idelay + idpth + .001 a01 deltapi idelay + alfo01 a02 deltapi idelay + alfo02 a03 deltapi idelay + alfo03 a04 deltapi idelay + alfo04 a05 deltapi idelay + alfo05 a06 deltapi idelay + alfo06 a07 deltapi idelay + alfo07 a08 deltapi idelay + alfo08 a09 deltapi idelay + alfo09 a10 deltapi idelay + alfo10 a11 deltapi idelay + alfo11 a12 deltapi idelay + alfo12 delayw ain achorusl sum a01, a02, a03, a04, a05, a06 achorusr sum a07, a08, a09, a10, a11, a12 aout1 = ain1 * (1-kwet) + achorusl * kwet aout2 = ain2 * (1-kwet) + achorusr * kwet </code> <comments>Author(s): * Based on code by Perry Cook * Additional lines + stereo capability by Atte André Jensen * Originally adapted to BSB by Steve Yi from code posted by Atte Andre Jensen to the Csound Mailing List on May 1, 2006 * Depth, min/max frequency widgets added by Atte André Jensen The chorus consists of 2x6 delay lines, with random LFO frequency between min/max lfo frequency. Note: The input is mixed to a mono signal before fed into the chorus. This means that although the output is stereo, any stereo information (such as panning) in the input signal is lost in the chorused signal.</comments> <opcodeList/> <graphicInterface editEnabled='false'> <uniqueNameManager nameIndex='-1' defaultPrefix='bsbObj'/> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>117</x> <y>5</y> <label><html><font size="6"><b>Chorus</b></font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>131</x> <y>53</y> <label>Wet/Dry Mix</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBHSlider'> <objectName>wetDry</objectName> <x>20</x> <y>67</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <resolution>0.01</resolution> <value>0.51</value> <sliderWidth>280</sliderWidth> <randomizable>false</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>271</x> <y>89</y> <label>Wet</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>27</x> <y>89</y> <label>Dry</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>depth</objectName> <x>38</x> <y>145</y> <automationAllowed>false</automationAllowed> <minimum>0.0</minimum> <maximum>0.07</maximum> <value>0.04392818</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>52</x> <y>221</y> <label>Depth</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>185</x> <y>221</y> <label>Min</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>245</x> <y>221</y> <label>Max</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>minLfo</objectName> <x>163</x> <y>145</y> <automationAllowed>false</automationAllowed> <minimum>0.0</minimum> <maximum>0.2</maximum> <value>0.0063821496</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>maxLfo</objectName> <x>226</x> <y>145</y> <automationAllowed>false</automationAllowed> <minimum>0.01</minimum> <maximum>0.3</maximum> <value>0.02838583</value> <knobWidth>60</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>181</x> <y>128</y> <label>LFO Frequency</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>148</x> <y>32</y> <label>v 1.0</label> </bsbObject> </graphicInterface> <bsbParameterList> <parameter uniqueId='592814608' name='wetDry' label='' min='0.0' max='1.0' resolution='0.01' automationEnabled='false' value='0.51'> <line name='' version='2' max='1.0' min='0.0' resolution='0.01' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.51'/> </line> </parameter> </bsbParameterList> </effect> </effectsChain> <parameter uniqueId='592814606' name='Volume' label='dB' min='-96.0' max='12.0' resolution='-1.0' automationEnabled='false' value='-5.9'> <line name='' version='2' max='12.0' min='-96.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='-5.9'/> </line> </parameter> </channel> <channel> <name>sine</name> <outChannel>Master</outChannel> <level>-29.5</level> <muted>false</muted> <solo>false</solo> <effectsChain bin='pre'/> <effectsChain bin='post'> <effect> <name>SyncedDelay API</name> <enabled>true</enabled> <numIns>2</numIns> <numOuts>2</numOuts> <code>kTempo miditempo iTempo = i(kTempo) iLink = <FBLink> iTimeL = 60 / iTempo * <leftNom> / <leftDenom> iTimeR = 60 / iTempo * <rightNom> / <rightDenom> iFBLeft = i(<FBLeft>) / 2 iFBRight = (iLink == 1) ? iFBLeft : i(<FBRight>) /2 iMix = i(<Mix>) aL init 0 aR init 0 aL delayr iTimeL delayw ain1 + iFBLeft * aL + iFBLeft * aR aR delayr iTimeR delayw ain2 + iFBRight * aR + iFBRight * aL aout1 ntrpol ain1,aL, iMix aout2 ntrpol ain2,aR, iMix </code> <comments>csound book instr. 3040</comments> <opcodeList/> <graphicInterface editEnabled='false'> <uniqueNameManager nameIndex='5' defaultPrefix='bsbObj'/> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>FBLeft</objectName> <x>119</x> <y>155</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.36370704</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>Mix</objectName> <x>24</x> <y>61</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.50462604</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>138</x> <y>57</y> <label>Left</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>242</x> <y>55</y> <label>Right</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>296</x> <y>171</y> <label>Feedback</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>25</x> <y>134</y> <label>Dry<>Wet</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>23</x> <y>17</y> <label><html><font size="+1">Synced Delay</font></html></label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBCheckBox'> <objectName>FBLink</objectName> <x>181</x> <y>167</y> <label>Link</label> <selected>true</selected> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' version='2'> <objectName>FBRight</objectName> <x>234</x> <y>155</y> <automationAllowed>true</automationAllowed> <minimum>0.0</minimum> <maximum>1.0</maximum> <value>0.062495567</value> <knobWidth>50</knobWidth> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>320</x> <y>98</y> <label>Time</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>leftNom</objectName> <x>123</x> <y>95</y> <bsbDropdownItemList> <bsbDropdownItem> <name>1</name> <value>1</value> </bsbDropdownItem> <bsbDropdownItem> <name>2</name> <value>2</value> </bsbDropdownItem> <bsbDropdownItem> <name>3</name> <value>3</value> </bsbDropdownItem> <bsbDropdownItem> <name>4</name> <value>4</value> </bsbDropdownItem> <bsbDropdownItem> <name>5</name> <value>5</value> </bsbDropdownItem> <bsbDropdownItem> <name>6</name> <value>6</value> </bsbDropdownItem> <bsbDropdownItem> <name>7</name> <value>7</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>6</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>158</x> <y>95</y> <label>/</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>leftDenom</objectName> <x>165</x> <y>95</y> <bsbDropdownItemList> <bsbDropdownItem> <name>1</name> <value>1</value> </bsbDropdownItem> <bsbDropdownItem> <name>2</name> <value>2</value> </bsbDropdownItem> <bsbDropdownItem> <name>4</name> <value>4</value> </bsbDropdownItem> <bsbDropdownItem> <name>8</name> <value>8</value> </bsbDropdownItem> <bsbDropdownItem> <name>16</name> <value>16</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>3</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>rightNom</objectName> <x>230</x> <y>95</y> <bsbDropdownItemList> <bsbDropdownItem> <name>1</name> <value>1</value> </bsbDropdownItem> <bsbDropdownItem> <name>2</name> <value>2</value> </bsbDropdownItem> <bsbDropdownItem> <name>3</name> <value>3</value> </bsbDropdownItem> <bsbDropdownItem> <name>4</name> <value>4</value> </bsbDropdownItem> <bsbDropdownItem> <name>5</name> <value>5</value> </bsbDropdownItem> <bsbDropdownItem> <name>6</name> <value>6</value> </bsbDropdownItem> <bsbDropdownItem> <name>7</name> <value>7</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>4</selectedIndex> <randomizable>true</randomizable> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> <objectName></objectName> <x>268</x> <y>98</y> <label>/</label> </bsbObject> <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> <objectName>rightDenom</objectName> <x>273</x> <y>95</y> <bsbDropdownItemList> <bsbDropdownItem> <name>1</name> <value>1</value> </bsbDropdownItem> <bsbDropdownItem> <name>2</name> <value>2</value> </bsbDropdownItem> <bsbDropdownItem> <name>4</name> <value>4</value> </bsbDropdownItem> <bsbDropdownItem> <name>8</name> <value>8</value> </bsbDropdownItem> <bsbDropdownItem> <name>16</name> <value>16</value> </bsbDropdownItem> </bsbDropdownItemList> <selectedIndex>3</selectedIndex> <randomizable>true</randomizable> </bsbObject> </graphicInterface> <bsbParameterList> <parameter uniqueId='-1104129866' name='FBLeft' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.36370704'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.36370704'/> </line> </parameter> <parameter uniqueId='-1104129862' name='FBRight' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.062495567'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.062495567'/> </line> </parameter> <parameter uniqueId='-1104129864' name='Mix' label='' min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' value='0.50462604'> <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='0.50462604'/> </line> </parameter> </bsbParameterList> </effect> </effectsChain> <parameter uniqueId='-1104129874' name='Volume' label='dB' min='-96.0' max='12.0' resolution='-1.0' automationEnabled='false' value='-29.5'> <line name='' version='2' max='12.0' min='-96.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='-29.5'/> </line> </parameter> </channel> </channelList> <channelList list='subChannels'/> <channel> <name>Master</name> <outChannel>Master</outChannel> <level>5.15</level> <muted>false</muted> <solo>false</solo> <effectsChain bin='pre'/> <effectsChain bin='post'/> <parameter uniqueId='533243595' name='Volume' label='dB' min='-96.0' max='12.0' resolution='-1.0' automationEnabled='false' value='5.15'> <line name='' version='2' max='12.0' min='-96.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='5.15'/> </line> </parameter> </channel> </mixer> <tables></tables> <soundObjectLibrary/> <globalOrcSco> <globalOrc></globalOrc> <globalSco>t 0 60</globalSco> </globalOrcSco> <opcodeList/> <liveData> <commandLine>csound -Wdo devaudio -L stdin</commandLine> <commandLineEnabled>false</commandLineEnabled> <commandLineOverride>false</commandLineOverride> </liveData> <soundObject type='blue.soundObject.PolyObject'> <subjectiveDuration>2.0</subjectiveDuration> <startTime>0.0</startTime> <name>root</name> <backgroundColor>-10066279</backgroundColor> <timeBehavior>0</timeBehavior> <noteProcessorChain/> <isRoot>true</isRoot> <pixelSecond>2</pixelSecond> <defaultHeightIndex>0</defaultHeightIndex> <snapEnabled>true</snapEnabled> <snapValue>1.0</snapValue> <timeDisplay>1</timeDisplay> <timeUnit>10</timeUnit> <soundLayer name='root' muted='false' solo='false' heightIndex='0'> <noteProcessorChain/> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>66.0</subjectiveDuration> <startTime>0.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>0</timeBehavior> <noteProcessorChain/> <score>i"pad" 0 2 6.00</score> </soundObject> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>37.0</subjectiveDuration> <startTime>143.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>0</timeBehavior> <noteProcessorChain/> <score>i"pad" 0 2 6.00</score> </soundObject> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>67.0</subjectiveDuration> <startTime>71.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>0</timeBehavior> <noteProcessorChain/> <score>i"pad" 0 2 6.05</score> </soundObject> </soundLayer> <soundLayer name='octave' muted='true' solo='false' heightIndex='0'> <noteProcessorChain/> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>163.0</subjectiveDuration> <startTime>7.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>0</timeBehavior> <noteProcessorChain/> <score>i"pad" 0 2 7.00 .3 </score> </soundObject> </soundLayer> <soundLayer name='octave + 5'th' muted='false' solo='false' heightIndex='0'> <noteProcessorChain/> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>22.0</subjectiveDuration> <startTime>144.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>0</timeBehavior> <noteProcessorChain/> <score>i"pad" 0 2 7.07 .2 </score> </soundObject> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>61.0</subjectiveDuration> <startTime>21.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>0</timeBehavior> <noteProcessorChain/> <score>i"pad" 0 2 7.07 .2 </score> </soundObject> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>22.0</subjectiveDuration> <startTime>106.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>0</timeBehavior> <noteProcessorChain/> <score>i"pad" 0 2 7.07 .3</score> </soundObject> </soundLayer> <soundLayer name='mot dyn' muted='false' solo='false' heightIndex='0'> <noteProcessorChain/> <soundObject type='blue.soundObject.PythonObject' onLoadProcessable='false'> <subjectiveDuration>14.0</subjectiveDuration> <startTime>161.0</startTime> <name>PythonObject</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>1</timeBehavior> <repeatPoint>-1.0</repeatPoint> <noteProcessorChain/> <pythonCode>import random random.seed() nb_notes = 200 notes = [8.00, 8.02] lengths = [8, 9, 11] overlaps = [4, 5, 7] start = 0 for i in range(nb_notes): note = random.choice(notes) - 1 length = random.choice(lengths) overlap = random.choice(overlaps) score += 'i"mot" ' + str(start) + ' ' + str(length) + ' ' + str(note) + '\n' start += length - overlap</pythonCode> </soundObject> <soundObject type='blue.soundObject.PythonObject' onLoadProcessable='false'> <subjectiveDuration>17.0</subjectiveDuration> <startTime>14.0</startTime> <name>PythonObject</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>1</timeBehavior> <repeatPoint>-1.0</repeatPoint> <noteProcessorChain/> <pythonCode>import random random.seed() nb_notes = 200 notes = [8.00, 8.02, 8.07] lengths = [8, 9, 11] overlaps = [4, 5, 7] start = 0 for i in range(nb_notes): note = random.choice(notes) - 1 length = random.choice(lengths) overlap = random.choice(overlaps) score += 'i"mot" ' + str(start) + ' ' + str(length) + ' ' + str(note) + '\n' start += length - overlap</pythonCode> </soundObject> <soundObject type='blue.soundObject.PythonObject' onLoadProcessable='false'> <subjectiveDuration>31.0</subjectiveDuration> <startTime>38.0</startTime> <name>PythonObject</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>1</timeBehavior> <repeatPoint>-1.0</repeatPoint> <noteProcessorChain/> <pythonCode>import random random.seed() nb_notes = 200 notes = [8.02, 8.07, 8.09, 8.11] lengths = [8, 9, 11] overlaps = [4, 5, 7] start = 0 for i in range(nb_notes): note = random.choice(notes) - 1 length = random.choice(lengths) overlap = random.choice(overlaps) score += 'i"mot" ' + str(start) + ' ' + str(length) + ' ' + str(note) + '\n' start += length - overlap</pythonCode> </soundObject> <soundObject type='blue.soundObject.PythonObject' onLoadProcessable='false'> <subjectiveDuration>39.0</subjectiveDuration> <startTime>80.0</startTime> <name>PythonObject</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>1</timeBehavior> <repeatPoint>-1.0</repeatPoint> <noteProcessorChain/> <pythonCode>import random random.seed() nb_notes = 200 notes = [8.07, 8.11, 9.02, 9.04, 9.07] lengths = [8, 9, 11] overlaps = [4, 5, 7] start = 0 for i in range(nb_notes): note = random.choice(notes) - 1 length = random.choice(lengths) overlap = random.choice(overlaps) score += 'i"mot" ' + str(start) + ' ' + str(length) + ' ' + str(note) + '\n' start += length - overlap</pythonCode> </soundObject> <soundObject type='blue.soundObject.PythonObject' onLoadProcessable='false'> <subjectiveDuration>29.0</subjectiveDuration> <startTime>126.0</startTime> <name>PythonObject</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>1</timeBehavior> <repeatPoint>-1.0</repeatPoint> <noteProcessorChain/> <pythonCode>import random random.seed() nb_notes = 200 notes = [7.11, 8.02, 8.04, 8.07] lengths = [8, 9, 11] overlaps = [4, 5, 7] start = 0 for i in range(nb_notes): note = random.choice(notes) - 1 length = random.choice(lengths) overlap = random.choice(overlaps) score += 'i"mot" ' + str(start) + ' ' + str(length) + ' ' + str(note) + '\n' start += length - overlap</pythonCode> </soundObject> </soundLayer> <soundLayer name='arp' muted='false' solo='false' heightIndex='0'> <noteProcessorChain/> <soundObject type='blue.soundObject.PythonObject' onLoadProcessable='false'> <subjectiveDuration>9.0</subjectiveDuration> <startTime>117.0</startTime> <name>PythonObject</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>2</timeBehavior> <noteProcessorChain/> <pythonCode>import random random.seed() instr = 'sine' lo = 7 hi = 13 notes = [0, .02, .04, .07, .09] octave = 0 note = 0 start = 0 length = 1. / 12 while note < hi: for offset in notes: note = octave + offset if note >= lo and note <= hi: score += 'i"' + instr +'" ' + str(start) + ' ' + str(length) + ' ' + str(note) + '\n' start += length octave += 1</pythonCode> </soundObject> <soundObject type='blue.soundObject.PythonObject' onLoadProcessable='false'> <subjectiveDuration>8.0</subjectiveDuration> <startTime>72.0</startTime> <name>PythonObject</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>2</timeBehavior> <noteProcessorChain/> <pythonCode>import random random.seed() instr = 'sine' lo = 6 hi = 12 notes = [0, .02, .04, .07, .09] octave = 0 note = 0 start = 0 length = 1. / 12 while note < hi: for offset in notes: note = octave + offset if note >= lo and note <= hi: score += 'i"' + instr +'" ' + str(start) + ' ' + str(length) + ' ' + str(note) + '\n' start += length octave += 1</pythonCode> </soundObject> <soundObject type='blue.soundObject.PythonObject' onLoadProcessable='false'> <subjectiveDuration>9.0</subjectiveDuration> <startTime>157.0</startTime> <name>PythonObject</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>2</timeBehavior> <noteProcessorChain/> <pythonCode>import random random.seed() instr = 'sine' lo = 6 hi = 11 notes = [0, .02, .04, .07, .09] octave = 0 note = 0 start = 0 length = 1. / 12 while note < hi: for offset in notes: note = octave + offset if note >= lo and note <= hi: score += 'i"' + instr +'" ' + str(start) + ' ' + str(length) + ' ' + str(note) + '\n' start += length octave += 1</pythonCode> </soundObject> <soundObject type='blue.soundObject.PythonObject' onLoadProcessable='false'> <subjectiveDuration>9.0</subjectiveDuration> <startTime>143.0</startTime> <name>PythonObject</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>2</timeBehavior> <noteProcessorChain/> <pythonCode>import random random.seed() instr = 'sine' lo = 7 hi = 12 notes = [0, .02, .04, .07, .09] octave = 0 note = 0 start = 0 length = 1. / 12 while note < hi: for offset in notes: note = octave + offset if note >= lo and note <= hi: score += 'i"' + instr +'" ' + str(start) + ' ' + str(length) + ' ' + str(note) + '\n' start += length octave += 1</pythonCode> </soundObject> </soundLayer> <soundLayer name='explosion' muted='false' solo='false' heightIndex='0'> <noteProcessorChain/> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>8.0</subjectiveDuration> <startTime>168.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>2</timeBehavior> <noteProcessorChain/> <score>i"bang" 0 12 900</score> </soundObject> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>8.0</subjectiveDuration> <startTime>30.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>2</timeBehavior> <noteProcessorChain/> <score>i"bang" 0 12 1200</score> </soundObject> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>8.0</subjectiveDuration> <startTime>57.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>2</timeBehavior> <noteProcessorChain/> <score>i"bang" 0 12 1700</score> </soundObject> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>8.0</subjectiveDuration> <startTime>94.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>2</timeBehavior> <noteProcessorChain/> <score>i"bang" 0 12 2100</score> </soundObject> <soundObject type='blue.soundObject.GenericScore'> <subjectiveDuration>8.0</subjectiveDuration> <startTime>132.0</startTime> <name>GenericScore</name> <backgroundColor>-12566464</backgroundColor> <timeBehavior>2</timeBehavior> <noteProcessorChain/> <score>i"bang" 0 12 1200</score> </soundObject> </soundLayer> </soundObject> <scratchPadData> <isWordWrapEnabled>true</isWordWrapEnabled> <scratchText/> </scratchPadData> <noteProcessorChainMap/> <renderStartTime>0.0</renderStartTime> <renderEndTime>180.0</renderEndTime> <markersList/> <loopRendering>false</loopRendering> <tempo> <enabled>false</enabled> <visible>false</visible> <line name='' version='2' max='240.0' min='30.0' resolution='-1.0' color='-8355712' rightBound='false' endPointsLinked='false'> <linePoint x='0.0' y='60.0'/> </line> </tempo> </blueData> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Bluemusic-users mailing list Bluemusic-users@... https://lists.sourceforge.net/lists/listinfo/bluemusic-users |
|
|
Re: strange extra render time with attached .blueHi Atte,
I spent about a half hour looking at this and it's got me stumped. I am inclined to think it is a Csound problem as it will rendering the 5:29 just using the generated CSD and with Csound. I did note seeing this output from Csound: B180.000 ..184.037 T184.037 TT184.037 M: 0.0 0.0 B184.037 ..201.037 T201.037 TT201.037 M: 0.0 0.0 B201.037 ..213.037 T213.037 TT213.037 M: 0.0 0.0 B213.037 ..329.037 T329.037 TT329.037 M: 0.0 0.0 So it seems there are notes being rendered later than the 180 end time. I also used --keep-sorted-score and that didn't show anythign either. I think you should render a CSD and bring it up on the Csound or Csound-Dev mailing list and hopefully John or someone else might be able to spot the issue. Otherwise, enjoyed listening to this! Are you all preparing a new CD now? Thansk! steven On Sat, Nov 29, 2008 at 2:42 AM, Atte André Jensen <atte.jensen@...> wrote: > Hi > > Still having a bit of trouble getting things working. It might just be a > stupid mistake from me, but the attached project is giving me a .wav of 5:29 > when the track "octave" is enabled, instead of the correct 3:33. > > The extra time is simply silence, any idea what's causing this extra > rendering time? > > -- > Atte > > http://atte.dk http://modlys.dk > > <blueData version='0.124.3'> > <projectProperties> > <title>Pause Signal A</title> > <author>Atte AndrÃ(c) Jensen (atte.dk), 2008</author> > <notes>Meditative soundscape with little action. > > Available on the cd "Modlys - Knæfald", (modlys.dk)</notes> > <sampleRate>44100</sampleRate> > <ksmps>100</ksmps> > <channels>2</channels> > <diskSampleRate>44100</diskSampleRate> > <diskKsmps>1</diskKsmps> > <diskChannels>2</diskChannels> > <useAudioOut>true</useAudioOut> > <useAudioIn>false</useAudioIn> > <useMidiIn>false</useMidiIn> > <useMidiOut>false</useMidiOut> > <noteAmpsEnabled>false</noteAmpsEnabled> > <outOfRangeEnabled>true</outOfRangeEnabled> > <warningsEnabled>false</warningsEnabled> > <benchmarkEnabled>false</benchmarkEnabled> > <advancedSettings></advancedSettings> > <completeOverride>false</completeOverride> > <fileName>/home/atte/music/modlys/mixes/pause_signal_a.wav</fileName> > <askOnRender>false</askOnRender> > <diskNoteAmpsEnabled>true</diskNoteAmpsEnabled> > <diskOutOfRangeEnabled>true</diskOutOfRangeEnabled> > <diskWarningsEnabled>true</diskWarningsEnabled> > <diskBenchmarkEnabled>true</diskBenchmarkEnabled> > <diskAdvancedSettings></diskAdvancedSettings> > <diskCompleteOverride>false</diskCompleteOverride> > <diskAlwaysRenderEntireProject>true</diskAlwaysRenderEntireProject> > <csladspaSettings> > <name/> > <maker/> > <uniqueId>0</uniqueId> > <copyright/> > <portDefinitionList/> > <enabled>false</enabled> > </csladspaSettings> > </projectProperties> > <arrangement> > <instrumentAssignment arrangementId='bang' isEnabled='true'> > <instrument type='blue.orchestra.BlueSynthBuilder' editEnabled='true'> > <name>Bang v0.1 API</name> > <comment>Author: Atte AndrÃ(c) Jensen (atte.dk), 2008 > > Explosion > > Changelog: > > 0.1 > * Initial release</comment> > <globalOrc/> > <globalSco/> > <instrumentText>kamp = 13000 > iattack = .01 > > afiltenv expseg 1, iattack, .3, p3 - iattack, .001 > kcutoff = (p4 == 0) ? <cutoff> : p4 > > > kres = (p5 == 0) ? <resonance> : p5 > > aout random kamp, -kamp > aout moogvcf aout, kcutoff * afiltenv, kres, 0dbfs > > aoutl = aout > aoutr = aout > > > ; output > blueMixerOut aoutl, aoutr</instrumentText> > <graphicInterface editEnabled='true'> > <uniqueNameManager nameIndex='-1' defaultPrefix='bsbObj'/> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>cutoff</objectName> > <x>151</x> > <y>170</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>20000.0</maximum> > <value>8407.87</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>165</x> > <y>245</y> > <label>Cutoff</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>resonance</objectName> > <x>213</x> > <y>170</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.42504767</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>212</x> > <y>245</y> > <label>Resonance</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>167</x> > <y>26</y> > <label><html><font > size="6"><b>Bang</b></font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>183</x> > <y>67</y> > <label>v 0.1</label> > </bsbObject> > </graphicInterface> > <bsbParameterList> > <parameter uniqueId='631334944' name='cutoff' label='' min='0.0' > max='20000.0' resolution='-1.0' automationEnabled='false' value='8407.87'> > <line name='' version='2' max='20000.0' min='0.0' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='8407.87'/> > </line> > </parameter> > <parameter uniqueId='631334946' name='resonance' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.42504767'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.42504767'/> > </line> > </parameter> > </bsbParameterList> > <presetGroup name='Presets'/> > <opcodeList/> > </instrument> > </instrumentAssignment> > <instrumentAssignment arrangementId='mot' isEnabled='true'> > <instrument type='blue.orchestra.BlueSynthBuilder' editEnabled='true'> > <name>MovingOvertones v1.2 API</name> > <comment>Author: Atte AndrÃ(c) Jensen (atte.dk), 2008 > > Additive instrument, featuring detune, pan and drawable > amplitude LFO for each of the 8 overtones. > > Changelog: > 1.2 > * Works with the csound API (blue 0.124.3) > > 1.1 > * Fixed bug: kvol/ivol not used in code > > 1.0 > * Initial release</comment> > <globalOrc>git_instr_mot_sin ftgen 0, 0, 1024, 10, 1 > git_instr_mot_tri ftgen 0, 0, 256, 7, 0, 64, 1, 128, -1, > 64, 0 > > ;giCutoff_<INSTR_ID> ftgen 0, 0, 513, -7 + > <EnvFilter_Cutoff></globalOrc> > <globalSco/> > <instrumentText>ilength = p3; seconds > kfreq = p4; <20: pitch, >=20: hz > ivol = p5; 0-1 > > ; setup > iamp = 10000 > > ; defaults > kfreq = (kfreq >= 20) ? kfreq : cpspch(kfreq) > ivol = (ivol == 0) ? 1 : ivol > > ; copy from BSB > kvol = <volume> > > ; amp env > aampenv expseg .0001, i(<attack>), 1, ilength - i(<attack>) - > i(<release>), 1, i(<release>), .00001 > > > ; lfos > klfo1 loopseg i(<rtFreq1>), 0, <lfo_osc1> > klfo2 loopseg i(<rtFreq2>), 0, <lfo_osc2> > klfo3 loopseg i(<rtFreq3>), 0, <lfo_osc3> > klfo4 loopseg i(<rtFreq4>), 0, <lfo_osc4> > klfo5 loopseg i(<rtFreq5>), 0, <lfo_osc5> > klfo6 loopseg i(<rtFreq6>), 0, <lfo_osc6> > klfo7 loopseg i(<rtFreq7>), 0, <lfo_osc7> > klfo8 loopseg i(<rtFreq8>), 0, <lfo_osc8> > > ; oscillators > aosc1 oscili iamp * klfo1 * <otVol_0>, (1 + <detune1>) * > kfreq, git_instr_mot_<waveform1> > aosc2 oscili iamp * klfo2 * <otVol_1>, (1 + <detune2>) * > kfreq * 2, git_instr_mot_<waveform2> > aosc3 oscili iamp * klfo3 * <otVol_2>, (1 + <detune3>) * > kfreq * 3, git_instr_mot_<waveform3> > aosc4 oscili iamp * klfo4 * <otVol_3>, (1 + <detune4>) * > kfreq * 4, git_instr_mot_<waveform4> > aosc5 oscili iamp * klfo5 * <otVol_4>, (1 + <detune5>) * > kfreq * 5, git_instr_mot_<waveform5> > aosc6 oscili iamp * klfo6 * <otVol_5>, (1 + <detune6>) * > kfreq * 6, git_instr_mot_<waveform6> > aosc7 oscili iamp * klfo7 * <otVol_6>, (1 + <detune7>) * > kfreq * 7, git_instr_mot_<waveform7> > aosc8 oscili iamp * klfo8 * <otVol_7>, (1 + <detune8>) * > kfreq * 8, git_instr_mot_<waveform8> > > aoutl = aosc1 * (1 - <pan1>) + aosc2 * (1 - <pan2>) + > aosc3 * (1 - <pan3>) + aosc4 * (1 - <pan4>) + aosc5 * (1 - > <pan5>) + aosc6 * (1 - <pan6>) + aosc7 * (1 - <pan7>) + > aosc8 * (1 - <pan8>) > aoutr = aosc1 * (1 + <pan1>) + aosc2 * (1 + <pan2>) + > aosc3 * (1 + <pan3>) + aosc4 * (1 + <pan4>) + aosc5 * (1 + > <pan5>) + aosc6 * (1 + <pan6>) + aosc7 * (1 + <pan7>) + > aosc8 * (1 + <pan8>) > > aoutl = aoutl * aampenv * ivol * kvol > aoutr = aoutr * aampenv * ivol * kvol > > ; output > blueMixerOut aoutl, aoutr</instrumentText> > <graphicInterface editEnabled='false'> > <uniqueNameManager nameIndex='0' defaultPrefix='bsbObj'/> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>volume</objectName> > <x>578</x> > <y>330</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.37659162</value> > <knobWidth>60</knobWidth> > <randomizable>false</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>waveform1</objectName> > <x>65</x> > <y>316</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>Sine</name> > <value>sin</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>Tri</name> > <value>tri</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>0</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>586</x> > <y>406</y> > <label>Volume</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLineObject'> > <objectName>lfo</objectName> > <x>474</x> > <y>45</y> > <canvasWidth>200</canvasWidth> > <canvasHeight>160</canvasHeight> > <xMax>1.0</xMax> > <relativeXValues>true</relativeXValues> > <separatorType>Comma</separatorType> > <leadingZero>true</leadingZero> > <locked>true</locked> > <lines> > <line name='osc1' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-13421773' rightBound='true' > endPointsLinked='false'> > <linePoint x='0.0' y='0.5'/> > <linePoint x='0.3723404' y='1.0'/> > <linePoint x='0.5425532' y='0.0'/> > <linePoint x='0.7925532' y='0.060810804'/> > <linePoint x='1.0' y='0.5'/> > </line> > <line name='osc2' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-16751002' rightBound='true' > endPointsLinked='false'> > <linePoint x='0.0' y='0.0'/> > <linePoint x='0.2925532' y='0.7972973'/> > <linePoint x='1.0' y='0.0'/> > </line> > <line name='osc3' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-16737895' rightBound='true' > endPointsLinked='false'> > <linePoint x='0.0' y='1.0'/> > <linePoint x='0.39361703' y='0.45945948'/> > <linePoint x='0.57978725' y='0.7702703'/> > <linePoint x='0.7659575' y='0.18243241'/> > <linePoint x='0.88297874' y='0.8648649'/> > <linePoint x='1.0' y='1.0'/> > </line> > <line name='osc4' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-16724788' rightBound='true' > endPointsLinked='false'> > <linePoint x='0.0' y='0.5'/> > <linePoint x='0.16489361' y='0.9797297'/> > <linePoint x='0.55851066' y='0.040540516'/> > <linePoint x='0.86170214' y='0.29054052'/> > <linePoint x='1.0' y='0.5'/> > </line> > <line name='osc5' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-16711732' rightBound='true' > endPointsLinked='false'> > <linePoint x='0.0' y='0.0'/> > <linePoint x='0.19680852' y='0.35135138'/> > <linePoint x='0.31382978' y='0.6216216'/> > <linePoint x='0.44680852' y='0.8243243'/> > <linePoint x='0.68085104' y='0.3716216'/> > <linePoint x='0.8031915' y='0.7094594'/> > <linePoint x='1.0' y='0.0'/> > </line> > <line name='osc6' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-10027060' rightBound='true' > endPointsLinked='false'> > <linePoint x='0.0' y='1.0'/> > <linePoint x='0.2606383' y='0.25'/> > <linePoint x='0.47340426' y='0.6554054'/> > <linePoint x='0.5319149' y='0.0472973'/> > <linePoint x='0.55851066' y='0.29054052'/> > <linePoint x='0.7819149' y='0.7297298'/> > <linePoint x='1.0' y='1.0'/> > </line> > <line name='osc7' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-6684724' rightBound='true' > endPointsLinked='false'> > <linePoint x='0.0' y='0.7905406'/> > <linePoint x='0.34042552' y='0.2702703'/> > <linePoint x='0.5265958' y='0.0067567825'/> > <linePoint x='0.62765956' y='0.972973'/> > <linePoint x='0.7446808' y='0.3310811'/> > <linePoint x='0.85106385' y='0.24324322'/> > <linePoint x='1.0' y='0.7905406'/> > </line> > <line name='osc8' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-3342388' rightBound='true' > endPointsLinked='false'> > <linePoint x='0.0' y='0.2635135'/> > <linePoint x='0.14361702' y='0.41216218'/> > <linePoint x='0.18085106' y='0.5945946'/> > <linePoint x='0.35106382' y='0.9797297'/> > <linePoint x='0.4787234' y='0.3243243'/> > <linePoint x='0.86702126' y='0.0'/> > <linePoint x='1.0' y='0.2635135'/> > </line> > </lines> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>waveform2</objectName> > <x>115</x> > <y>316</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>Sine</name> > <value>sin</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>Tri</name> > <value>tri</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>1</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>waveform3</objectName> > <x>165</x> > <y>316</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>Sine</name> > <value>sin</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>Tri</name> > <value>tri</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>0</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>waveform4</objectName> > <x>215</x> > <y>316</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>Sine</name> > <value>sin</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>Tri</name> > <value>tri</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>0</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>waveform6</objectName> > <x>315</x> > <y>316</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>Sine</name> > <value>sin</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>Tri</name> > <value>tri</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>0</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>waveform7</objectName> > <x>366</x> > <y>316</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>Sine</name> > <value>sin</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>Tri</name> > <value>tri</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>0</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>waveform8</objectName> > <x>416</x> > <y>316</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>Sine</name> > <value>sin</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>Tri</name> > <value>tri</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>0</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>waveform5</objectName> > <x>265</x> > <y>316</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>Sine</name> > <value>sin</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>Tri</name> > <value>tri</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>0</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSliderBank'> > <objectName>otVol</objectName> > <x>65</x> > <y>183</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <resolution>0.01</resolution> > <sliderHeight>100</sliderHeight> > <gap>0</gap> > <randomizable>true</randomizable> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> > <objectName></objectName> > <x>0</x> > <y>0</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <resolution>0.01</resolution> > <value>1.0</value> > <sliderHeight>100</sliderHeight> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> > <objectName></objectName> > <x>0</x> > <y>0</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <resolution>0.01</resolution> > <value>0.41</value> > <sliderHeight>100</sliderHeight> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> > <objectName></objectName> > <x>0</x> > <y>0</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <resolution>0.01</resolution> > <value>0.34</value> > <sliderHeight>100</sliderHeight> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> > <objectName></objectName> > <x>0</x> > <y>0</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <resolution>0.01</resolution> > <value>0.26</value> > <sliderHeight>100</sliderHeight> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> > <objectName></objectName> > <x>0</x> > <y>0</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <resolution>0.01</resolution> > <value>0.19999999</value> > <sliderHeight>100</sliderHeight> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> > <objectName></objectName> > <x>0</x> > <y>0</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <resolution>0.01</resolution> > <value>0.12</value> > <sliderHeight>100</sliderHeight> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> > <objectName></objectName> > <x>0</x> > <y>0</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <resolution>0.01</resolution> > <value>0.11</value> > <sliderHeight>100</sliderHeight> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBVSlider'> > <objectName></objectName> > <x>0</x> > <y>0</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <resolution>0.01</resolution> > <value>0.08</value> > <sliderHeight>100</sliderHeight> > <randomizable>true</randomizable> > </bsbObject> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>pan1</objectName> > <x>66</x> > <y>340</y> > <automationAllowed>true</automationAllowed> > <minimum>-1.0</minimum> > <maximum>1.0</maximum> > <value>0.025579453</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>pan2</objectName> > <x>116</x> > <y>340</y> > <automationAllowed>true</automationAllowed> > <minimum>-1.0</minimum> > <maximum>1.0</maximum> > <value>-0.011351645</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>pan3</objectName> > <x>166</x> > <y>340</y> > <automationAllowed>true</automationAllowed> > <minimum>-1.0</minimum> > <maximum>1.0</maximum> > <value>0.069556</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>pan4</objectName> > <x>216</x> > <y>340</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.45872068</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>pan5</objectName> > <x>266</x> > <y>340</y> > <automationAllowed>true</automationAllowed> > <minimum>-1.0</minimum> > <maximum>1.0</maximum> > <value>-0.098391354</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>pan6</objectName> > <x>316</x> > <y>340</y> > <automationAllowed>true</automationAllowed> > <minimum>-1.0</minimum> > <maximum>1.0</maximum> > <value>-0.124549925</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>pan7</objectName> > <x>366</x> > <y>340</y> > <automationAllowed>true</automationAllowed> > <minimum>-1.0</minimum> > <maximum>1.0</maximum> > <value>0.031611204</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>pan8</objectName> > <x>416</x> > <y>340</y> > <automationAllowed>true</automationAllowed> > <minimum>-1.0</minimum> > <maximum>1.0</maximum> > <value>-0.0362038</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>detune1</objectName> > <x>65</x> > <y>110</y> > <automationAllowed>true</automationAllowed> > <minimum>-0.01</minimum> > <maximum>0.01</maximum> > <value>0.0</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>detune3</objectName> > <x>165</x> > <y>110</y> > <automationAllowed>true</automationAllowed> > <minimum>-0.01</minimum> > <maximum>0.01</maximum> > <value>0.0</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>detune4</objectName> > <x>215</x> > <y>110</y> > <automationAllowed>true</automationAllowed> > <minimum>-0.01</minimum> > <maximum>0.01</maximum> > <value>0.0</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>detune5</objectName> > <x>265</x> > <y>110</y> > <automationAllowed>true</automationAllowed> > <minimum>-0.01</minimum> > <maximum>0.01</maximum> > <value>0.0</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>detune6</objectName> > <x>315</x> > <y>110</y> > <automationAllowed>true</automationAllowed> > <minimum>-0.01</minimum> > <maximum>0.01</maximum> > <value>0.0</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>detune7</objectName> > <x>365</x> > <y>110</y> > <automationAllowed>true</automationAllowed> > <minimum>-0.01</minimum> > <maximum>0.01</maximum> > <value>0.0</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>detune8</objectName> > <x>415</x> > <y>110</y> > <automationAllowed>true</automationAllowed> > <minimum>-0.01</minimum> > <maximum>0.01</maximum> > <value>0.0</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>detune2</objectName> > <x>115</x> > <y>110</y> > <automationAllowed>true</automationAllowed> > <minimum>-0.01</minimum> > <maximum>0.01</maximum> > <value>0.0</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>rtFreq1</objectName> > <x>65</x> > <y>44</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.06873047</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>rtFreq2</objectName> > <x>115</x> > <y>44</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.012468743</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>rtFreq3</objectName> > <x>165</x> > <y>44</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.2424561</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>rtFreq4</objectName> > <x>215</x> > <y>44</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.18180399</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>rtFreq5</objectName> > <x>265</x> > <y>44</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.31819442</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>rtFreq6</objectName> > <x>315</x> > <y>44</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.112767704</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>rtFreq7</objectName> > <x>365</x> > <y>44</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.13542485</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>rtFreq8</objectName> > <x>415</x> > <y>44</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.05634097</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>35</x> > <y>390</y> > <label>Pan</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>1</x> > <y>322</y> > <label>Waveform</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>32</x> > <y>293</y> > <label>Gain</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>17</x> > <y>158</y> > <label>Detune</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>34</x> > <y>77</y> > > <label><html><center>LFO<br>Freq</center></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>attack</objectName> > <x>515</x> > <y>240</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0010</minimum> > <maximum>3.0</maximum> > <value>2.5340233</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>release</objectName> > <x>578</x> > <y>240</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0010</minimum> > <maximum>4.0</maximum> > <value>4.0</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>528</x> > <y>316</y> > <label>Attack</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>586</x> > <y>316</y> > <label>Release</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>231</x> > <y>1</y> > <label><html><font > size="6"><b>MovingOvertones</b></font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>324</x> > <y>30</y> > <label>v 1.1</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>4</x> > <y>409</y> > <label>Overtone</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>86</x> > <y>406</y> > <label><html><font > size="5"><b>1</b></font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>136</x> > <y>406</y> > <label><html><font > size="5"><b>2</b></font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>186</x> > <y>406</y> > <label><html><font > size="5"><b>3</b></font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>235</x> > <y>406</y> > <label><html><font > size="5"><b>4</b></font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>286</x> > <y>406</y> > <label><html><font > size="5"><b>5</b></font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>336</x> > <y>406</y> > <label><html><font > size="5"><b>6</b></font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>386</x> > <y>406</y> > <label><html><font > size="5"><b>7</b></font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>436</x> > <y>406</y> > <label><html><font > size="5"><b>8</b></font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>532</x> > <y>225</y> > <label>Amplitude LFO</label> > </bsbObject> > </graphicInterface> > <bsbParameterList> > <parameter uniqueId='533243664' name='attack' label='' min='0.0010' > max='3.0' resolution='-1.0' automationEnabled='false' value='2.5340233'> > <line name='' version='2' max='3.0' min='0.0010' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='2.5340233'/> > </line> > </parameter> > <parameter uniqueId='533243632' name='detune1' label='' min='-0.01' > max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> > <line name='' version='2' max='0.01' min='-0.01' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.0'/> > </line> > </parameter> > <parameter uniqueId='533243646' name='detune2' label='' min='-0.01' > max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> > <line name='' version='2' max='0.01' min='-0.01' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.0'/> > </line> > </parameter> > <parameter uniqueId='533243634' name='detune3' label='' min='-0.01' > max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> > <line name='' version='2' max='0.01' min='-0.01' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.0'/> > </line> > </parameter> > <parameter uniqueId='533243636' name='detune4' label='' min='-0.01' > max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> > <line name='' version='2' max='0.01' min='-0.01' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.0'/> > </line> > </parameter> > <parameter uniqueId='533243638' name='detune5' label='' min='-0.01' > max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> > <line name='' version='2' max='0.01' min='-0.01' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.0'/> > </line> > </parameter> > <parameter uniqueId='533243640' name='detune6' label='' min='-0.01' > max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> > <line name='' version='2' max='0.01' min='-0.01' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.0'/> > </line> > </parameter> > <parameter uniqueId='533243642' name='detune7' label='' min='-0.01' > max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> > <line name='' version='2' max='0.01' min='-0.01' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.0'/> > </line> > </parameter> > <parameter uniqueId='533243644' name='detune8' label='' min='-0.01' > max='0.01' resolution='-1.0' automationEnabled='false' value='0.0'> > <line name='' version='2' max='0.01' min='-0.01' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.0'/> > </line> > </parameter> > <parameter uniqueId='533243600' name='otVol_0' label='' min='0.0' > max='1.0' resolution='0.01' automationEnabled='false' value='1.0'> > <line name='' version='2' max='1.0' min='0.0' resolution='0.01' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='1.0'/> > </line> > </parameter> > <parameter uniqueId='533243602' name='otVol_1' label='' min='0.0' > max='1.0' resolution='0.01' automationEnabled='false' value='0.41'> > <line name='' version='2' max='1.0' min='0.0' resolution='0.01' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.41'/> > </line> > </parameter> > <parameter uniqueId='533243604' name='otVol_2' label='' min='0.0' > max='1.0' resolution='0.01' automationEnabled='false' value='0.34'> > <line name='' version='2' max='1.0' min='0.0' resolution='0.01' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.34'/> > </line> > </parameter> > <parameter uniqueId='533243606' name='otVol_3' label='' min='0.0' > max='1.0' resolution='0.01' automationEnabled='false' value='0.26'> > <line name='' version='2' max='1.0' min='0.0' resolution='0.01' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.26'/> > </line> > </parameter> > <parameter uniqueId='533243608' name='otVol_4' label='' min='0.0' > max='1.0' resolution='0.01' automationEnabled='false' value='0.19999999'> > <line name='' version='2' max='1.0' min='0.0' resolution='0.01' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.19999999'/> > </line> > </parameter> > <parameter uniqueId='533243610' name='otVol_5' label='' min='0.0' > max='1.0' resolution='0.01' automationEnabled='false' value='0.12'> > <line name='' version='2' max='1.0' min='0.0' resolution='0.01' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.12'/> > </line> > </parameter> > <parameter uniqueId='533243612' name='otVol_6' label='' min='0.0' > max='1.0' resolution='0.01' automationEnabled='false' value='0.11'> > <line name='' version='2' max='1.0' min='0.0' resolution='0.01' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.11'/> > </line> > </parameter> > <parameter uniqueId='533243614' name='otVol_7' label='' min='0.0' > max='1.0' resolution='0.01' automationEnabled='false' value='0.08'> > <line name='' version='2' max='1.0' min='0.0' resolution='0.01' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.08'/> > </line> > </parameter> > <parameter uniqueId='533243616' name='pan1' label='' min='-1.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.025579453'> > <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.025579453'/> > </line> > </parameter> > <parameter uniqueId='533243618' name='pan2' label='' min='-1.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='-0.011351645'> > <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='-0.011351645'/> > </line> > </parameter> > <parameter uniqueId='533243620' name='pan3' label='' min='-1.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.069556'> > <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.069556'/> > </line> > </parameter> > <parameter uniqueId='533243622' name='pan4' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.45872068'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.45872068'/> > </line> > </parameter> > <parameter uniqueId='533243624' name='pan5' label='' min='-1.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='-0.098391354'> > <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='-0.098391354'/> > </line> > </parameter> > <parameter uniqueId='533243626' name='pan6' label='' min='-1.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='-0.124549925'> > <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='-0.124549925'/> > </line> > </parameter> > <parameter uniqueId='533243628' name='pan7' label='' min='-1.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.031611204'> > <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.031611204'/> > </line> > </parameter> > <parameter uniqueId='533243630' name='pan8' label='' min='-1.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='-0.0362038'> > <line name='' version='2' max='1.0' min='-1.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='-0.0362038'/> > </line> > </parameter> > <parameter uniqueId='533243666' name='release' label='' > min='0.0010' max='4.0' resolution='-1.0' automationEnabled='false' > value='4.0'> > <line name='' version='2' max='4.0' min='0.0010' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='4.0'/> > </line> > </parameter> > <parameter uniqueId='533243648' name='rtFreq1' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.06873047'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.06873047'/> > </line> > </parameter> > <parameter uniqueId='533243650' name='rtFreq2' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.012468743'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.012468743'/> > </line> > </parameter> > <parameter uniqueId='533243652' name='rtFreq3' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.2424561'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.2424561'/> > </line> > </parameter> > <parameter uniqueId='533243654' name='rtFreq4' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.18180399'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.18180399'/> > </line> > </parameter> > <parameter uniqueId='533243656' name='rtFreq5' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.31819442'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.31819442'/> > </line> > </parameter> > <parameter uniqueId='533243658' name='rtFreq6' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.112767704'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.112767704'/> > </line> > </parameter> > <parameter uniqueId='533243660' name='rtFreq7' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.13542485'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.13542485'/> > </line> > </parameter> > <parameter uniqueId='533243662' name='rtFreq8' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.05634097'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.05634097'/> > </line> > </parameter> > <parameter uniqueId='533243598' name='volume' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.37659162'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.37659162'/> > </line> > </parameter> > </bsbParameterList> > <presetGroup name='Presets'> > <preset name='Digi-ridoo'> > <setting name='attack'>ver2:0.7972533107</setting> > <setting name='detune1'>ver2:0.0057255849</setting> > <setting name='detune2'>ver2:0.0047298986</setting> > <setting name='detune3'>ver2:0.0015909951</setting> > <setting name='detune4'>ver2:0.0039132508</setting> > <setting name='detune5'>ver2:-0.0053052339</setting> > <setting name='detune6'>ver2:0.0030606929</setting> > <setting name='detune7'>ver2:-0.0081710843</setting> > <setting name='detune8'>ver2:-0.0007911697</setting> > <setting > name='lfo'>version=2@_@osc1:0.0:0.5:0.3723404:1.0:0.5425532:0.0:0.7925532:0.060810804:1.0:0.5@_@osc2:0.0:0.0:0.2925532:0.7972973:1.0:0.0@_@osc3:0.0:1.0:0.39361703:0.45945948:0.57978725:0.7702703:0.7659575:0.18243241:0.88297874:0.8648649:1.0:1.0@_@osc4:0.0:0.5:0.16489361:0.9797297:0.55851066:0.040540516:0.86170214:0.29054052:1.0:0.5@_@osc5:0.0:0.0:0.19680852:0.35135138:0.31382978:0.6216216:0.44680852:0.8243243:0.68085104:0.3716216:0.8031915:0.7094594:1.0:0.0@_@osc6:0.0:1.0:0.2606383:0.25:0.47340426:0.6554054:0.5319149:0.0472973:0.55851066:0.29054052:0.7819149:0.7297298:1.0:1.0@_@osc7:0.0:0.7905406:0.34042552:0.2702703:0.5265958:0.0067567825:0.62765956:0.972973:0.7446808:0.3310811:0.85106385:0.24324322:1.0:0.7905406@_@osc8:0.0:0.2635135:0.14361702:0.41216218:0.18085106:0.5945946:0.35106382:0.9797297:0.4787234:0.3243243:0.86702126:0.0:1.0:0.2635135</setting> > <setting > name='otVol'>0.17:0.59999996:0.96999997:0.81:0.13:0.42:0.12:0.28</setting> > <setting name='pan1'>ver2:0.6994575262</setting> > <setting name='pan2'>ver2:-0.4302214384</setting> > <setting name='pan3'>ver2:0.7981739044</setting> > <setting name='pan4'>ver2:0.4900404811</setting> > <setting name='pan5'>ver2:-0.9442459345</setting> > <setting name='pan6'>ver2:-0.3802392483</setting> > <setting name='pan7'>ver2:0.2816205025</setting> > <setting name='pan8'>ver2:0.9870849848</setting> > <setting name='release'>ver2:0.0775299519</setting> > <setting name='rtFreq1'>ver2:0.154608041</setting> > <setting name='rtFreq2'>ver2:0.2647129893</setting> > <setting name='rtFreq3'>ver2:0.2211722434</setting> > <setting name='rtFreq4'>ver2:0.1281604618</setting> > <setting name='rtFreq5'>ver2:0.9565519094</setting> > <setting name='rtFreq6'>ver2:0.7529994249</setting> > <setting name='rtFreq7'>ver2:0.0377247073</setting> > <setting name='rtFreq8'>ver2:0.0950997472</setting> > <setting name='volume'>ver2:1</setting> > <setting name='waveform1'>0</setting> > <setting name='waveform2'>1</setting> > <setting name='waveform3'>1</setting> > <setting name='waveform4'>1</setting> > <setting name='waveform5'>0</setting> > <setting name='waveform6'>0</setting> > <setting name='waveform7'>1</setting> > <setting name='waveform8'>0</setting> > </preset> > <preset name='Distant Echo'> > <setting name='attack'>ver2:0.0746016502</setting> > <setting name='detune1'>ver2:-0.0072191586</setting> > <setting name='detune2'>ver2:0.0007916857</setting> > <setting name='detune3'>ver2:0.0085758343</setting> > <setting name='detune4'>ver2:-0.0088422475</setting> > <setting name='detune5'>ver2:-0.0091246217</setting> > <setting name='detune6'>ver2:0.0080768839</setting> > <setting name='detune7'>ver2:0.0045037279</setting> > <setting name='detune8'>ver2:0.0059646089</setting> > <setting > name='lfo'>version=2@_@osc1:0.0:0.5:0.3723404:1.0:0.5425532:0.0:0.7925532:0.060810804:1.0:0.5@_@osc2:0.0:0.0:0.2925532:0.7972973:1.0:0.0@_@osc3:0.0:1.0:0.39361703:0.45945948:0.57978725:0.7702703:0.7659575:0.18243241:0.88297874:0.8648649:1.0:1.0@_@osc4:0.0:0.5:0.16489361:0.9797297:0.55851066:0.040540516:0.86170214:0.29054052:1.0:0.5@_@osc5:0.0:0.0:0.19680852:0.35135138:0.31382978:0.6216216:0.44680852:0.8243243:0.68085104:0.3716216:0.8031915:0.7094594:1.0:0.0@_@osc6:0.0:1.0:0.2606383:0.25:0.47340426:0.6554054:0.5319149:0.0472973:0.55851066:0.29054052:0.7819149:0.7297298:1.0:1.0@_@osc7:0.0:0.7905406:0.34042552:0.2702703:0.5265958:0.0067567825:0.62765956:0.972973:0.7446808:0.3310811:0.85106385:0.24324322:1.0:0.7905406@_@osc8:0.0:0.2635135:0.14361702:0.41216218:0.18085106:0.5945946:0.35106382:0.9797297:0.4787234:0.3243243:0.86702126:0.0:1.0:0.2635135</setting> > <setting > name='otVol'>0.03:0.25:0.32999998:0.41:0.95:0.85999995:0.39999998:0.57</setting> > <setting name='pan1'>ver2:-0.5874114037</setting> > <setting name='pan2'>ver2:-0.095061779</setting> > <setting name='pan3'>ver2:0.498347044</setting> > <setting name='pan4'>ver2:0.874630332</setting> > <setting name='pan5'>ver2:-0.4010052681</setting> > <setting name='pan6'>ver2:-0.3193947077</setting> > <setting name='pan7'>ver2:-0.5367515087</setting> > <setting name='pan8'>ver2:-0.1918151379</setting> > <setting name='release'>ver2:0.6288240552</setting> > <setting name='rtFreq1'>ver2:0.9807799459</setting> > <setting name='rtFreq2'>ver2:0.2039419413</setting> > <setting name='rtFreq3'>ver2:0.2493247092</setting> > <setting name='rtFreq4'>ver2:0.0638889298</setting> > <setting name='rtFreq5'>ver2:0.1366455108</setting> > <setting name='rtFreq6'>ver2:0.046465423</setting> > <setting name='rtFreq7'>ver2:0.0362716131</setting> > <setting name='rtFreq8'>ver2:0.1299033463</setting> > <setting name='volume'>ver2:1</setting> > <setting name='waveform1'>1</setting> > <setting name='waveform2'>1</setting> > <setting name='waveform3'>0</setting> > <setting name='waveform4'>0</setting> > <setting name='waveform5'>0</setting> > <setting name='waveform6'>1</setting> > <setting name='waveform7'>1</setting> > <setting name='waveform8'>1</setting> > </preset> > <preset name='Evolver'> > <setting name='attack'>ver2:0.6728791595</setting> > <setting name='detune1'>ver2:-0.0021099187</setting> > <setting name='detune2'>ver2:0.0063324552</setting> > <setting name='detune3'>ver2:-0.0088125588</setting> > <setting name='detune4'>ver2:0.0025519133</setting> > <setting name='detune5'>ver2:0.0023913858</setting> > <setting name='detune6'>ver2:-0.0019545332</setting> > <setting name='detune7'>ver2:-0.0036566192</setting> > <setting name='detune8'>ver2:0.0009650374</setting> > <setting > name='lfo'>version=2@_@osc1:0.0:0.5:0.3723404:1.0:0.5425532:0.0:0.7925532:0.060810804:1.0:0.5@_@osc2:0.0:0.0:0.2925532:0.7972973:1.0:0.0@_@osc3:0.0:1.0:0.39361703:0.45945948:0.57978725:0.7702703:0.7659575:0.18243241:0.88297874:0.8648649:1.0:1.0@_@osc4:0.0:0.5:0.16489361:0.9797297:0.55851066:0.040540516:0.86170214:0.29054052:1.0:0.5@_@osc5:0.0:0.0:0.19680852:0.35135138:0.31382978:0.6216216:0.44680852:0.8243243:0.68085104:0.3716216:0.8031915:0.7094594:1.0:0.0@_@osc6:0.0:1.0:0.2606383:0.25:0.47340426:0.6554054:0.5319149:0.0472973:0.55851066:0.29054052:0.7819149:0.7297298:1.0:1.0@_@osc7:0.0:0.7905406:0.34042552:0.2702703:0.5265958:0.0067567825:0.62765956:0.972973:0.7446808:0.3310811:0.85106385:0.24324322:1.0:0.7905406@_@osc8:0.0:0.2635135:0.14361702:0.41216218:0.18085106:0.5945946:0.35106382:0.9797297:0.4787234:0.3243243:0.86702126:0.0:1.0:0.2635135</setting> > <setting > name='otVol'>1.0:0.78:0.64:0.14:0.14:0.11:0.22:0.16</setting> > <setting name='pan1'>ver2:-0.2602314949</setting> > <setting name='pan2'>ver2:0.854411602</setting> > <setting name='pan3'>ver2:-1</setting> > <setting name='pan4'>ver2:0.9462617636</setting> > <setting name='pan5'>ver2:-0.9217349291</setting> > <setting name='pan6'>ver2:-0.8705386519</setting> > <setting name='pan7'>ver2:0.7168753147</setting> > <setting name='pan8'>ver2:0.9034147263</setting> > <setting name='release'>ver2:0.5610900521</setting> > <setting name='rtFreq1'>ver2:0.0807483494</setting> > <setting name='rtFreq2'>ver2:0.1891206801</setting> > <setting name='rtFreq3'>ver2:0.4607557356</setting> > <setting name='rtFreq4'>ver2:0.1343262941</setting> > <setting name='rtFreq5'>ver2:0.4131375253</setting> > <setting name='rtFreq6'>ver2:0.0866443068</setting> > <setting name='rtFreq7'>ver2:0.3010830879</setting> > <setting name='rtFreq8'>ver2:0.1268520206</setting> > <setting name='volume'>ver2:1</setting> > <setting name='waveform1'>1</setting> > <setting name='waveform2'>1</setting> > <setting name='waveform3'>0</setting> > <setting name='waveform4'>0</setting> > <setting name='waveform5'>0</setting> > <setting name='waveform6'>0</setting> > <setting name='waveform7'>0</setting> > <setting name='waveform8'>0</setting> > </preset> > </presetGroup> > <opcodeList/> > </instrument> > </instrumentAssignment> > <instrumentAssignment arrangementId='pad' isEnabled='true'> > <instrument type='blue.orchestra.BlueSynthBuilder' editEnabled='true'> > <name>SimplePad v1.1 API</name> > <comment>Author: Atte AndrÃ(c) Jensen (atte.dk), 2007 > > Simple pad with resonance. > > 1.1 > * Works with the csound API (blue 0.124.3) > > 1.0 > * Initial release</comment> > <globalOrc>;git_instr_std_pad_saw ftgen 0, 0, 1024, > 7, 0, 512, 1, 0, -1, 512, 0 > ;git_instr_std_pad_saw ftgen 0, 0, 16384, 10, 1, .5, .333, .25, .2 > ,.1666, .142857, .125, .11111, .1, .0909, .083333, .0769, .07142, .06666 > git_instr_std_pad_sine ftgen 0, 0, 16384, 10, 1 > </globalOrc> > <globalSco/> > <instrumentText>ifreq = p4; =<20: pitch, >20: hz > ;kvol = p5; 0-1 > > ifreq = (p4 >= 20) ? ifreq : cpspch(ifreq) > kvol = (p5 == 0) ? <volume> : p5 > > ; setup > igain = .4 > > ; set values from BlueSynthBuilder > kdetune = <detune> > kdrift = <drift> > iattack = i(<attack>) > irelease= i(<release>) > kbright = <brightness> > kres = <resonance> > > ; envelopes > kattenv expsegr .0001, iattack, 1, p3-iattack, 1 > krelenv linsegr 1, p3-irelease, 1, irelease, .0001 > kampenv = kattenv * krelenv * igain * kvol > kfiltenv linsegr .1, iattack, 1, p3-iattack-irelease, 1, irelease, .1 > > ; lfos > klfo1 oscil .1, .02, git_instr_std_pad_sine > klfo2 oscil .09, .08, git_instr_std_pad_sine > klfo3 oscil .08, .03, git_instr_std_pad_sine > klfo4 oscil 1, .07, git_instr_std_pad_sine > klfo5 oscil .06, .07, git_instr_std_pad_sine > > ; calculate drift > kdrift1 = 1 + klfo1 * kdrift > kdrift2 = 1 + klfo2 * kdrift > kdrift3 = 1 + klfo3 * kdrift > kdrift4 = 1 + klfo4 * kdrift > kdrift5 = 1 + klfo5 * kdrift > > ; calculate detune > kdetune2= 1 + kdetune > kdetune3= 1 - kdetune > kdetune4= 1 + kdetune * 2 > kdetune5= 1 - kdetune * 2 > > ; oscillators > aosc1 vco2 10000, ifreq * kdrift1 > aosc2 vco2 10000, ifreq * kdrift2 * kdetune2 > aosc3 vco2 10000, ifreq * kdrift3 * kdetune3 > aosc4 vco2 10000, ifreq * kdrift4 * kdetune4 > aosc5 vco2 10000, ifreq * kdrift5 * kdetune5 > > ; mix > aoutl = (aosc1 + aosc2 + aosc5) * kampenv > aoutr = (aosc1 + aosc3 + aosc4) * kampenv > > ; filter > aoutl moogvcf2 aoutl, ifreq * kfiltenv * kbright, kres > aoutr moogvcf2 aoutr, ifreq * kfiltenv * kbright, kres > > ; output > blueMixerOut aoutl, aoutr</instrumentText> > <graphicInterface editEnabled='false'> > <uniqueNameManager nameIndex='-1' defaultPrefix='bsbObj'/> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>detune</objectName> > <x>15</x> > <y>59</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>0.03</maximum> > <value>5.9631944E-4</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>brightness</objectName> > <x>245</x> > <y>57</y> > <automationAllowed>true</automationAllowed> > <minimum>0.7</minimum> > <maximum>5.0</maximum> > <value>2.0090425</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>25</x> > <y>135</y> > <label>Detune</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>246</x> > <y>133</y> > <label>Brightness</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>attack</objectName> > <x>15</x> > <y>176</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>4.0</maximum> > <value>3.9631166</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>release</objectName> > <x>80</x> > <y>176</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>6.0</maximum> > <value>4.4072895</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>27</x> > <y>252</y> > <label>Attack</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>88</x> > <y>252</y> > <label>Release</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>resonance</objectName> > <x>179</x> > <y>57</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.0</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>179</x> > <y>133</y> > <label>Resonance</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>drift</objectName> > <x>80</x> > <y>59</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>0.04</maximum> > <value>0.010157062</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>89</x> > <y>135</y> > <label>OscDrift</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>volume</objectName> > <x>215</x> > <y>176</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>1.0</value> > <knobWidth>60</knobWidth> > <randomizable>false</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>224</x> > <y>252</y> > <label>Volume</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>51</x> > <y>163</y> > <label>Envelope</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>64</x> > <y>47</y> > <label>Tune</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>228</x> > <y>47</y> > <label>Filter</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>95</x> > <y>5</y> > <label><html><font > size="6"><b>SimplePad</b></font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>135</x> > <y>34</y> > <label>v 1.0</label> > </bsbObject> > </graphicInterface> > <bsbParameterList> > <parameter uniqueId='592814596' name='attack' label='' min='0.0' > max='4.0' resolution='-1.0' automationEnabled='false' value='3.9631166'> > <line name='' version='2' max='4.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='3.9631166'/> > </line> > </parameter> > <parameter uniqueId='592814594' name='brightness' label='' > min='0.7' max='5.0' resolution='-1.0' automationEnabled='false' > value='2.0090425'> > <line name='' version='2' max='5.0' min='0.7' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='2.0090425'/> > </line> > </parameter> > <parameter uniqueId='592814592' name='detune' label='' min='0.0' > max='0.03' resolution='-1.0' automationEnabled='false' value='5.9631944E-4'> > <line name='' version='2' max='0.03' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='5.9631944E-4'/> > </line> > </parameter> > <parameter uniqueId='592814602' name='drift' label='' min='0.0' > max='0.04' resolution='-1.0' automationEnabled='false' value='0.010157062'> > <line name='' version='2' max='0.04' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.010157062'/> > </line> > </parameter> > <parameter uniqueId='592814598' name='release' label='' min='0.0' > max='6.0' resolution='-1.0' automationEnabled='false' value='4.4072895'> > <line name='' version='2' max='6.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='4.4072895'/> > </line> > </parameter> > <parameter uniqueId='592814600' name='resonance' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.0'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='0.0'/> > </line> > </parameter> > <parameter uniqueId='592814604' name='volume' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='1.0'> > <line name='' version='2' max='1.0' min='0.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='1.0'/> > </line> > </parameter> > </bsbParameterList> > <presetGroup name='Presets'> > <preset name='Broad'> > <setting name='attack'>ver2:0.6366441846</setting> > <setting name='brightness'>ver2:4.2452983856</setting> > <setting name='detune'>ver2:0.0141768698</setting> > <setting name='drift'>ver2:0.0181177966</setting> > <setting name='release'>ver2:0.5798938274</setting> > <setting name='resonance'>ver2:0.2346863002</setting> > <setting name='volume'>ver2:1</setting> > </preset> > <preset name='Clean'> > <setting name='attack'>ver2:0.2642289102</setting> > <setting name='brightness'>ver2:1.6371881962</setting> > <setting name='detune'>ver2:0.007780904</setting> > <setting name='drift'>ver2:0.0199717227</setting> > <setting name='release'>ver2:0.8110548854</setting> > <setting name='resonance'>ver2:0.0216895808</setting> > <setting name='volume'>ver2:1</setting> > </preset> > <preset name='Default'> > <setting name='attack'>ver2:0.2642289102</setting> > <setting name='brightness'>ver2:1.6371881962</setting> > <setting name='detune'>ver2:0.007780904</setting> > <setting name='drift'>ver2:0.0199717227</setting> > <setting name='release'>ver2:0.8110548854</setting> > <setting name='resonance'>ver2:0.0216895808</setting> > <setting name='volume'>ver2:1</setting> > </preset> > <preset name='Fat Res Pad'> > <setting name='attack'>ver2:0.2681994438</setting> > <setting name='brightness'>ver2:4.1685290337</setting> > <setting name='detune'>ver2:0.0081682215</setting> > <setting name='drift'>ver2:0.0007644842</setting> > <setting name='release'>ver2:0.4104938507</setting> > <setting name='resonance'>ver2:0.8622580767</setting> > <setting name='volume'>ver2:1</setting> > </preset> > <preset name='Juno Pad'> > <setting name='attack'>ver2:0.6101962924</setting> > <setting name='brightness'>ver2:4.4088754654</setting> > <setting name='detune'>ver2:0.0053516296</setting> > <setting name='drift'>ver2:0.0015286976</setting> > <setting name='poles'>3</setting> > <setting name='release'>ver2:1.3698409796</setting> > <setting name='resonance'>ver2:0.0105522713</setting> > </preset> > <preset name='Res Pad'> > <setting name='attack'>ver2:0.2348282337</setting> > <setting name='brightness'>ver2:1.4702476263</setting> > <setting name='detune'>ver2:0.0047257631</setting> > <setting name='drift'>ver2:0.0251837783</setting> > <setting name='release'>ver2:0.9702304006</setting> > <setting name='resonance'>ver2:0.8561574221</setting> > <setting name='volume'>ver2:1</setting> > </preset> > <preset name='Singing'> > <setting name='attack'>ver2:0.6964899302</setting> > <setting name='brightness'>ver2:1.5670237541</setting> > <setting name='detune'>ver2:0.0002531424</setting> > <setting name='drift'>ver2:0.0280047208</setting> > <setting name='release'>ver2:1.0983794928</setting> > <setting name='resonance'>ver2:0.2818245292</setting> > <setting name='volume'>ver2:1</setting> > </preset> > <preset name='Soft Resonance'> > <setting name='attack'>ver2:0.2430044711</setting> > <setting name='brightness'>ver2:2.1071488857</setting> > <setting name='detune'>ver2:0.0038345507</setting> > <setting name='drift'>ver2:0.0239864197</setting> > <setting name='release'>ver2:0.7136330605</setting> > <setting name='resonance'>ver2:0.5574073792</setting> > <setting name='volume'>ver2:1</setting> > </preset> > <preset name='Soft Silk'> > <setting name='attack'>ver2:0.3043090403</setting> > <setting name='brightness'>ver2:0.6999999881</setting> > <setting name='detune'>ver2:0.0033865599</setting> > <setting name='drift'>ver2:0.0387590192</setting> > <setting name='release'>ver2:1.2145174742</setting> > <setting name='resonance'>ver2:0.7851583362</setting> > <setting name='volume'>ver2:1</setting> > </preset> > <preset name='Somethings wrong...'> > <setting name='attack'>ver2:0.2512800694</setting> > <setting name='brightness'>ver2:4.6492004395</setting> > <setting name='detune'>ver2:0.0278568193</setting> > <setting name='drift'>ver2:0.0009815024</setting> > <setting name='release'>ver2:1.2998261452</setting> > <setting name='resonance'>ver2:0.9578199387</setting> > <setting name='volume'>ver2:1</setting> > </preset> > <preset name='Wobler'> > <setting name='attack'>ver2:0.2057154626</setting> > <setting name='brightness'>ver2:2.0667073727</setting> > <setting name='detune'>ver2:0.0276475698</setting> > <setting name='drift'>ver2:0.0319891535</setting> > <setting name='release'>ver2:1.7733817101</setting> > <setting name='resonance'>ver2:0.9586243033</setting> > <setting name='volume'>ver2:1</setting> > </preset> > </presetGroup> > <opcodeList/> > </instrument> > </instrumentAssignment> > <instrumentAssignment arrangementId='sine' isEnabled='true'> > <instrument type='blue.orchestra.GenericInstrument'> > <name>sine</name> > <comment></comment> > <globalOrc>git_instr_sine_sine ftgen 0, 0, 1024, 10, > 1</globalOrc> > <globalSco></globalSco> > <instrumentText>ifreq = p4; =<20: pitch, >20: hz > ;kvol = p5; 0-1 > > iamp = 10000 > > ifreq = (p4 >= 20) ? ifreq : cpspch(ifreq) > iramp = .01 > > > a_de_click linsegr 0, iramp, 1, p3- (iramp*2), 1, iramp, 0 > aosc oscili iamp, ifreq, git_instr_sine_sine > > aosc = aosc * a_de_click > > > aoutl = aosc > aoutr = aosc > > ; output > blueMixerOut aoutl, aoutr</instrumentText> > <opcodeList/> > </instrument> > </instrumentAssignment> > </arrangement> > <mixer> > <enabled>true</enabled> > <extraRenderTime>0.0</extraRenderTime> > <channelList list='channels'> > <channel> > <name>bang</name> > <outChannel>Master</outChannel> > <level>-5.3</level> > <muted>false</muted> > <solo>false</solo> > <effectsChain bin='pre'/> > <effectsChain bin='post'> > <effect> > <name>SyncedDelay API</name> > <enabled>true</enabled> > <numIns>2</numIns> > <numOuts>2</numOuts> > <code>kTempo miditempo > iTempo = i(kTempo) > iLink = <FBLink> > > iTimeL = 60 / iTempo * <leftNom> / <leftDenom> > iTimeR = 60 / iTempo * <rightNom> / <rightDenom> > > iFBLeft = i(<FBLeft>) / 2 > iFBRight = (iLink == 1) ? iFBLeft : i(<FBRight>) /2 > iMix = i(<Mix>) > > aL init 0 > aR init 0 > > aL delayr iTimeL > delayw ain1 + iFBLeft * aL + iFBLeft * aR > aR delayr iTimeR > delayw ain2 + iFBRight * aR + iFBRight * aL > > aout1 ntrpol ain1,aL, iMix > aout2 ntrpol ain2,aR, iMix > </code> > <comments>csound book instr. 3040</comments> > <opcodeList/> > <graphicInterface editEnabled='false'> > <uniqueNameManager nameIndex='5' defaultPrefix='bsbObj'/> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>FBLeft</objectName> > <x>119</x> > <y>155</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.6901092</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>Mix</objectName> > <x>24</x> > <y>61</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.50462604</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>138</x> > <y>57</y> > <label>Left</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>242</x> > <y>55</y> > <label>Right</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>296</x> > <y>171</y> > <label>Feedback</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>25</x> > <y>134</y> > <label>Dry<>Wet</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>23</x> > <y>17</y> > <label><html><font size="+1">Synced > Delay</font></html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBCheckBox'> > <objectName>FBLink</objectName> > <x>181</x> > <y>167</y> > <label>Link</label> > <selected>true</selected> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>FBRight</objectName> > <x>234</x> > <y>155</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.56663656</value> > <knobWidth>50</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>320</x> > <y>98</y> > <label>Time</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>leftNom</objectName> > <x>123</x> > <y>95</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>1</name> > <value>1</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>2</name> > <value>2</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>3</name> > <value>3</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>4</name> > <value>4</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>5</name> > <value>5</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>6</name> > <value>6</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>7</name> > <value>7</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>4</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>158</x> > <y>95</y> > <label>/</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>leftDenom</objectName> > <x>165</x> > <y>95</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>1</name> > <value>1</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>2</name> > <value>2</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>4</name> > <value>4</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>8</name> > <value>8</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>16</name> > <value>16</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>3</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>rightNom</objectName> > <x>230</x> > <y>95</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>1</name> > <value>1</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>2</name> > <value>2</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>3</name> > <value>3</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>4</name> > <value>4</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>5</name> > <value>5</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>6</name> > <value>6</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>7</name> > <value>7</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>2</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>268</x> > <y>98</y> > <label>/</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBDropdown'> > <objectName>rightDenom</objectName> > <x>273</x> > <y>95</y> > <bsbDropdownItemList> > <bsbDropdownItem> > <name>1</name> > <value>1</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>2</name> > <value>2</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>4</name> > <value>4</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>8</name> > <value>8</value> > </bsbDropdownItem> > <bsbDropdownItem> > <name>16</name> > <value>16</value> > </bsbDropdownItem> > </bsbDropdownItemList> > <selectedIndex>3</selectedIndex> > <randomizable>true</randomizable> > </bsbObject> > </graphicInterface> > <bsbParameterList> > <parameter uniqueId='631334932' name='FBLeft' label='' > min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' > value='0.6901092'> > <line name='' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.6901092'/> > </line> > </parameter> > <parameter uniqueId='631334936' name='FBRight' label='' > min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' > value='0.56663656'> > <line name='' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.56663656'/> > </line> > </parameter> > <parameter uniqueId='631334934' name='Mix' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.50462604'> > <line name='' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.50462604'/> > </line> > </parameter> > </bsbParameterList> > </effect> > <effect> > <name>Advanced Reverb</name> > <enabled>true</enabled> > <numIns>2</numIns> > <numOuts>2</numOuts> > <code>korig = <dryMix> > krev = 1.0-korig > kfeed = <feed> > ilp1 = 1/10 > ilp2 = 1/23 > ilp3 = 1/41 > kroll = <cutoff> > > ajunk alpass ain1,1.7,.1 > aleft alpass ajunk,1.01,.07 > ajunk alpass ain2,1.5,.2 > aright alpass ajunk,1.33,.05 > kdel1 randi .01,1,.666 > kdel1 = kdel1 + .1 > addl1 delayr .3 > afeed1 deltapi kdel1 > afeed1 = afeed1 + kfeed*aleft > delayw aleft > > kdel2 randi .01,.95,.777 > kdel2 = kdel2 + .1 > addl2 delayr .3 > afeed2 deltapi kdel2 > afeed2 = afeed2 + kfeed*aright > delayw aright > > aglobin = (afeed1+afeed2)*.05 > atap1 comb aglobin,3.3,ilp1 > atap2 comb aglobin,3.3,ilp2 > atap3 comb aglobin,3.3,ilp3 > aglobrev alpass atap1+atap2+atap3,2.6,.085 > aglobrev tone aglobrev,kroll > > kdel3 randi .003,1,.888 > kdel3 = kdel3 + .05 > addl3 delayr .2 > agr1 deltapi kdel3 > delayw aglobrev > > kdel4 randi .003,1,.999 > kdel4 = kdel4 + .05 > addl4 delayr .2 > agr2 deltapi kdel4 > delayw aglobrev > > arevl = agr1+afeed1 > arevr = agr2+afeed2 > aout1 = (ain1*korig)+(arevl*krev) > aout2 = (ain2*korig)+(arevr*krev) > </code> > <comments>Advanced Reverb by Eric Lyon</comments> > <opcodeList/> > <graphicInterface editEnabled='false'> > <uniqueNameManager nameIndex='-1' defaultPrefix='bsbObj'/> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>dryMix</objectName> > <x>17</x> > <y>19</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.9115786</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>31</x> > <y>94</y> > <label>Dry Mix</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBHSlider'> > <objectName>cutoff</objectName> > <x>108</x> > <y>36</y> > <automationAllowed>true</automationAllowed> > <minimum>1.0</minimum> > <maximum>20000.0</maximum> > <resolution>1.0</resolution> > <value>4686.0</value> > <sliderWidth>300</sliderWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>218</x> > <y>72</y> > <label>Lowpass Freq. Cutoff</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>feed</objectName> > <x>23</x> > <y>129</y> > <automationAllowed>true</automationAllowed> > <minimum>0.0</minimum> > <maximum>1.0</maximum> > <value>0.9982526</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>27</x> > <y>208</y> > <label>Feedback</label> > </bsbObject> > </graphicInterface> > <bsbParameterList> > <parameter uniqueId='631334940' name='cutoff' label='' > min='1.0' max='20000.0' resolution='1.0' automationEnabled='false' > value='4686.0'> > <line name='' version='2' max='20000.0' min='1.0' > resolution='1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='4686.0'/> > </line> > </parameter> > <parameter uniqueId='631334938' name='dryMix' label='' > min='0.0' max='1.0' resolution='-1.0' automationEnabled='false' > value='0.9115786'> > <line name='' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.9115786'/> > </line> > </parameter> > <parameter uniqueId='631334942' name='feed' label='' min='0.0' > max='1.0' resolution='-1.0' automationEnabled='false' value='0.9982526'> > <line name='' version='2' max='1.0' min='0.0' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='0.9982526'/> > </line> > </parameter> > </bsbParameterList> > </effect> > </effectsChain> > <parameter uniqueId='631334930' name='Volume' label='dB' min='-96.0' > max='12.0' resolution='-1.0' automationEnabled='false' value='-5.3'> > <line name='' version='2' max='12.0' min='-96.0' resolution='-1.0' > color='-8355712' rightBound='false' endPointsLinked='false'> > <linePoint x='0.0' y='-5.3'/> > </line> > </parameter> > </channel> > <channel> > <name>mot</name> > <outChannel>Master</outChannel> > <level>-20.9</level> > <muted>false</muted> > <solo>false</solo> > <effectsChain bin='pre'> > <effect> > <name>AliasNoise v1.1</name> > <enabled>true</enabled> > <numIns>2</numIns> > <numOuts>2</numOuts> > <code>aout1 fold ain1, sr/<freq>/2 > aout2 fold ain2, sr/<freq>/2</code> > <comments>Author: Atte AndrÃ(c) Jensen (atte.dk), 2008 > > Emulates the effect of resampling without applying lowpass > filtering first. > > Changelog: > > 1.1 > * Frequency off by a factor 2.... > > 1.0 > * Initial release</comments> > <opcodeList/> > <graphicInterface editEnabled='false'> > <uniqueNameManager nameIndex='-1' defaultPrefix='bsbObj'/> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBKnob' > version='2'> > <objectName>freq</objectName> > <x>35</x> > <y>48</y> > <automationAllowed>true</automationAllowed> > <minimum>20.0</minimum> > <maximum>20000.0</maximum> > <value>8654.051</value> > <knobWidth>60</knobWidth> > <randomizable>true</randomizable> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>0</x> > <y>0</y> > <label><html><font > size="6"><b>AliasNoise</b></font><html></label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>50</x> > <y>30</y> > <label>v 1.1</label> > </bsbObject> > <bsbObject type='blue.orchestra.blueSynthBuilder.BSBLabel'> > <objectName></objectName> > <x>36</x> > <y>124</y> > <label>Frequency</label> > </bsbObject> > </graphicInterface> > <bsbParameterList> > <parameter uniqueId='631334888' name='freq' label='' min='20.0' > max='20000.0' resolution='-1.0' automationEnabled='false' value='8654.051'> > <line name='' version='2' max='20000.0' min='20.0' > resolution='-1.0' color='-8355712' rightBound='false' > endPointsLinked='false'> > <linePoint x='0.0' y='8654.051'/> > </line> > </parameter> > </bsbParameterList> > </effect> > </effectsChain> > <effectsChain bin='post'> > <effect> > <name>Chorus v1.0</name> > <enabled>true</enabled> > <numIns>2</numIns> > <numOuts>2</numOuts> > <code>isin ftgentmp 0, 0, 65537, 10, 1 > > ilevl = .3 ; Output level > ;idpth = 0.002 ; Depth in ms > idpth = <depth> ; Depth in ms > ;idelay = 0.01 ; Delay in ms > ;idelay = <delay> ; Delay in ms > ;imax = 0.25 ; Maximum LFO rate > ;imin = 0.5 ; Minimum LFO rate > imax = <maxLfo> ; Maximum LFO rate > imin = <minLfo> ; Minimum LFO rate > idelay = idpth * 2 + .1;imax;(idpth *2) + .01 > iwave = isin ; LFO waveform > > idiff = imax-imin > kwet = <wetDry> > > ain = ain1 + ain2 * .5 > > ain = ain * ilevl > i01 = rnd(idiff) > i02 = rnd(idiff) > i03 = rnd(idiff) > i04 = rnd(idiff) > i05 = rnd(idiff) > i06 = rnd(idiff) > i07 = rnd(idiff) > i08 = rnd(idiff) > i09 = rnd(idiff) > i10 = rnd(idiff) > i11 = rnd(idiff) > i12 = rnd(idiff) > alfo01 oscil idpth, i01 + imin, iwave > alfo02 oscil idpth, i02 + imin, iwave, .08 > alfo03 oscil idpth, i03 + imin, iwave, .17 > alfo04 oscil idpth, i04 + imin, iwave, .25 > alfo05 oscil idpth, i05 + imin, iwave, .33 > alfo06 oscil idpth, i06 + imin, iwave, .42 > alfo07 oscil idpth, i07 + imin, iwave, .50 > alfo08 oscil idpth, i08 + imin, iwave, .58 > alfo09 oscil idpth, i09 + imin, iwave, .67 > alfo10 oscil idpth, i10 + imin, iwave, .75 > alfo11 oscil idpth, i11 + imin, iwave, .83 > alfo12 oscil idpth, i12 + imin, iwave, .92 > atemp delayr idelay * 2; + idpth +.1 > ;atemp delayr idelay + idpth + .001 > a01 deltapi idelay + alfo01 > a02 deltapi idelay + alfo02 > a03 deltapi idelay + alfo03 > a04 deltapi idelay + alfo04 > a05 d > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Bluemusic-users mailing list > Bluemusic-users@... > https://lists.sourceforge.net/lists/listinfo/bluemusic-users > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Bluemusic-users mailing list Bluemusic-users@... https://lists.sourceforge.net/lists/listinfo/bluemusic-users |
|
|
Run blue from an *.app file (OS X)Hello all
I use Blue on the Mac. In order to run it, i open the Terminal and type the proper line. Surely, there must be a way to have an *.app (mac style) that would do this, you know, with dock icons and all. Does anyone know how this is done? Panos ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Bluemusic-users mailing list Bluemusic-users@... https://lists.sourceforge.net/lists/listinfo/bluemusic-users |
|
|
Re: Run blue from an *.app file (OS X)Drag your blue.command file to the right side of the Dock. Then you'll
have an easy access icon. -- Darren Nelsen http://www.curiomusic.com On Dec 16, 2008, at 2:49 AM, Panos Katergiathis wrote: > Hello all > > I use Blue on the Mac. In order to run it, i open the Terminal and > type the proper line. Surely, there must be a way to have an *.app > (mac style) that would do this, you know, with dock icons and all. > Does anyone know how this is done? > > Panos > > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, > Nevada. > The future of the web can't happen without you. Join us at MIX09 to > help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Bluemusic-users mailing list > Bluemusic-users@... > https://lists.sourceforge.net/lists/listinfo/bluemusic-users > ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Bluemusic-users mailing list Bluemusic-users@... https://lists.sourceforge.net/lists/listinfo/bluemusic-users |
|
|
Re: Run blue from an *.app file (OS X)Thank you Darren. Unfortunately, it did not work. Anyone? Panos On Dec 16, 2008, at 12:41 PM, Darren Nelsen wrote: > Drag your blue.command file to the right side of the Dock. Then you'll > have an easy access icon. > > -- > Darren Nelsen > http://www.curiomusic.com > > On Dec 16, 2008, at 2:49 AM, Panos Katergiathis wrote: > >> Hello all >> >> I use Blue on the Mac. In order to run it, i open the Terminal and >> type the proper line. Surely, there must be a way to have an *.app >> (mac style) that would do this, you know, with dock icons and all. >> Does anyone know how this is done? >> >> Panos >> >> >> >> ------------------------------------------------------------------------------ >> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, >> Nevada. >> The future of the web can't happen without you. Join us at MIX09 to >> help >> pave the way to the Next Web now. Learn more and register at >> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ >> _______________________________________________ >> Bluemusic-users mailing list >> Bluemusic-users@... >> https://lists.sourceforge.net/lists/listinfo/bluemusic-users >> > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, > Nevada. > The future of the web can't happen without you. Join us at MIX09 to > help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Bluemusic-users mailing list > Bluemusic-users@... > https://lists.sourceforge.net/lists/listinfo/bluemusic-users ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Bluemusic-users mailing list Bluemusic-users@... https://lists.sourceforge.net/lists/listinfo/bluemusic-users |
|
|
Re: Run blue from an *.app file (OS X)
Dear Panos,
for me it only works if I do drag the blue.command icon onto the lower part of the doc, next to where the folders reside. Does this work? Jan Jacob sound | movement | object | space sonic architecture | site: http://www.sonicarchitecture.de spatial electronic composition | 2nd order ambisonic music Am 17.12.2008 um 09:27 schrieb Panos Katergiathis:
------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Bluemusic-users mailing list Bluemusic-users@... https://lists.sourceforge.net/lists/listinfo/bluemusic-users |
| Free embeddable forum powered by Nabble | Forum Help |