Andrew Belt

Results 264 comments of Andrew Belt

I should probably handle rotated widgets in a better way. This is just a temporary hack.

Your graphics card probably doesn't support scissoring, because I'm using `nvgScissor` at https://github.com/VCVRack/Fundamental/blob/master/src/Scope.cpp#L168 and it doesn't do that on my computer. 1. What do you mean "tiny values"? Shouldn't those...

It's 99.9% probably the Audio Interface. That module is not crash-proof yet, so just edit out the "deviceName" with a text editor and open it.

Does clearing it or deleting the line make it openable?

Oh, maybe it's the MIDI interface. Try removing the "portName": "USB-MIDI 5", line?

Pinging https://github.com/VCVRack/Rack/issues/238 and https://github.com/VCVRack/Rack/issues/239

I'd imagine it's not the JSON parser that's failing but the selection/initialzation of the MIDI device

Is anyone able to just post a stack trace by running Rack through gdb or something?

That could be arranged. There are a number of people who enjoyed trying the v0.4.0 features before it was released, so perhaps I could make it a recommendation to be...

I'm able to reproduce, but I can't find any reason that the firmware allows the V/OCT input to work when BANK (CLOCK in internal firmware) is patched. Can someone with...