This commit is contained in:
Bubobubobubobubo
2023-09-02 19:53:32 +00:00
parent 1cc630b6fc
commit 57aaa70dc7
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ mod(2)::snd('sd').room(0.9).size(0.9).out();
mod(0.25)::snd('hh').out(); mod(0.25)::snd('hh').out();
mod(2)::snd('square') mod(2)::snd('square')
.cutoff(500).note(50-12).resonance(20).sustain(0.2).out() .cutoff(500).note(50-12).resonance(20).sustain(0.2).out()
mod(1/4)::snd(divseq(1, 'sawtooth', 'triangle', 'pulse')) mod(1/4)::snd(divseq(1, 'sawtooth', 'triangle', 'square'))
.note(divseq(4, 50, 53, 55, 50, 50, 52, 58, 50+12, 50+15) + divseq(0.5, 0, 12, 24)) .note(divseq(4, 50, 53, 55, 50, 50, 52, 58, 50+12, 50+15) + divseq(0.5, 0, 12, 24))
.cutoff(usine(.5)*10000).resonance(divseq(2, 10,20)) .cutoff(usine(.5)*10000).resonance(divseq(2, 10,20))
.fmi($(1) % 10).fmh($(2) % 5) .fmi($(1) % 10).fmh($(2) % 5)

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Topos</title> <title>Topos</title>
<script type="module" crossorigin src="/assets/index-568c649d.js"></script> <script type="module" crossorigin src="/assets/index-b668f945.js"></script>
<link rel="stylesheet" href="/assets/index-adcffe3f.css"> <link rel="stylesheet" href="/assets/index-adcffe3f.css">
</head> </head>
<style> <style>