Jeff Learman

Results 8 issues of Jeff Learman

As implemented, the "let ring" function isn't useful for its most common usage, which is like depressing the sustain pedal on a piano, playing a chord or arpeggio, and then...

sfizz might be ideal for certain GM applications. In case you're not familiar, the idea with General MIDI is a set of program assignments (e.g., piano is prog 1, etc.)...

good first issue

Please implement a dark theme as an option. Thanks for this tool!

**Is your feature request related to a problem? Please describe.** We configure Strongswan via golang Vici, for a set of cloud-based network appliances. We periodically audit the configuration to prevent...

enhancement
new

I'm running `demo_pitch.py` on sample files that contain one piano note each, and the results for notes below C2 are wrong (even after adjusting win_s and hop_s to 1 second's...

# Pull Request Template ## Description The polling architecture with 200 ms sleep in ProcessEventMessages() has two drawbacks: - it imposes a rate limit of 5 events per second for...

Adding the feature to skip a given number of caller frames allows logrus to be wrapped, so please add it. See https://github.com/sirupsen/logrus/issues/972 for details. Please reopen that issue and close...

stale

### Describe the bug. The use of `testEnded` in worker/worker_test.go causes race condition test failures. ### Describe the steps to reproduce the behavior. ``` cd worker go test -race ```...

bug