Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-07-07 23:27:12 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-07 23:27:12 (GMT)
commitc6ac7d4bf2db10c3196ab08ea36db05ab9daa94b (patch)
tree47fe5327bb591211895ce955dc7eebe97c66a258 /Resources
parent490f316ce6dc7db1291a65751b71edff2a998421 (diff)
fix SynthLab amplitude
Diffstat (limited to 'Resources')
-rw-r--r--Resources/univorc.csd4
1 files changed, 2 insertions, 2 deletions
diff --git a/Resources/univorc.csd b/Resources/univorc.csd
index 03992e1..78a0a17 100644
--- a/Resources/univorc.csd
+++ b/Resources/univorc.csd
@@ -583,7 +583,7 @@ SynthLab input recording
instr 5204
Sname2 sprintf "/home/olpc/.sugar/default/tamtam/lab%d", int(p4)-85
-fout Sname2, 2, gasynth*4
+fout Sname2, 2, gasynth * 0.707
clear gasynth
endin
@@ -679,7 +679,7 @@ iFxOut4 table 15, 5206
aout = (aSource1*iSourceOut1)+(aSource2*iSourceOut2)+(aSource3*iSourceOut3)+(aSource4*iSourceOut4)+(aFx1*iFxOut1)+(aFx2*iFxOut2)+(aFx3*iFxOut3)+(aFx4*iFxOut4)
kenv adsr p3*p6+0.001, p3*p7, p8, p3*p9
-aout = aout*kenv*0.66
+aout = aout*kenv
vincr gasynth, aout