Peter Salomonsen
Peter Salomonsen
yep, here is one example of AssemblyScript for generating real-time rendered instruments. AssemblyScript for the synthesis on the right side, and on the left side the music sequence is written...
> Oh, one more thing. If there's no paths after the path separator, then we shouldn't do anything but print an error and exit. Otherwise we might discard data as...
btw: should there be any tests for the examples?
rebased on latest, and also including feature for creating new branch (checkout -b) and setting upstream from https://github.com/petersalomonsen/wasm-git/pull/36
Great projects (Deno and this) :-) It would be super cool if possible to use [JACK](https://jackaudio.org/), which I hope to look into myself for the WebAssembly synth when time permits....
yeah I was really just suggesting JACK because of the pulling approach which is also the same for CoreAudio and ASIO. But the Audio Device Client proposal seems to already...
Isn't this already fixed here: https://github.com/runbox/runbox7/pull/16 Or am I missing something?
Thanks for reporting. I see that in another wasm-git worker I have here: https://github.com/petersalomonsen/javascriptmusic/commit/d16c94cfd85c852a279cee6d33881599ad2670b7#diff-b31f3e9b8374a4100e65e8acc63ba737cabcff3908f2f9b44771752380f4839aR87 I removed writing directly to the config file and instead called the `git config` command like...
So I've managed to reproduce your bug here: https://github.com/petersalomonsen/wasm-git/pull/54/files#diff-865d0671bf01f79dadb619dae1e7a8e72d4aa828b5393f4f87a9c99b79be07cf It seems to happen when there are several commits following each other, no need to push. Will look into a fix...
yeah.. just tried upgrading to libgit2-1.4.4, but didn't make any difference. not sure yet if the problem is with wasm-git or libgit2. you did not try this directly with libgit2...