Scott Severance
Scott Severance
bin/serve can be difficult to exit, requiring me to look up its pid and manually kill it. I converted it to Python 3, which enables me to kill it more...
Now, this script is a bit more cross-platform. Not that the Ubuntu command is nearly as complicated as the OSX one, but still.
Files whose name ends in *.template may be in one of many formats. This plugin shouldn't unconditionally assume that they are all JSON files.
This closes issue #37 As described there: >I don't often have a need for a tool like Annotator, but when I do, it's really useful. However, due to the time...
I don't often have a need for a tool like Annotator, but when I do, it's really useful. However, due to the time gap between invocations, I'm unlikely to remember...
The type definition for `strTranspose` incorrectly specifies that the second argument is of type `TuneObject`. Its type is actually `TuneObjectArray`. This is fixed by PR #1005.
After upgrading from version 6.3.0 to 6.4.0 (by changing the version in `package.json`, deleting `node_modules/`, and reinstalling), I'm having an issue with playback. When I click the play button I...
Hello, I'm trying to use `ABCJS.TimingCallbacks` to highlight each note as it's played. Playback is handled by `ABCJS.synth.SynthController`. I'm struggling to keep the timing callback in sync with playback. I've...