Brian Sorahan
Brian Sorahan
@rtomayko Do you plan to maintain shocco? @bosky101 I think we should add ./configure [here](https://github.com/rtomayko/shocco/blob/master/shocco.sh#L15) too
@rtomayko I've only just started using shocco but if it becomes a valuable piece of my toolkit then I would be happy to maintain
Another way to implement this could be to include a method: ``` go func (client *OscClient) AddLocalAddr(addr string, port int) ``` which could add the laddr field to the OscClient....
Cool. I think I'll prepare a PR with my second suggestion. It has zero impact on existing client code, and would let me accomplish what I need.
So I'm not actually sure why my first code snippet on this thread worked, but after using `SetLocalAddr` to communicate with scsynth I started getting bind errors saying the address/port...
This issue and #1 seem to be two symptoms of the same cause, which is that chuck does a bad job of handling compile-time failures when trying to instantiate stk...
@janne Have you considered using something like https://github.com/chzyer/readline ? If you like I can open a PR that uses that ^ I've used it before and been pretty happy
I'm seeing this too on OS 10.12.1, jackd 0.125.0 (installed via homebrew)
I'll give 3.10 a try today
Here are the changes in my environment python ``` python --version Python 3.10.11 ``` basic-pitch ``` Name: basic-pitch Version: 0.2.4 Summary: Basic Pitch, a lightweight yet powerful audio-to-MIDI converter with...