@strudel/sampler
v0.2.3
Published
This package allows you to serve your samples on disk to the strudel REPL.
Downloads
591
Readme
@strudel/sampler
This package allows you to serve your samples on disk to the strudel REPL.
cd ~/your/samples/
npx @strudel/samplerThis will run a server on http://localhost:5432.
You can now load the samples via:
samples('http://localhost:5432')Options
LOG=1 npx @strudel/sampler # adds logging
PORT=5555 npx @strudel/sampler # changes portstatic json
when running with --json, you will simply get the json logged back:
npx --yes @strudel/sampler --json > strudel.jsonthis is useful if you want to create a sample pack from the current folder.
