lselden
lselden
I've been looking at this, as I myself would like to use the keyboard for navigating OpenUTAU more. I'm not ready to open a pull request, but my initial attempts...
Thank you for your comments. I like your suggestions. I'll work on adding in as small PRs.
While I haven't experienced this issue myself, you might consider using [stream's `pipeline` function](https://nodejs.org/dist/latest-v16.x/docs/api/stream.html#streampipelinesource-transforms-destination-callback) when piping multiple streams together. My guess is that your input streams are ending but not...
@ryutsutau try right clicking on one of the files (especially the `.exe` file) and choosing "Properties" - check if it has an option to "Unblock File" - sometimes downloads from...
I've been using [global-agent](https://github.com/gajus/global-agent) with node-fetch for a while now *(though on v2.7 and only for node < v18)* ```js import * as globalAgent from 'global-agent'; process.env["GLOBAL_AGENT_HTTP_PROXY"] = process.env.HTTP_PROXY ||...
I put in some tracing logging calls and I get this error when input tries to `.spawn` because of input, but the canvas has already been destroyed. ``` canvas-render destroy...
> Hello, > > This doesn't seem to read my MIDI devices after my app has packaged (at least in Chrome on my Android when packaged from Penguinmod) > >...
> Yes I am trying to run it right on my phone in Android Chrome (my address bar says content://media/external/file/1002145829 (in case that helps)) > > How do I run...
@Brackets-Coder No I'm not actively working on this. I had left this off with partial support for midi file in/out, but never finished. I just updated the library to remove...
Hi @MagentaDude SAM is a lot of fun! I forked your repo and made 3 commits that you're welcome to include or ignore: 1) added a "add [SPEECH] as a...