strudel/packages/webdirt
Felix Roos 5c6c5c9608 add samples helper
+ dont play samples after load
2022-05-30 23:33:49 +02:00
..
index.mjs basic sample loader from github 2022-05-29 21:06:07 +02:00
makeSampleMap.sh add webdirt with some default samples 2022-05-29 00:50:01 +02:00
package.json add webdirt with some default samples 2022-05-29 00:50:01 +02:00
README.md Update README.md 2022-05-29 18:13:07 +02:00
sampler.mjs add samples helper 2022-05-30 23:33:49 +02:00
webdirt.mjs add samples helper 2022-05-30 23:33:49 +02:00

@strudel.cycles/webdirt

This package adds webdirt support to strudel!

Dev Notes

Add default samples to repl:

  1. move samples to repl/public folder. the samples folder is expected to have subfolders, with samples in it. the subfolders will be the names of the samples.
  2. run ./makeSampleMap.sh ../../repl/public/EmuSP12 > ../../repl/public/EmuSP12.json
  3. adapt loadWebDirt in App.jsx + MiniRepl.jsx to use the generated json file