OpenSourceAnarchist
OpenSourceAnarchist
I appreciate this a lot truly. I will work on hacking together an implementation of the tuning algorithm with your library and see if any issues or questions come up!...
Just a few questions/comments on the implementation: I'm a little concerned that single note change SysEx calls aren't getting the right priority in the tuning calculation. In `src/spessasynth_lib/synthetizer/worklet_system/worklet_methods/voice_control.js`, shouldn't the...
Yes, your implementation and precedence/ordering make more sense now. I didn't understand the purpose of `midiNote` in `this.tunings`. I thought `midiNote` was referring to the _original_ midi note number, and...
I'm not done with it, but if I find any issues I'll reopen this. Otherwise I'll just let you know when it's done so you can check it out! I...
So sorry for causing a rabbit hole, I really expected it to be a simple change with just adding in vulkan deps and changing the makefile options. My use case...