deploy: a2e8b49f01
This commit is contained in:
@ -1703,13 +1703,15 @@ beat(4) :: sound('breaks165').stretch(4).out()
|
||||
`)}
|
||||
|
||||
${e("Chord transposition with named chords",`
|
||||
z1('e C9:4 Emin:4 F7%-1:4 Emaj%-1:4')
|
||||
.sound("stab").out()
|
||||
z1('1/4 Cmin!3 Fmin!3 Fmin%-1 Fmin%-2 Fmin%-1')
|
||||
.sound("sine").bpf(500 + usine(1/4) * 2000)
|
||||
.out()
|
||||
`)}
|
||||
|
||||
${e("Programmatic inversions",`
|
||||
z1('i v vi iv').invert([1,-1,-2,0].beat(4))
|
||||
.sound("sawtooth").out()
|
||||
z1('1/6 i v 1/3 vi iv').invert([1,-1,-2,0].beat(4))
|
||||
.sound("sawtooth").cutoff(1000)
|
||||
.lpadsr(2, 0, .2, 0, 0).out()
|
||||
`)}
|
||||
|
||||
## Algorithmic operations
|
||||
Reference in New Issue
Block a user