David

Results 7 comments of David

I cloned the repo and built the VST. After removing two lines at 714 and 715 from src/common/load_save.cpp, I was able to import, save and export banks. ``` diff --git...

Just chiming in that I experienced the issue with Reaper 6.03 and 6.04 and Helm 0.9.0. The VST loads fine in Bitwig, but it wont open in Reaper. However, the...

I've made some steps to build this (and the /libonnxruntime-neuralnote dependency) in Linux. At the moment, I've got NeuralNote compiling but it fails in the linker stage. I'll push what...

I've created a (pull request](https://github.com/DamRsn/NeuralNote/pull/44) that is dependent on a prebuilt onnxruntime library. It isn't building (linking errors) yet, but I figured its a place to start a discussion. FWIW,...

@polygon you've gotten further than I have. How did you resolve the linker issue?

> Before merging, it'd be great to fix the linker error and have everything working. I'm converting the PR to draft. Yeah, I'm kind of stuck on that at the...

Heres a list of all the lists used by the s2bapp interface: ``` "motorAll": [ "motor A", "motor B", "motors AB", "motor C", "motor D", "all motors" ], "motorDirection": [...