BOSS 980000 SoundCollectionPointfobjectRepresented:location:lastViewRectangle:lastIconSize:SoundCollectionaname:sounds:SoundCollection23364OrderedCollectionabaSoundPointaobjectRepresented:location:AbstractedSoundClassuname:structureSound:icon:smallIcon:useFancyIcon:parameterSpecifications:classDescription:shouldExpandFirst:ioProfile:SimulatedAnnealingAnnotation uname:input:text:flyByOnly:showControllerMappings:Simulated Annealing Class ModelMusicNoname:inputs:script:left:right:retrograde:reverse:SA-Script*dLevelsname:input:left:right:noGain:interpolation:voice1SuperSample gname:frequency:gate:sample:setLoop:loopStart:loopEnd:loopFade:reverse:start:end:fromMemoryWriter:attackTime:releaseTime:scale:SampleLazyMessageSendareceiver:message:LazyVariableaname:frequencyMessageabhzArraya``a1sampleFile`a`aTimeInSamplesaaaTimeInSecondsaagca1level1(none#voice2(+?frequency hz a>`a`a!a%gca1level21*#voice3(+?frequency hz a>`a`a!a%gca1level39*#voice4(+-069;`a>`a`a!a%gca1level4#*KymaCodeString pstring:bindings:"Simulated Annealing" | temperature temperatureDecrement freqs timeOffset timeOffsetIncrement rand oldEnergy newEnergy measureEnergy perturbPitches| rand := Random newForKymaWithSeed: ?seed. " seed from my Muse" temperature := 1.0. temperatureDecrement := 0.01. "smaller values yield longer evolution" temperatureDecrement := ?temperatureDecrement. timeOffset := 0. timeOffsetIncrement := 0.5. "seconds" timeOffsetIncrement := ?timeOffsetIncrement. "seconds" freqs := #(220 440 610 620). "Der Wanderer" freqs := Array with: ?freq1 with: ?freq2 with: ?freq3 with: ?freq4. " define block to measure energy of an array of frequencies where energy is proportional to dissonance" measureEnergy := [ :freqs | |sFreqs targetRatios totalEnergy | "returns measure of dissonance, assuming harmonic partials" targetRatios := #(1.0 1.5 1.3333 1.25 1.2 1.13 1.07). "P1 P5 P4 M3 m3 M2 m2, interval classes in Just intonation" totalEnergy := 0.0. sFreqs := freqs asSortedCollection. "order frequncies, lowest to highest" 2 to: sFreqs size do: [:i | | ratio lowestEnergyFound| "compare all frequencies to the first, pairwise" ratio := (sFreqs at: i) asFloat / (sFreqs at: 1) asFloat. lowestEnergyFound := 10000.0. "initialize to large value, ensuring replacement when initially tested against a ratio" "determine proximity to a target ratio" 1 to: targetRatios size do: [:index | |proximity energy| 1 to: 5 do: [ :octave | "for each target ratio, check up to 5 octaves above" proximity := (ratio - ((targetRatios at: index) * octave)) abs. (proximity < lowestEnergyFound) ifTrue: [lowestEnergyFound := proximity]. "looking for closest target ratio at each octave" ]. "energy measure is proportional to targetRatios index: earlier indices are lower energy, i.e., more consonant intervals" energy := lowestEnergyFound * index. totalEnergy := totalEnergy + energy. ] ]. totalEnergy "return overall energy (dissonance)" ]. "define block to generate random pitch perturbations" perturbPitches := [:freqs | | newFreqs currFreq centsOffset pitchFactor| newFreqs := freqs copy. "new candidate freqs are derived from current freqs" 1 to: freqs size do: [ :i | currFreq := freqs at: i. centsOffset := ?minCentsOffset + (rand next * (?maxCentsOffset - ?minCentsOffset)). pitchFactor := 2 raisedTo: (centsOffset/1200). (rand next > 0.5) ifTrue: [pitchFactor := pitchFactor reciprocal]. "randomly vary pitch direction change" newFreqs at: i put: (currFreq * pitchFactor). ]. newFreqs ]. " main loop: continue play, generate and test cycle until temperature is zero" " -as temperature decreases, we accept worse solutions with decreasing likelihood" [temperature > 0.0 ] whileTrue: [ |newFreqs deltaEnergy | "first, play our current 'solution" "NB: tones will be elided since wavetable is read at frequency-dependent rates (not isochronous)" 1 to: freqs size do: [:i | (inputs at: i) start: timeOffset s frequency: (freqs at: i) hz]. newFreqs := perturbPitches value: freqs. "generate random pitch perturbations" oldEnergy:= measureEnergy value: freqs. "get current energy" newEnergy := measureEnergy value: newFreqs. "get new envergy" deltaEnergy := newEnergy - oldEnergy. (deltaEnergy < 0.0) ifTrue: [freqs := newFreqs. ] "new freqs are lower energy, go with them" ifFalse: [ ((deltaEnergy/temperature) < 10.0) ifTrue: [ "randomly accept higher energy freqs with decreasing likelihood, i.e. as temperature gets lower" ((deltaEnergy / temperature) negated exp > rand next) ifTrue: [freqs := newFreqs.] ifFalse: ["stay with old"]. ] ]. temperature := temperature - temperatureDecrement. timeOffset := timeOffset + timeOffsetIncrement. ]. BindingListad`aaThis sound implements an algorithmic composition technique based on simulated annealing. Simulated annealing belongs to a class of probabilistic algorithms where large search spaces can be explored using a generate and test approach, and an optimal solution is not required. In a musical context, the initial state is an arbitrary set of pitches. These pitches are tested according to a criterion, such as relative consonance, then microtonally perturbed and re-tested according to this same criterion. This process continues until a goal state or some arbitrary practical limit is reached. Thus, the resulting music is an emergent property of the search process. Unlike optimization problems where the goal is a solution, algorithmic composition using simulated annealing is all about the journey and not the destination.Depth1ImageahByteArraya`` "  AB@ YH@  D *)" @! a!Mism``aaMonoMappedPalette rgWordArraya`l``````;ddddab`aad04` $  $@$ppaaKymaMappedPaletteafiD iD!"iD#$iD%&iD'(iD)*iD+,iD-.iD/0iD12iD34iD56iD78iD9:iD;iD?@iDABiDCDiDEFiDGHiDIJiDKLiDMNiDOPiDQRiDSTiDUViDWXiDYZiD[\iD]^iD_`iDabiDcdiDefiDghiDijiDkliDmniDopiDqriDstiDuviDwxiDyziD{|iD}~jEe+u,qAssociationabBasicLook/8b4h0!eiD iD!"iD#$iD%&iD'(iD)*iD+,jD-.Ee!e"inheritingFrom:038c4i0!re(OS-X\windowBackground.gif*/windowBackground:8c4i0!re(OS-X\dialogBackground.gif*/dialogBackground:ĪColorValue/red:green:blue:selectionBackgroundColor:fieldFocusColor:8c4i0!re(OS-X\menuBackground.gif*/menuBackground:8c4i0!re(OS-X\menuSelectedBackground.gif*/menuSelectedBackground:8b4h0!e(;j#family;dLucida SansLucida GrandeVerdana*#pixelSizem#leading`#baselinem#lineGridp#italic#boldness#underline#color#alignment`synthesizeTextStyle:systemFont:8b4h0!e(;j#%;dLucida SansLucida GrandeVerdana*#,m#.`#0m#2p#4#6bc#8#:#<`=systemEmphasizedFont:8b4h0!e(;j#%;dLucida SansLucida GrandeVerdana*#,l#.`#0l#2o#4#6#8#:#<`=systemListFont:8b4h0!e(;j#%;dLucida SansLucida GrandeVerdana*#,k#.`#0k#2n#4#6#8#:#<`=systemSmallFont:&systemSmallEmphasizedFont:8b4h0!e(;j#%;dLucida SansLucida GrandeVerdana*#,j#.`#0j#2m#4#6#8#:#<`=systemLabelFont:8b4h0!e(;j#%;dLucida SansLucida GrandeVerdana*#,i#.`#0i#2l#4#6#8#:#<`=systemMiniFont:8b4h0!e(;j#%;bVerdana*#,m#.`#0m#2p#4#6#8#:#<`=applicationFont:8b4h0!e(;j#%;bVerdana*#,m#.`#0m#2p#4#6bc#8#:#<`=applicationEmphasizedFont:8b4h0!e(;j#%;bVerdana*#,l#.`#0l#2o#4#6#8#:#<`=applicationListFont:8b4h0!e(;j#%;bVerdana*#,k#.`#0k#2n#4#6#8#:#<`=applicationSmallFont:8b4h0!e(;j#%;bVerdana*#,k#.`#0k#2n#4#6bc#8#:#<`=applicationSmallEmphasizedFont:8b4h0!e(;j#%;bVerdana*#,j#.`#0j#2m#4#6#8#:#<`=applicationLabelFont:8b4h0!e(;j#%;bVerdana*#,i#.`#0i#2l#4#6#8#:#<`=applicationMiniFont:8b4h0!e(;k#%;cCourierCourier New*#,m#fixedTabs`#.`#0m#2p#4#6#8#:#<`=applicationFixedFont:;j#%;dLucida SansLucida GrandeVerdana*#,k#.`#0k#2n#4#6bc#8#:#<`=*hScrollRightDisabledMac48b4h0!e=z4r4hDiDiDiDiD iD iD iD0iD2iD4iD6iD8iD:iDiD iD!"iD#$iD%&iD'(iD)*iD+,iD-.iD/0iD12iD34iD56iD78iD9:iD;iD?@iDABiDCDiDEFiDGHiDIJiDKLiDMNiDOPiDQRiDSTiDUViDWXiDYZiD[\iD]^iD_`iDabiDcdiDefiDghiDijiDkliDmniDopiDqriDstiDuviDwxiDyziD{|iD}~iDiDiDiDiDiDiDiDiDiDiDiDiDjEe!i"8b4h0!e>OS-X\hThumbCap.gif*hThumbCapMac:8c4i0!re>OS-X\hThumbMid.gif*/hThumbMidMac:8b4h0!e>OS-X\hThumbEnd.gif*hThumbEndMac:8b4h0!e>OS-X\hDeThumbCap.gif*hDeThumbCapMac:8c4i0!re>OS-X\hDeThumbMid.gif*/hDeThumbMidMac:8b4h0!e>OS-X\hDeThumbEnd.gif*hDeThumbEndMac:8b4h0!e>OS-X\hScrollCap.gif*hScrollBarCapMac:8c4i0!re>OS-X\hScrollMid.gif*/hScrollBarMidMac:8b4h0!e>OS-X\hScrollEnd.gif*hScrollBarEndMac:8b4h0!e>OS-X\hScrollLeftUp.gif*hScrollLeftUpMac:8b4h0!e>OS-X\hScrollLeftDown.gif*hScrollLeftDownMac:8b4h0!e>OS-X\hScrollLeftDisabled.gif*hScrollLeftDisabledMac:8b4h0!e>OS-X\hScrollRightUp.gif*hScrollRightUpMac:8b4h0!e>OS-X\hScrollRightDown.gif*hScrollRightDownMac:OS-X\vThumbCap.gif*vThumbCapMac:8c4i0!re>OS-X\vThumbMid.gif*/vThumbMidMac:8b4h0!e>OS-X\vThumbEnd.gif*vThumbEndMac:8b4h0!e>OS-X\vDeThumbCap.gif*vDeThumbCapMac:8c4i0!re>OS-X\vDeThumbMid.gif*/vDeThumbMidMac:8b4h0!e>OS-X\vDeThumbEnd.gif*vDeThumbEndMac:8b4h0!e>OS-X\vScrollCap.gif*vScrollBarCapMac:8c4i0!re>OS-X\vScrollMid.gif*/vScrollBarMidMac:8b4h0!e>OS-X\vScrollEnd.gif*vScrollBarEndMac:8b4h0!e>OS-X\vScrollUpUp.gif*vScrollUpUpMac:8b4h0!e>OS-X\vScrollUpDown.gif*vScrollUpDownMac:8b4h0!e>OS-X\vScrollUpDisabled.gif*vScrollUpDisabledMac:8b4h0!e>OS-X\vScrollDownUp.gif*vScrollDownUpMac:8b4h0!e>OS-X\vScrollDownDown.gif*vScrollDownDownMac:8b4h0!e>OS-X\vScrollDownDisabled.gif*vScrollDownDisabledMac:8b4h0!e>OS-X\vGrowDown.gif*vGrowDownMac:8b4h0!e>OS-X\vGrowUp.gif*vGrowUpMac:8b4h0!e>OS-X\vGrowDisabled.gif*vGrowDisabledMac:8b4h0!e>OS-X\vShrinkDown.gif*vShrinkDownMac:8b4h0!e>OS-X\vShrinkUp.gif*vShrinkUpMac:8b4h0!e>OS-X\vShrinkDisabled.gif*vShrinkDisabledMac:8b4h0!e>OS-X\hGrowDown.gif*hGrowDownMac:8b4h0!e>OS-X\hGrowUp.gif*hGrowUpMac:8b4h0!e>OS-X\hGrowDisabled.gif*hGrowDisabledMac:8b4h0!e>OS-X\hShrinkDown.gif*hShrinkDownMac:8b4h0!e>OS-X\hShrinkUp.gif*hShrinkUpMac:8b4h0!e>OS-X\hShrinkDisabled.gif*hShrinkDisabledMac:8b4h0!e>OS-X\hFitDown.gif*hFitDownMac:8b4h0!e>OS-X\hFitUp.gif*hFitUpMac:8b4h0!e>OS-X\hFitDisabled.gif*hFitDisabledMac:8b4h0!e>OS-X\spaceFiller.gif*spaceFillerMac:8b4h0!e>OS-X\buttonNormalDownCap.gif*buttonNormalDownCapMac:8c4i0!re>OS-X\buttonNormalDownMid.gif*/buttonNormalDownMidMac:8b4h0!e>OS-X\buttonNormalDownEnd.gif*buttonNormalDownEndMac:8b4h0!e>OS-X\buttonNormalUpCap.gif*buttonNormalUpCapMac:8c4i0!re>OS-X\buttonNormalUpMid.gif*/buttonNormalUpMidMac:8b4h0!e>OS-X\buttonNormalUpEnd.gif*buttonNormalUpEndMac:8b4h0!e>OS-X\buttonNormalDisCap.gif*buttonNormalDisCapMac:8c4i0!re>OS-X\buttonNormalDisMid.gif*/buttonNormalDisMidMac:8b4h0!e>OS-X\buttonNormalDisEnd.gif*buttonNormalDisEndMac:8b4h0!e>OS-X\buttonSmallNormalDownCap.gif*buttonSmallNormalDownCapMac:8c4i0!re>OS-X\buttonSmallNormalDownMid.gif*/buttonSmallNormalDownMidMac:8b4h0!e>OS-X\buttonSmallNormalDownEnd.gif*buttonSmallNormalDownEndMac:8b4h0!e>OS-X\buttonSmallNormalUpCap.gif*buttonSmallNormalUpCapMac:8c4i0!re>OS-X\buttonSmallNormalUpMid.gif*/buttonSmallNormalUpMidMac:8b4h0!e>OS-X\buttonSmallNormalUpEnd.gif*buttonSmallNormalUpEndMac:8b4h0!e>OS-X\buttonSmallNormalDisCap.gif*buttonSmallNormalDisCapMac:8c4i0!re>OS-X\buttonSmallNormalDisMid.gif*/buttonSmallNormalDisMidMac:8b4h0!e>OS-X\buttonSmallNormalDisEnd.gif*buttonSmallNormalDisEndMac:8b4h0!e>OS-X\buttonSmallDMenuFlatDownCap.gif*buttonSmallDMenuFlatDownCapMac:8c4i0!re>OS-X\buttonSmallDMenuFlatDownMid.gif*/buttonSmallDMenuFlatDownMidMac:8b4h0!e>OS-X\buttonSmallDMenuFlatDownEnd.gif*buttonSmallDMenuFlatDownEndMac:8b4h0!e>OS-X\buttonSmallFlatDownEnd.gif*buttonSmallFlatDownEndMac:8b4h0!e>OS-X\buttonSmallDMenuFlatUpCap.gif*buttonSmallDMenuFlatUpCapMac:8c4i0!re>OS-X\buttonSmallDMenuFlatUpMid.gif*/buttonSmallDMenuFlatUpMidMac:8b4h0!e>OS-X\buttonSmallDMenuFlatUpEnd.gif*buttonSmallDMenuFlatUpEndMac:8b4h0!e>OS-X\buttonSmallFlatUpEnd.gif*buttonSmallFlatUpEndMac:8b4h0!e>OS-X\buttonSmallDMenuFlatDisCap.gif*buttonSmallDMenuFlatDisCapMac:8c4i0!re>OS-X\buttonSmallDMenuFlatDisMid.gif*/buttonSmallDMenuFlatDisMidMac:8b4h0!e>OS-X\buttonSmallDMenuFlatDisEnd.gif*buttonSmallDMenuFlatDisEndMac:8b4h0!e>OS-X\buttonSmallFlatDisEnd.gif*buttonSmallFlatDisEndMac:"OS-X\hScrollRightDisabled.gif**debossGradientDown1948b4h0!e=a4l4hDiDiDiDiD iD iD iD0iD2iD4iD6iD8iD:iDiD iD!"iD#$iD%&iD'(iD)*iD+,iD-.iD/0iD12iD34iD56iD78iD9:iD;iD?@iDABiDCDiDEFiDGHiDIJiDKLiDMNiDOPiDQRiDSTiDUViDWXiDYZiD[\iD]^iD_`iDabiDcdiDefiDghiDijiDkliDmniDopiDqriDstiDuviDwxiDyziD{|jD}~fEe! i"8b4h0!e2buttons\modifyAmpUp19.gif*modifyAmpUp19:8b4h0!e2buttons\modifyFreqUp19.gif*modifyFreqUp19:8b4h0!e2buttons\modifyFreqDown19.gif*modifyFreqDown19:8b4h0!e2buttons\modifyAmpDown19.gif*modifyAmpDown19:8b4h0!e2buttons\modifyScaleUp19.gif*modifyScaleUp19:8b4h0!e2buttons\modifyScaleDown19.gif*modifyScaleDown19:8b4h0!e2buttons\modifyOffsetUp19.gif*modifyOffsetUp19:8b4h0!e2buttons\modifyOffsetDown19.gif*modifyOffsetDown19:8b4h0!e2buttons\modifySetUp19.gif*modifySetUp19:8b4h0!e2buttons\modifySetDown19.gif*modifySetDown19:8b4h0!e2buttons\modifyRubberbandUp19.gif*modifyRubberbandUp19:8b4h0!e2buttons\modifyConstantUp19.gif*modifyConstantUp19:8b4h0!e2buttons\modifyConstantDown19.gif*modifyConstantDown19:8b4h0!e2buttons\modifyRubberbandDown19.gif*modifyRubberbandDown19:8b4h0!e2buttons\modifySpectAmpUp19.gif*modifySpectAmpUp19:8b4h0!e2buttons\modifySpectAmpDown19.gif*modifySpectAmpDown19:8b4h0!e2buttons\modifySpectFreqUp19.gif*modifySpectFreqUp19:8b4h0!e2buttons\modifySpectFreqDown19.gif*modifySpectFreqDown19:8b4h0!e2buttons\modifyWavetableXUp19.gif*modifyWavetableXUp19:8b4h0!e2buttons\modifyWavetableXDown19.gif*modifyWavetableXDown19:8b4h0!e2buttons\modifyWavetableYUp19.gif*modifyWavetableYUp19:8b4h0!e2buttons\modifyWavetableYDown19.gif*modifyWavetableYDown19:8b4h0!e2buttons\modifyRadialUp19.gif*modifyRadialUp19:8b4h0!e2buttons\modifyRadialDown19.gif*modifyRadialDown19:8b4h0!e2buttons\modifyLinearUp19.gif*modifyLinearUp19:8b4h0!e2buttons\modifyLinearDown19.gif*modifyLinearDown19:8b4h0!e2buttons\deSelectionUp19.gif*deSelectionUp19:8b4h0!e2buttons\deSelectionDown19.gif*deSelectionDown19:8b4h0!e2buttons\infoSelectionUp19.gif*infoSelectionUp19:8b4h0!e2buttons\infoSelectionDown19.gif*infoSelectionDown19:8b4h0!e2buttons\drawSelectionUp19.gif*drawSelectionUp19:8b4h0!e2buttons\drawSelectionDown19.gif*drawSelectionDown19:8b4h0!e2buttons\drawControlPointsUp19.gif*drawControlPointsUp19:8b4h0!e2buttons\drawControlPointsDown19.gif*drawControlPointsDown19:8b4h0!e2buttons\drawMultiUp19.gif*drawMultiUp19:8b4h0!e2buttons\drawMultiDown19.gif*drawMultiDown19:8b4h0!e2buttons\drawSprayPaintUp19.gif*drawSprayPaintUp19:8b4h0!e2buttons\drawSprayPaintDown19.gif*drawSprayPaintDown19:8b4h0!e2buttons\drawSelfSimilarUp19.gif*drawSelfSimilarUp19:8b4h0!e2buttons\drawSelfSimilarDown19.gif*drawSelfSimilarDown19:8b4h0!e2buttons\drawEraserUp19.gif*drawEraserUp19:8b4h0!e2buttons\drawEraserDown19.gif*drawEraserDown19:8b4h0!e2buttons\hiddenLogLinUp19.gif*hiddenLogLinUp19:8b4h0!e2buttons\hiddenLogLinDown19.gif*hiddenLogLinDown19:8b4h0!e2buttons\joinDotsUp19.gif*joinDotsUp19:8b4h0!e2buttons\joinDotsDown19.gif*joinDotsDown19:8b4h0!e2buttons\shapeFrameIntervalUp19.gif*shapeFrameIntervalUp19:8b4h0!e2buttons\shapeFrameIntervalDown19.gif*shapeFrameIntervalDown19:8b4h0!e2faders\verticalYellowMarker.gif*verticalYellowMarker:8b4h0!e2faders\horizontalYellowMarker.gif*horizontalYellowMarker:8b4h0!e2buttons\embossGradientUp19.gif*embossGradientUp19:8b4h0!e2buttons\embossGradientDown19.gif*embossGradientDown19:8b4h0!e2buttons\debossGradientUp19.gif*debossGradientUp19:0debossGradientDown19:8b4h0!e2buttons\stencilGradientUp19.gif*stencilGradientUp19:8b4h0!e2buttons\stencilGradientDown19.gif*stencilGradientDown19:8b4h0!e2buttons\stampGradientUp19.gif*stampGradientUp19:8b4h0!e2buttons\stampGradientDown19.gif*stampGradientDown19:8b4h0!e2buttons\jitterLabel9.gif*jitterLabel9:8b4h0!e2buttons\recursionLabel9.gif*recursionLabel9:8b4h0!e2buttons\smoothingLabel9.gif*smoothingLabel9:8b4h0!e2buttons\scalingLabel9.gif*scalingLabel9:8b4h0!e2misc\mixPoint9.gif*mixPoint9:+zapCachebuttons\debossGradientDown19.gif**vDeThumbGrabWin4=*stencilGradientDown194-*colorSetGrayScaleUp1948b4h0!e=e4~DEEEEf9hDiDiD iD iDiD1iD3iD5iD7iD9iD;iD=iD?iD !iD"#iD$%iD&'iD()iD*+iD,-iD./iD01iD23iD45iD67iD89iD:;iD<=iD>?iD@AiDBCiDDEiDFGiDHIiDJKiDLMiDNOiDPQiDRSiDTUiDVWiDXYiDZ[iD\]iD^_iD`aiDbciDdeiDfgiDhiiDjkiDlmiDnoiDpqiDrsiDtuiDvwiDxyiDz{iD|}iD~iDjDEEe!qinitializeBasicButtonIconsinitializeTimelineButtonIconsinitializeFileOrganizerButtonIconsinitializeVCSButtonIconsinitializeTAUButtonIcons"8b4h0!e8misc\warn.gif*warnIcon:8b4h0!e8misc\stop.gif*stopIcon:8b4h0!e8misc\speakers\speaker.gif*speaker:8b4h0!e8buttons\disk21.gif*disk21:8b4h0!e8buttons\dropDownUp17.gif*dropDownUp17:8b4h0!e8buttons\dropDownUp19.gif*dropDownUp19:8b4h0!e8buttons\dropDownDown19.gif*dropDownDown19:8b4h0!e8buttons\makeSelectionUp19.gif*makeSelectionUp19:8b4h0!e8buttons\editSelectionUp19.gif*editSelectionUp19:8b4h0!e8buttons\noSelectionUp19.gif*noSelectionUp19:8b4h0!e8buttons\warpSelectionUp19.gif*warpSelectionUp19:8b4h0!e8buttons\makeSelectionDown19.gif*makeSelectionDown19:8b4h0!e8buttons\editSelectionDown19.gif*editSelectionDown19:8b4h0!e8buttons\noSelectionDown19.gif*noSelectionDown19:8b4h0!e8buttons\warpSelectionDown19.gif*warpSelectionDown19:8b4h0!e8buttons\shapeRectangleUp19.gif*shapeRectangleUp19:8b4h0!e8buttons\shapeEllipseUp19.gif*shapeEllipseUp19:8b4h0!e8buttons\shapePolygonUp19.gif*shapePolygonUp19:8b4h0!e8buttons\shapeTrackUp19.gif*shapeTrackUp19:8b4h0!e8buttons\shapeRectangleDown19.gif*shapeRectangleDown19:8b4h0!e8buttons\shapeEllipseDown19.gif*shapeEllipseDown19:8b4h0!e8buttons\shapePolygonDown19.gif*shapePolygonDown19:8b4h0!e8buttons\shapeTrackDown19.gif*shapeTrackDown19:8b4h0!e8buttons\combinationSingleUp19.gif*combinationSingleUp19:8b4h0!e8buttons\combinationPlusUp19.gif*combinationPlusUp19:8b4h0!e8buttons\combinationTimesUp19.gif*combinationTimesUp19:8b4h0!e8buttons\combinationMinusUp19.gif*combinationMinusUp19:8b4h0!e8buttons\combinationSingleDown19.gif*combinationSingleDown19:8b4h0!e8buttons\combinationPlusDown19.gif*combinationPlusDown19:8b4h0!e8buttons\combinationTimesDown19.gif*combinationTimesDown19:8b4h0!e8buttons\combinationMinusDown19.gif*combinationMinusDown19:8b4h0!e8buttons\combinationFrontDown19.gif*combinationFrontDown19:8b4h0!e8buttons\combinationFrontUp19.gif*combinationFrontUp19:8b4h0!e8buttons\cursorLoopFwdBkwdPlayUp19.gif*cursorLoopFwdBkwdPlayUp19:8b4h0!e8buttons\cursorLoopSelPlayUp19.gif*cursorLoopSelPlayUp19:8b4h0!e8buttons\cursorLoopPlayUp19.gif*cursorLoopPlayUp19:8b4h0!e8buttons\cursorNormalPlayUp19.gif*cursorNormalPlayUp19:8b4h0!e8buttons\cursorLoopFwdBkwdPlayDown19.gif*cursorLoopFwdBkwdPlayDown19:8b4h0!e8buttons\cursorLoopSelPlayDown19.gif*cursorLoopSelPlayDown19:8b4h0!e8buttons\cursorLoopPlayDown19.gif*cursorLoopPlayDown19:8b4h0!e8buttons\cursorNormalPlayDown19.gif*cursorNormalPlayDown19:8b4h0!e8buttons\renderSOSUp19.gif*renderSOSUp19:8b4h0!e8buttons\renderGrainUp19.gif*renderGrainUp19:8b4h0!e8buttons\renderImpulseUp19.gif*renderImpulseUp19:8b4h0!e8buttons\renderFilterUp19.gif*renderFilterUp19:8b4h0!e8buttons\renderSamplesUp19.gif*renderSamplesUp19:8b4h0!e8buttons\createModuleUp19.gif*createModuleUp19:8b4h0!e8buttons\renderSOSDown19.gif*renderSOSDown19:8b4h0!e8buttons\renderGrainDown19.gif*renderGrainDown19:8b4h0!e8buttons\renderImpulseDown19.gif*renderImpulseDown19:8b4h0!e8buttons\renderFilterDown19.gif*renderFilterDown19:8b4h0!e8buttons\renderSamplesDown19.gif*renderSamplesDown19:8b4h0!e8buttons\createModuleDown19.gif*createModuleDown19:8b4h0!e8buttons\hearAllUp19.gif*hearAllUp19:8b4h0!e8buttons\hearSelUp19.gif*hearSelUp19:8b4h0!e8buttons\hearAllDown19.gif*hearAllDown19:8b4h0!e8buttons\hearSelDown19.gif*hearSelDown19:6colorSetGrayScaleUp19:8b4h0!e8buttons\colorSetInvGrayScaleUp19.gif*colorSetInvGrayScaleUp19:8b4h0!e8buttons\colorSetRainbowUp19.gif*colorSetRainbowUp19:8b4h0!e8buttons\colorSetGrayScaleDown19.gif*colorSetGrayScaleDown19:8b4h0!e8buttons\colorSetInvGrayScaleDown19.gif*colorSetInvGrayScaleDown19:8b4h0!e8buttons\colorSetRainbowDown19.gif*colorSetRainbowDown19:initializeMoreIconButtonsbuttons\colorSetGrayScaleUp19.gif**vScrollDownDisabledWin4=*hShrinkUpWin4)*playDown1948b4h0!e=t4 z4hDiDiDiDiD iD iD iD0iD2iD4iD6iD8iD:iDiD iD!"iD#$iD%&iD'(iD)*iD+,iD-.iD/0iD12iD34iD56iD78iD9:iD;iD?@iDABiDCDiDEFiDGHiDIJiDKLiDMNiDOPiDQRiDSTiDUViDWXiDYZiD[\iD]^iD_`iDabiDcdiDefiDghiDijiDkliDmniDopiDqrjsEe! q"8b4h0!e"buttons\pauseUp19.gif*pauseUp19:8b4h0!e"buttons\pauseDown19.gif*pauseDown19:8b4h0!e"buttons\playUp19.gif*playUp19: playDown19:8b4h0!e"buttons\prevMarkerUp19.gif*prevMarkerUp19:8b4h0!e"buttons\prevMarkerDown19.gif*prevMarkerDown19:8b4h0!e"buttons\nextMarkerUp19.gif*nextMarkerUp19:8b4h0!e"buttons\nextMarkerDown19.gif*nextMarkerDown19:8b4h0!e"buttons\prevTimeUp19.gif*prevTimeUp19:8b4h0!e"buttons\prevTimeDown19.gif*prevTimeDown19:8b4h0!e"buttons\nextTimeUp19.gif*nextTimeUp19:8b4h0!e"buttons\nextTimeDown19.gif*nextTimeDown19:8b4h0!e"buttons\newMarkerUp19.gif*newMarkerUp19:8b4h0!e"buttons\newMarkerDown19.gif*newMarkerDown19:8b4h0!e"buttons\newMarkersUp19.gif*newMarkersUp19:8b4h0!e"buttons\newMarkersDown19.gif*newMarkersDown19:8b4h0!e"buttons\anchorUp19.gif*anchorUp19:8b4h0!e"buttons\anchorDown19.gif*anchorDown19:8b4h0!e"buttons\tlRecordDown.gif*tlRecordDown:8b4h0!e"buttons\tlRecordUp.gif*tlRecordUp:8b4h0!e"buttons\blankUp19.gif*tlBlankUp19:8b4h0!e"buttons\blankDown19.gif*tlBlankDown19:8b4h0!e"misc\submix.gif*tlSubmixIcon:8b4h0!e"misc\outputs.gif*tlOutputsIcon:8b4h0!e"misc\sourceLocation.gif*tlSourceLocation:8b4h0!e"misc\sourceLocationInternal.gif*tlSourceLocationInternal:8b4h0!e"misc\microphones\microphone.gif*tlTrackMicrophone:8b4h0!e"misc\microphones\microphoneG.gif*tlTrackMicrophonePlay:8b4h0!e"misc\microphones\microphoneR.gif*tlTrackMicrophoneRecord:8b4h0!e"misc\speakers\trkSpeaker.gif*tlTrackSpeaker:8b4h0!e"misc\speakers\trkSpeakerSolo.gif*tlTrackSpeakerSolo:8b4h0!e"misc\speakers\trkSpeakerMute.gif*tlTrackSpeakerMute:8b4h0!e"buttons\cachePlay19.gif*cachePlay19:8b4h0!e"buttons\cacheLive19.gif*cacheLive19:8b4h0!e"buttons\cacheRecord19.gif*cacheRecord19:8b4h0!e"buttons\tfInvertDown.gif*tfInvertDown:8b4h0!e"buttons\tfInvertUp.gif*tfInvertUp:8b4h0!e"buttons\tfLoopDown.gif*tfLoopDown:8b4h0!e"buttons\tfLoopUp.gif*tfLoopUp:8b4h0!e"buttons\tfOffsetDown.gif*tfOffsetDown:8b4h0!e"buttons\tfOffsetUp.gif*tfOffsetUp:8b4h0!e"buttons\tfRetroDown.gif*tfRetroDown:8b4h0!e"buttons\tfRetroUp.gif*tfRetroUp:8b4h0!e"buttons\tfScaleDurationDown.gif*tfScaleDurationDown:8b4h0!e"buttons\tfScaleDurationUp.gif*tfScaleDurationUp:8b4h0!e"buttons\tfScaleDurationToFitDown.gif*tfScaleDurationToFitDown:8b4h0!e"buttons\tfScaleDurationToFitUp.gif*tfScaleDurationToFitUp:8b4h0!e"buttons\tfScaleFunctionDown.gif*tfScaleFunctionDown:8b4h0!e"buttons\tfScaleFunctionUp.gif*tfScaleFunctionUp:8b4h0!e"buttons\tfSnapToGridDown.gif*tfSnapToGridDown:8b4h0!e"buttons\tfSnapToGridUp.gif*tfSnapToGridUp:8b4h0!e"buttons\tfSprayCanDown.gif*tfSprayCanDown:8b4h0!e"buttons\tfSprayCanUp.gif*tfSprayCanUp:8b4h0!e"buttons\tfSquareOffDown.gif*tfSquareOffDown:8b4h0!e"buttons\tfSquareOffUp.gif*tfSquareOffUp:8b4h0!e"buttons\tfThresholdDown.gif*tfThresholdDown:8b4h0!e"buttons\tfThresholdUp.gif*tfThresholdUp:"buttons\playDown19.gif**padlockLock48b4h0!e={4x4hDiDiDiDiD iD iD iD0iD2iD4iD6iD8jD:Ee!m"8b4h0!e*buttons\diceUp19.gif*diceUp19:8b4h0!e*buttons\diceDown19.gif*diceDown19:8b4h0!e*buttons\cameraNot19.gif*cameraNot19:8b4h0!e*buttons\cameraUp19.gif*cameraUp19:8b4h0!e*buttons\cameraDown19.gif*cameraDown19:(padlockLock:8b4h0!e*buttons\Unlock13.gif*padlockUnlock:8b4h0!e*buttons\Mic13.gif*microphoneEnabled:8b4h0!e*buttons\NoMic13.gif*microphoneDisabled:8b4h0!e*buttons\Pen13.gif*penEnabled:8b4h0!e*buttons\NoPen13.gif*penDisabled:8b4h0!e*buttons\Kbd13.gif*keyboardEnabled:8b4h0!e*buttons\NoKbd13.gif*keyboardDisabled:buttons\Lock13.gif**buttonSmallNormalUpCapMac4%*vGrowUpMac4 9*updateDown2048b4h0!e=}44hDiDiDiDiD iD iD iD0iD2iD4iD6iD8iD:jDiD iD!"iD#$iD%&j'Ee!i"8b4h0!e 2buttons\reanalyzeUp16.gif*reanalyzeUp16:8b4h0!e 2buttons\reanalyzeDown16.gif*reanalyzeDown16:8b4h0!e 2buttons\plusUp16.gif*plusUp16:8b4h0!e 2buttons\plusDown16.gif*plusDown16:8b4h0!e 2buttons\minusUp16.gif*minusUp16: 0minusDown16:8b4h0!e 2buttons\plus17.gif*plus17:8b4h0!e 2buttons\minus17.gif*minus17:8b4h0!e 2buttons\groupedDown19.gif*groupedDown19:8b4h0!e 2buttons\groupedUp19.gif*groupedUp19:8b4h0!e 2buttons\loop19.gif*loop19:8b4h0!e 2buttons\originalEnvelope19.gif*originalEnvelope19:8b4h0!e 2buttons\unvoicedOnly19.gif*unvoicedOnly19:8b4h0!e 2buttons\voicedOnly19.gif*voicedOnly19:8b4h0!e 2buttons\doubleSpeed19.gif*doubleSpeed19:8b4h0!e 2buttons\halveSpeed19.gif*halveSpeed19:8b4h0!e 2buttons\normalSpeed19.gif*normalSpeed19:8b4h0!e 2buttons\tauIcon39.gif*tauIcon39:8b4h0!e 2buttons\psiIcon39.gif*psiIcon39:"buttons\minusDown16.gif**normalSpeed1941*buttonSmallNormalDownCapMac4 9*tfThresholdDown4=*tlTrackMicrophonePlay4-*disabled1948b4h0!e=k4v4hDiDiDiDiD iD iD iD0iD2iD4iD6iD8iD:iDiD iD!"iD#$iD%&iD'(jD)*Ee! e"8b4h0!e*buttons\Disabled10.gif*disabled10:8b4h0!e*buttons\Up10.gif*up10:8b4h0!e*buttons\Down10.gif*down10:8b4h0!e*buttons\Disabled15.gif*disabled15:8b4h0!e*buttons\Up15.gif*up15:8b4h0!e*buttons\Down15.gif*down15:8b4h0!e*buttons\Disabled17.gif*disabled17:8b4h0!e*buttons\Up17.gif*up17:8b4h0!e*buttons\Down17.gif*down17:(disabled19:8b4h0!e*buttons\Up19.gif*up19:8b4h0!e*buttons\Down19.gif*down19:8b4h0!e*buttons\Disabled20.gif*disabled20:8b4h0!e*buttons\Up20.gif*up20:8b4h0!e*buttons\Down20.gif*down20:8b4h0!e*buttons\Disabled21.gif*disabled21:8b4h0!e*buttons\Up21.gif*up21:8b4h0!e*buttons\Down21.gif*down21:8b4h0!e*buttons\Disabled36.gif*disabled36:8b4h0!e*buttons\Up36.gif*up36:8b4h0!e*buttons\Down36.gif*down36:buttons\Disabled19.gif**buttonNormalDisCapMac4 -*tfScaleDurationUp41*shapePolygonDown1943*tfOffsetUp4!*disabled1548*cameraDown194<*vShrinkDisabledMac4 )*cursorLoopFwdBkwdPlayDown1943*tfThresholdUp4!*buttonSmallNormalDisCapWin46*combinationSingleUp194;*penDisabled4 1*drawSelectionUp194,*applicationSmallFont42*stampGradientDown1945*vScrollDownDisabledMac4 1*disk214+*buttonSmallNormalDownEndWin4&*tlRecordUp4-*doubleSpeed194)*buttonNormalUpCapMac4 !*playDown204 *buttonNormalUpEndWin41*renderSOSUp194#*fileOrganizerHelpUp4 (*nextMarkerDown194=*originalEnvelope194 =*colorSetInvGrayScaleDown1940*vScrollBarEndMac4 9*hearSelUp1947*plusDown164 *modifyLinearUp1944*cacheRecord194)*menuSelectedBackground4=*modifyAmpDown194 *tlRecordDown4)*diceUp194,*hFitDisabledMac4 -*renderImpulseDown194#*buttonNormalDownEndWin4%*modifyWavetableXDown194 *buttonNormalUpMidMac4 %*hScrollLeftDownWin41*up174(*updateUp204 1*hFitDownMac4 %*buttonSmallDMenuFlatDownMidMac4!*hGrowDownMac4 -*disabled104,*modifySpectFreqDown1948*prevTimeUp194!*applicationEmphasizedFont40*cachePlay194!*noSelectionDown1943*renderSamplesDown194+*buttonSmallNormalDisEndMac49*hScrollRightUpMac40*shapePolygonUp194#*vThumbCapMac49*vGrowDisabledMac4 =*stencilGradientUp194)*modifyRubberbandDown194(*applicationMiniFont4%*tfSnapToGridUp4)*combinationFrontUp194?*vScrollUpDownMac4 !*hDeThumbMidMac40*shapeRectangleUp194;*shapeFrameIntervalDown1940*hFitUpMac4 )*speaker4'*nextTimeUp194)*minus174 -*hiddenLogLinDown194 *cursorLoopPlayUp194+*buttonNormalDownMidWin4!*tfScaleDurationToFitDown45*vScrollDownUpMac4 )*drawSelfSimilarUp194,*vThumbCapWin4%*hearSelDown194?*warpSelectionDown1947*modifyFreqUp1948*modifyWavetableYDown194(*spaceFillerMac4 1*cameraNot1944*vGrowDownMac4 5*systemEmphasizedFont4?*down214-*combinationFrontDown194;*vScrollDownDownWin49*applicationFixedFont46*psiIcon3949*jitterLabel949*vGrowDownWin4!*cacheLive194%*vShrinkUpWin41*createModuleUp1947*vScrollUpUpMac4 =*down3649*modifySpectFreqUp1944*vDeThumbCapWin45*playUp204 $*modifyRadialUp194,*buttonSmallDMenuFlatUpCapMac4-*hDeThumbGrabWin4!*loop194 9*colorSetGrayScaleDown194,*buttonSmallNormalDisEndWin4>*reanalyzeUp164 4*vShrinkDisabledWin45*padlockUnlock4 !*hGrowUpMac4 1*disabled174$*enterUp204 4*makeSelectionUp194;*vDeThumbMidWin49*cursorNormalPlayDown194?*buttonNormalDownMidMac4 9*buttonNormalDisMidMac4 1*playUp194,*infoSelectionUp194$*hScrollLeftDisabledWin45*vShrinkDownWin4-*hShrinkDisabledWin4-*drawSelectionDown1940*up1941*hScrollRightUpWin49*selectionBackgroundColor4acwz~hDeThumbEndMac44*joinDotsDown194(*recursionLabel94=*tfSnapToGridDown4%*vDeThumbCapMac4 %*modifyLinearDown1948*modifySpectAmpDown1940*createModuleDown194/*buttonSmallNormalUpCapWin4**hearAllDown194;*renderFilterUp194/*buttonSmallDMenuFlatDisCapMac4=*joinDotsUp194$*up214)*drawSelfSimilarDown1940*modifyWavetableXUp194<*unvoicedOnly194!*buttonNormalDownEndMac4 =*colorSetRainbowDown1944*hShrinkDisabledMac4 !*tlTrackMicrophone4)*editSelectionDown194/*keyboardDisabled4 9*buttonNormalDisEndMac4 5*newMarkersUp1949*hThumbCapWin4'*cursorLoopSelPlayUp194'*systemSmallFont4%*enterDown204 0*tlOutputsIcon4=*plus174 )*groupedDown194 1*vShrinkUpMac4 %*hScrollLeftUpWin4-*smoothingLabel94!*pauseDown194(*shapeTrackDown1947*colorSetInvGrayScaleUp194$*disabled2049*hDeThumbCapMac4,*hScrollRightDisabledWin4!*buttonSmallNormalDownEndMac4!*tfRetroUp4)*embossGradientDown194 *down1044*fieldFocusColor qvzbuttonNormalUpCapWin4)*tlSourceLocation4!*dropDownUp1943*buttonNormalDisMidWin49*hGrowDownWin49*anchorUp194!*hShrinkDownMac4 9*newMarkerUp1941*tfScaleFunctionUp4!*buttonSmallFlatDisEndMac4)*pauseUp194$*vGrowUpWin4%*vScrollDownUpWin45*combinationPlusUp194?*hScrollBarCapMac48*systemLabelFont49*buttonSmallDMenuFlatUpEndMac45*drawMultiDown194 *hFitDisabledWin49*modifySpectAmpUp194,*modifyScaleDown194(*hThumbMidWin4,*drawEraserUp1944*useInputDown204 5*vGrowDisabledWin4)*vDeThumbEndWin4!*down174,*renderGrainDown194?*prevTimeDown194%*newMarkersDown194=*tfOffsetDown4=*keyboardEnabled4 5*hThumbCapMac4 *microphoneEnabled4 %*buttonSmallNormalDisCapMac41*up3645*buttonSmallNormalUpMidWin4.*vScrollUpDownWin4-*applicationLabelFont44*vScrollUpDisabledMac4 %*vShrinkDownMac4 !*down204!*modifyFreqDown194<*drawControlPointsUp1944*stopUp204 ,*minusUp164 $*hGrowDisabledMac4 5*tlTrackSpeaker45*combinationTimesDown1943*embossGradientUp194<*vScrollUpUpWin4)*buttonSmallDMenuFlatDisEndMac4%*vThumbEndWin41*tlTrackSpeakerMute4=*hGrowUpWin4=*modifyRadialDown1940*vScrollBarMidMac4 5*tlBlankDown1945*dropDownDown1947*applicationSmallEmphasizedFont4#*deSelectionUp194<*warpSelectionUp194'*drawControlPointsDown1948*applicationFont4?*shapeFrameIntervalUp194,*hThumbGrabWin41*cursorNormalPlayUp194/*vScrollBarCapMac4 1*systemFont4!*nextMarkerUp1949*enterMicDown4 8*enterMicUp4 <*tfLoopUp49*systemMiniFont4,*warnIcon4?*cursorLoopSelPlayDown1947*vThumbMidMac4=*buttonSmallDMenuFlatDownCapMac4=*cursorLoopPlayDown194;*renderSamplesUp1943*tlTrackSpeakerSolo49*microphoneDisabled4 )*buttonSmallNormalUpEndMac4-*renderImpulseUp194+*hScrollLeftDisabledMac4,*renderGrainUp194'*tfSprayCanUp41*dropDownUp174/*combinationMinusDown1947*hScrollLeftUpMac4$*hShrinkUpMac4 =*infoSelectionDown194(*disabled214%*noSelectionUp194#*combinationMinusUp194'*hScrollLeftDownMac4(*shapeTrackUp194'*vScrollBarMidWin4%*drawSprayPaintUp194$*tfLoopDown45*buttonSmallDMenuFlatDownEndMac4%*diceDown1940*mixPoint94)*buttonSmallNormalDisMidMac45*down154 *cameraUp1948*cursorLoopFwdBkwdPlayUp194#*plusUp164 <*buttonNormalDownCapMac4 5*drawMultiUp194<*renderFilterDown194'*vScrollUpDisabledWin41*hearAllUp1943*hiddenLogLinUp194<*combinationTimesUp194#*menuBackground49*vDeThumbEndMac4 -*tauIcon3945*hDeThumbEndWin4%*buttonSmallFlatUpEndMac49*buttonSmallNormalDownMidWin4"*scalingLabel94%*buttonNormalUpEndMac4 )*buttonSmallNormalUpMidMac4)*up1040*stopIcon4#*vScrollDownDownMac4 -*buttonSmallNormalDownMidMac4 =*modifyRubberbandUp194<*tlSourceLocationInternal4%*tfRetroDown4%*down1945*shapeRectangleDown194+*tlTrackMicrophoneRecord41*anchorDown194%*hThumbEndWin45*hScrollBarMidMac4<*tfInvertDown4-*tfScaleDurationDown4-*modifyAmpUp1944*hScrollRightDownMac44*tfSprayCanDown4-*renderSOSDown194;*groupedUp194 5*hScrollBarEndMac4 *tfScaleFunctionDown4=*buttonNormalDownCapWin4=*halveSpeed194-*tfInvertUp41*useInputUp204 9*reanalyzeDown164 8*voicedOnly194%*windowBackground4+*modifySetUp1944*buttonSmallDMenuFlatDisMidMac4!*stopDown204 (*combinationSingleDown194+*dialogBackground4/*systemListFont42*vThumbEndMac4 !*hThumbMidMac4$*verticalYellowMarker44*fileOrganizerHelpDown4 ,*tfSquareOffUp49*vThumbMidWin4)*buttonNormalUpMidWin4-*shapeEllipseUp194?*hShrinkDownWin4%*tlBlankUp1941*stampGradientUp1941*hScrollBarMidWin4)*horizontalYellowMarker48*drawSprayPaintDown194(*applicationListFont4!*hGrowDisabledWin4!*editSelectionUp194?*vDeThumbMidMac4 )*hDeThumbMidWin4=*vThumbGrabWin4-*nextTimeDown194-*buttonSmallFlatDownEndMac4)*colorSetRainbowUp194(*debossGradientUp194$*buttonNormalDisEndWin4=*modifyConstantUp194 *modifyConstantDown194$*tfSquareOffDown45*hScrollRightDownWin4=*shapeEllipseDown194/*hFitDownWin41*buttonSmallNormalUpEndWin42*modifySetDown1948*prevMarkerUp1941*modifyOffsetDown1940*combinationPlusDown194/*modifyOffsetUp194,*modifyScaleUp194$*up154<*buttonSmallDMenuFlatUpMidMac41*modifyWavetableYUp194$*up204=*disabled3641*tfScaleDurationToFitUp49*deSelectionDown194 *tlSubmixIcon49*buttonNormalDisCapWin45*drawEraserDown1948*9nvcsLabelTextStyle48b4h0!e=g4z D4!LhiDi:K;7H;yiD iK;7HiD1i" D4-h--;;7 8i" D4Ih-;;7 :iDi;7?i; i;!"iD#$jD%&Ve!u"*.38c4i0!re !backgrounds\stone\smoothDarkGray.gif*/lookBackground:ĨBorder3D3width:color:lightGraybackgroundColor:fader2DBorder:8b4h0!e !faders\knob2DWaldo.pngreadPNG:fader2DKnob:īSimpleTrackfaderBorder:8b4h0!e !faders\faderRightWaldo.gif*verticalFaderKnob:ĨKymaKnobfaders\rotaryTrack20.gif*convertToSystemPaletteredextent:knobImage:minimumAngle:maximumAngle:wedgeStart:wedgeEnd:wedgeAngle:wedgeInside:wedgeBorder:rotaryFaderKnob:faders\circularTrack20.gifcircularFaderKnob:8c4i0!re !backgrounds\stone\smoothBlue.gif*/vcsBackground:;c;b ```c;b ``b;b bvcsBorders:vcsScopeBackground:vcsScopeForeground:cyanvcsScopeInfoColor: ?vcsLabelTextStyle:8b4h0!e !;j#%;bcomic sans ms*#,l#.b#0j#2n#4#6#8#:#<`=vcsTextStyle:;j#%;bcomic sans ms*#,l#.b#0j#2n#4#6#8#:#<`=*vcsScopeBackground (vcsScopeInfoColor `verticalFaderKnob4 5*vcsScopeForeground *vcsTextStyle4 3*vcsBorders &rotaryFaderKnob :j >b`OpaqueImageadDepth24Imageah4pttxxFixedPaletteafph`|04p<8pp````````pp8<ttaaCoveragePaletteaaaadPixmapadtt ,MaskadttCoverageValueaa`cacgcns c * (lookBackground4 #*fader2DKnob4 -*fader2DBorder (akbbbb ( ( ( (  u u ufaderBorder 3abb (circularFaderKnob = >  $4pttxx (|04p<8pp````````pp8<ttaa .ad 3tt , 7tt :cns c * (vcsBackground4 "*9`Default*-SimulatedAnnealing;`x~;`lw xymsa-voice.wavym}ee|ymbymzv```/ p~b|d