create/update 'wavetable code.md' file
This commit is contained in:
parent
e173092f4a
commit
1e5f3c1156
26
strudel/wavetable code.md
Normal file
26
strudel/wavetable code.md
Normal file
@ -0,0 +1,26 @@
|
||||
### srumのwavetableも可能
|
||||
1. serumからwavetableを単一サイクルでエキスポート
|
||||
2. フォルダ(wt_xxxxxx)ごとstrudelにインポート
|
||||
3. フォルダ名を指定して利用(nはtable index)
|
||||
|
||||
```javascript
|
||||
setcps(120/60/2)
|
||||
|
||||
samples('github:bubobubobubobubo/dough-waveforms')
|
||||
$:sound("[sbd - sbd -]").dec(0.2).gain(0.5).fast("<1 2 4 1>")
|
||||
$:note("c2*8"
|
||||
).s("<wt_hwwave wt_11 wt_05>".slow(2))
|
||||
.n(run(8).add("<0 8 16 4 32>"))
|
||||
|
||||
.dec(0.5)
|
||||
.fm(sine.range(1,2.5).slow(8)).fmh(4)
|
||||
//.fmdecay(.7)
|
||||
//.fmattack(.1)
|
||||
//.fmenv("exp")
|
||||
// .someCycles(x=>x.transpose("5"))
|
||||
// .sometimes(x=>x.transpose("-2"))
|
||||
.lpf(perlin.range(100,1200).seg(12).slow(8))
|
||||
.lpq("<0 10>")
|
||||
.lpenv(-3).lpa(.1).room(.5)
|
||||
.scope({pos:0.5})
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user