deploy: a2e8b49f01
This commit is contained in:
@ -1703,13 +1703,15 @@ beat(4) :: sound('breaks165').stretch(4).out()
|
|||||||
`)}
|
`)}
|
||||||
|
|
||||||
${e("Chord transposition with named chords",`
|
${e("Chord transposition with named chords",`
|
||||||
z1('e C9:4 Emin:4 F7%-1:4 Emaj%-1:4')
|
z1('1/4 Cmin!3 Fmin!3 Fmin%-1 Fmin%-2 Fmin%-1')
|
||||||
.sound("stab").out()
|
.sound("sine").bpf(500 + usine(1/4) * 2000)
|
||||||
|
.out()
|
||||||
`)}
|
`)}
|
||||||
|
|
||||||
${e("Programmatic inversions",`
|
${e("Programmatic inversions",`
|
||||||
z1('i v vi iv').invert([1,-1,-2,0].beat(4))
|
z1('1/6 i v 1/3 vi iv').invert([1,-1,-2,0].beat(4))
|
||||||
.sound("sawtooth").out()
|
.sound("sawtooth").cutoff(1000)
|
||||||
|
.lpadsr(2, 0, .2, 0, 0).out()
|
||||||
`)}
|
`)}
|
||||||
|
|
||||||
## Algorithmic operations
|
## Algorithmic operations
|
||||||
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<script src="https://unpkg.com/hydra-synth"></script>
|
<script src="https://unpkg.com/hydra-synth"></script>
|
||||||
<script type="module" crossorigin src="/assets/index-455ccaf4.js"></script>
|
<script type="module" crossorigin src="/assets/index-074dd944.js"></script>
|
||||||
<link rel="stylesheet" href="/assets/index-271a033c.css">
|
<link rel="stylesheet" href="/assets/index-271a033c.css">
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user