Russell McClellan
Russell McClellan
Try the same URL again. I should have fixed it.
Does this happen every time? Looks like a weird threading issue
Finally got it! It was a crash bug in apple's ring buffer code... Doesn't look like they tested it much! It would crash if there was a CPU overload, which...
Thanks! I think I know what this is, I'll fix it later this week. Apple introduced a new plug-in API in 10.7 and deprecated the old component manager stuff that...
try it now? I pushed a new version to npm so you could use that. I think the monosine example won't compile because I used C++11 "auto", but the others...
Thanks for trying again. The version I just pushed to npm (0.0.4) should work I think - I don't have a real snow leopard computer to test, just the SDK,...
Great question! I would say I am not happy with this iteration of the design. It seems to be *very* sensitive to power supply fluctuations. I'm actually hoping to return...
I just meant "ability to do analog design well" :-)
Yeah, good point. I don't have a great answer here, since as you say we can't just arbitrarily change the types. Perhaps in strict mode we can throw an error...
Hey, sorry for not responding to this for so long. I'm confused about why you need to use utf8. OSC is actually a binary encoding (as opposed to a string...