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-19 22:28:35 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-19 22:28:35 (GMT)
commitc072129620bcb8d25a742bd7531b7cb9a3392992 (patch)
tree624b64f953948b9d528761406ebe98ceedb0c8e5 /Resources
parent027b5833958c2a74050b4d08a863032e22c57510 (diff)
loop settings
Diffstat (limited to 'Resources')
-rw-r--r--Resources/univorc.csd20
1 files changed, 20 insertions, 0 deletions
diff --git a/Resources/univorc.csd b/Resources/univorc.csd
index e802ebc..c5534da 100644
--- a/Resources/univorc.csd
+++ b/Resources/univorc.csd
@@ -779,6 +779,26 @@ gainrev = a1*0.1+gainrev
tieskip:
endin
+/*************************
+Loop points editor, simple player
+*************************/
+instr 5023
+
+p3 = nsamp(4999) * giScale
+
+a1 loscil 1, 1, 4999, 1
+
+kenv adsr 0.005, 0.05, .8, 0.1
+
+a1 = a1*kenv
+
+gaoutL = a1*0.5+gaoutL
+gaoutR = a1*0.5+gaoutR
+
+gainrev = a1*0.1+gainrev
+
+endin
+
/****************************************************************
Soundfile player with miniTamTam's tied notes
****************************************************************/