Skip to content

Commit 809c8c2

Browse files
committed
added signal triggering to time()
1 parent 5eb507b commit 809c8c2

3 files changed

Lines changed: 827 additions & 460 deletions

File tree

mercury_ide/dev/planet-dev.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
set debug 1
3+
4+
// new sample kick_min time(1) gain(0)
5+
6+
new solarSystem yearToMs(400)
7+
// new solarSystem
8+
9+
set scale pentatonic_minor A
10+
11+
ring bssLn [0 0 [0 36] 0 12 7 0]
12+
ring bssBt hex(92fc)
13+
14+
new synth saw note(bssLn 0) name(bs)
15+
set bs shape(1 110 2) time(mercury~) gain(1)
16+
set bs wave2(square 0.9573) fx(filter low 1/11 2500 100 0.4 0.5 0.1)
17+
set bs fx(chip 0.4) fx(reverb 0.9 3) beat(bssBt) fx(lfo 2)
18+
19+
new sample kick_min time(earth~ 1/2) gain(1.2)
20+
21+
new sample hat_min time(earth~) gain(0.4)
22+
// new sample hat_click time(mars~) gain(0.2)
23+
24+
new synth sine note(0 3) time(jupiter~) fx(delay 5/19 3/16 0.8) name(tn)
25+
set tn fx(drive 20)
26+
27+
silence

0 commit comments

Comments
 (0)