Manuel K
Manuel K
38823c54b0a09e4879ecd31f392500e3816c9b60 fixes the first part.
Done. Keeping the issue open as a reminder.
Let's discuss the general status in #11
Are you sure that the qmake modifications really work? I'm getting build errors on Qt 5.12.1 and 4.8.7 if the qrc file is added to `RESOURCES`. qmake says that there...
Ah, I think I've found the problems. Let me guess: You tested by building the project in the source tree, right? That works on my end, too.
The qmake part is easy to fix by adding `$$PWD/` before all occurences of `$$tsfile`, but so far I have only been able to build it out of tree if...
Okay. Got it. It works if the qrc file in the src directory is renamed to something else. Then you can get qmake to copy the file to the build...
There are two solutions for this: - Make the Shruthi send LFO rate updates as NRPN - Mimic its extrapolation function
Commit 8628a3f92bba00798086d7ccf50c694a5ccc5239 implements the second solution. It seems to work, but solution one is preferable.