jatinchowdhury18
jatinchowdhury18
The information in the JSON file appears correct to me. The only thing that I might change would be to add the "CLAP" tag along with the other plugin formats....
Thanks for sharing, yeah this looks super useful! I'd love to integrate the delay line and interpolation code into what I've already got in this repo, so it may take...
Yeah, having a generic and performance WaveNetVA implementation would be pretty nice! However, I think that sort of thing would fit better in the [RTNeural](https://github.com/jatinchowdhury18/RTNeural) library. If it's okay with...
Hello! In general, strings are not required for this library, but they are quite handy when working with the polymorphic API. That said, maybe we could add a compile option...
Oh yeah, I guess there's a couple of global definitions in the main header file, that would be missing if you just include one of the internals. In that case,...
I'm not sure I understand the question. As I mentioned earlier, the templated API does not depend on the `` header, or use strings in any way. This should also...
Okay, that's good to know. There' shouldn't be anything problematic about building the library with VS2019, since the library is tested regularly in that build environment. > I comment it...
Right, so a couple things: - You should not change the main header file... you should copy it, place the copy somewhere within your own source tree _and then_ change...
Hi @wolfkidsounds, thanks for all the great ideas! Unfortunately, I don't have a ton of time to work on this software these days, but I'll try to outline some thoughts...
@wolfkidsounds, Glad you like the ideas! I think this actually could be a neat project to work on to help learn C++. Would you be willing to chat about this...