Robert Hargreaves

Results 7 issues of Robert Hargreaves

I made a fork of this app to add command-line support, optionally hide the window & add ability to output MIDI message data to the console: https://github.com/rhargreaves/hairless-midiserial#command-line-support It helps me...

I have some code which manipulates the `requestParam.url` variable in a `beforeRequest` function. I could successfully add a query string to the URL in version 1.6.2, but since then it...

Hi there! I'm trying to make use of Echo to power a real-time PSG audio application. I have a question regarding the correct use of `echo_play_direct()`. Consider the following code:...

I believe there's a bug in `echo_get_status()` C API which is causing the function to never return ECHO_STAT_PCM, DIRBUSY or BUSY. The problem is in this bit of code: ```...