eethann
eethann
emulateHTTP looks right on. Re: field vs. node as server resource, I suppose my main question is whether field is easier on the D7 backend side, or may be more...
Can users create their own app as a work-around?
Confirming that using the `--client-id` and `--client-secret` arguments to authenticate works. [This article](https://codeyarns.com/2013/11/19/how-to-use-gcalcli-with-your-own-client-id-and-secret/) is a bit outdated but is the general idea: create an OAuth web login app in the...
Interesting. The key feature of `T` is that it has the implicit modulo of the index, which allows for a pseudo-transposition that wraps around from the end of the scale...
Thanks for all of that. Re the modulo, thanks for clarifying that. I'd been working at it and know it's in some of the docs, sorry to have missed it...
I've got an implementation proposal: specify "groove" as an array of division ratios. The current clock callback gets run every grooveArray.length ticks and schedules the next length-1 ticks based on...
Proof of concept PR here: https://github.com/hundredrabbits/Orca/pull/277 I ditched the nested timers and went with a loop using `setTimeout` in the worker process. May need to check for jitter and adjust...
Just following up on this ticket that the PR should be fully functional now. I'm sure some of the code could be tightened up a bit, but should be okay...
Just found one potential issue in the swing code: the MIDI note length might not figure in swing.
Looked at the code, this shouldn't be an issue.