Skip to content

Commit

Permalink
revert simplesynth example
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Dec 22, 2024
1 parent b62fcf5 commit 55f1543
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions examples/simplesynth.tsc
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<?xml version="1.0"?>
<session license="CC0">
<scene>
<receiver type="hrtf"/>
<source>
<sound x="4">
<plugins>
<simplesynth autoconnect="true" decay="40" decaydamping="0.07" decaynoise="0.1" decayoffset="0.2" detune="-0.75" f0="415" gamma="0.2" level="79.2969" maxvoices="16" noisemin="0.01" noiseq="0.3" noiseweight="0.1" onset="0.14" partialweights="1 1 0.316 1 0.282 1 2 0.0891 0.0398 0.0398 0.398" tuning="meantone4"/>
</plugins>
</sound>
</source>
<reverb absorption="0.4" damping="0.65" dw="60" fdnorder="6" forwardstages="1" gain="0" gainmethod="original" id="reverb" image="false" lowcut="125" name="reverb" truncate_forward="true" type="simplefdn" volumetric="35 17 11" volumetricgainwithdistance="true"/>
</scene>
<connect src="render.scene:out_[lr]" dest="system:playback_[12]"/>
<modules>
<route name="synth" channels="1" connect_out="system:playback_[12]">
<plugins>
<simplesynth autoconnect="true"/>
</plugins>
</route>
</modules>
</session>

0 comments on commit 55f1543

Please sign in to comment.