commit 18
This commit is contained in:
16
generate-strudel-template/assets/templates/minimal_techno.md
Normal file
16
generate-strudel-template/assets/templates/minimal_techno.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Minimal Techno Template
|
||||
|
||||
```javascript
|
||||
setcps(128/60/4)
|
||||
|
||||
// Drums: Precision & Space
|
||||
$: s("bd*4").bank("tr909").gain(1.1)
|
||||
$: s("- [hh|oh] - hh").bank("tr909").gain(0.8).jux(iter(4))
|
||||
$: s("rim(3,8)").bank("tr606").room(0.2).delay(0.3)
|
||||
|
||||
// Bass: Subtle & Hypnotic
|
||||
$: note("c1*16").s("sine").lpf(sine.range(40, 120).slow(8)).gain(0.9)
|
||||
|
||||
// Texture: Evolving chords
|
||||
$: chord("Cm7").voicing().s("gm_pad_warm").room(0.8).slow(4).gain(0.6).jux(rev)
|
||||
```
|
||||
Reference in New Issue
Block a user