Bojan Šernek
Bojan Šernek
I've made a first pass at it. https://github.com/audiocloud/reaper-chunks
Side note: it seems that if I try the same `jackd` command multiple times repeatedly, it eventually registers the inputs. So far it's been a pretty consistent one out of...
For me, the one-shot connect method worked and the above separated signing/use did not. ```ts import {ExperimentalSurrealHTTP} from 'surrealdb.js' const surreal = new ExperimentalSurrealHTTP() await surreal.connect('http://localhost:8000/rpc', {auth: {user: 'root', pass:...
There is a package that could be useful for that: https://github.com/rvagg/bl