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-09 04:39:35 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-09 04:39:35 (GMT)
commitd3d585737c1cd5116520b15a063e38de293e7626 (patch)
tree8375bd37835283158efb9673f140e2ca70a1d117 /Resources
parent43b11305811cc650b626febf13210fe4ac984edf (diff)
remove tremolo, fix mic recording threshold
Diffstat (limited to 'Resources')
-rw-r--r--Resources/crop.csd2
-rw-r--r--Resources/univorc.csd8
2 files changed, 3 insertions, 7 deletions
diff --git a/Resources/crop.csd b/Resources/crop.csd
index 8222b9d..36b0393 100644
--- a/Resources/crop.csd
+++ b/Resources/crop.csd
@@ -28,7 +28,7 @@ instr 2
itab = 1
ain = gasig
krms rms ain
-ktrig trigger krms, 2000, 0
+ktrig trigger krms, 1500, 0
if ktrig == 1 then
event "i", 3, 0, 1
diff --git a/Resources/univorc.csd b/Resources/univorc.csd
index 78a0a17..1a4093b 100644
--- a/Resources/univorc.csd
+++ b/Resources/univorc.csd
@@ -772,10 +772,8 @@ kpitchBend pow kpitchBend + 1, 5
kampBend port gkTrackpadY, .03, i(gkTrackpadY)
kampBend pow kampBend + 1, 5
-itreRand random 4, 6
ivibRand random 4.1, 5.7
-ktremolo oscil .15, itreRand, 1
kvibrato oscil .006*kampBend, ivibRand*kpitchBend, 1
tigoto tieskip
@@ -788,7 +786,7 @@ kls portk p13, igliss, p13
kle portk p14, igliss, p14
kcd portk p15, igliss, p15
-a1 flooper2 1+ktremolo, kpitch+kvibrato, kls, kle, kcd, p8, 0, 0, 0, iskip
+a1 flooper2 1, kpitch+kvibrato, kls, kle, kcd, p8, 0, 0, 0, iskip
if (p11-1) != -1 then
acomp = a1
@@ -826,13 +824,11 @@ kvol chnget SvolTrackName2
kvol = kvol * 0.01
kvol port kvol, .01, 0 ;i(kvol)
-itreRand random 4, 6
ivibRand random 4.1, 5.7
-ktremolo oscil .15, itreRand, 1
kvibrato oscil .006, ivibRand, 1
-a1 flooper2 1+ktremolo, p4+kvibrato, p13, p14, p15, p8, 0, 0, 0
+a1 flooper2 1, p4+kvibrato, p13, p14, p15, p8, 0, 0, 0
if (p11-1) != -1 then
acomp = a1