Brian Sorahan

Results 15 issues of Brian Sorahan

Fix stuff like [this](https://github.com/scgolang/sc/blob/257fa2dc8f1e51555b226c5da9928089439b8693/c.go#L159) Either use a type switch... or something cleaner.

This is a rough sketch of an idea to avoid all the `panic`'ing in the ugen Rate methods. The idea is to cache an error on the ugen that will...

# Problem OSC is an encoding, not a protocol. See Adrian Freed's comments here: https://forum.pjrc.com/threads/18849-Open-Sound-Control It would be nice to be able to use this package with networking protocols as...

[This code](https://github.com/scgolang/osc/blob/876161d22dbc56517f1df8686a8ffc31daeab01f/dispatcher.go#L22-L32) does not handle nested bundles. Relevant content from the OSC 1.0 spec: > When bundles contain other bundles, the OSC Time Tag of the enclosed bundle must be...

It would be nice to build all VCV plugins in a consistent way. This plugin fails on this command: ``` git submodule update --init --recursive ``` Which is documented [here](...