Raphael Dinge

Results 41 comments of Raphael Dinge

Ok, can you please @OmsInSerial : ``` git submodule update --init --recursive ``` Seems like gyp is missing for some reason.

@OmsInSerial I think we need to pair on it. I'm reading and re-reading the code, and I have absolutely no idea how this could possibly not work. I'll contact you...

After some investigations: To reproduce, `kivu12` compatible program must loaded from the `QSPI` section. In that case, the `A8` pin, which is used for the address of the pots ADCs,...

So the branch is sitting on `wip-bootloader-v6`, and there was no big breaking changes. Only one struct now has a default constructor, so we can't use designated initializers anymore. The...

Hi @prettyboylaurel Thanks for your report. We actually install our own version of cairo because this library is incredibly difficult to make work right. So your problem is half a...

Great, thanks again for reporting. I'll need to get my hand on my patch.init() to verify all that. I think I'll take it from there. Thanks!

That's very nice of you. But don't worry, I have one of those boards too. It's one of the pre-release ones I believe though, so I'll need to check with...

Copying ``` /Users/***/.vscode/extensions/ms-vscode.cpptools-1.15.4-darwin-x64/debugAdapters/lldb-mi/bin/lldb-mi ``` to my ``` /Applications/Xcode113.app/Contents/SharedFrameworks/ ``` and then referencing it in the launch configuration: ``` "osx": { "MIMode": "lldb", "program": "/Applications/VCV Rack 2 Pro.app/Contents/MacOS/Rack", "miDebuggerPath": "/Applications/Xcode113.app/Contents/SharedFrameworks/lldb-mi" }...

Hi @olilarkin Thanks for the report! I remember I added this `

Hi @olicarter Great! Thanks for the feedback. Yeah indeed, I guess that `which python3` returns `/usr/bin/python3`? Which I guess then itself is a symlink to the Python in your Xcode...