jatinchowdhury18
jatinchowdhury18
At the moment RTNeural is not intended to be used for running inference on a GPU. For more information please see Section 2.1 of the [reference paper](https://arxiv.org/pdf/2106.03037.pdf). I believe that...
Hmm, this is an interesting idea, though I feel like it might work a little bit better with the mod wheel instead of the pitch wheel, since the pitch wheel...
Thanks for reporting this! Probably just a simple typo in my Projucer settings, should be an easy fix.
Hello! Yes, I had noticed this as well. It wasn't bothering me too much since I've mostly been developing either in CLion (where I can search for the name of...
Thanks for the bug report! I did a little bit of investigating. It seems that when switching to performance mode, Plugin Doctor asks the plugin for a bus layout which...
Thanks for the bug report! Unfortunately, I'm not sure that I fully understand it... ChowMultiTool does not currently contain any spectrum analyzers. Is there a spectrum analyzer in Reaper that...
Hello, and thanks for the crash report! Unfortunately, I haven't yet been able to reproduce the crash, and given that the log file was unable to save the stack trace...
Thanks for reporting the issue! There's a few things that could be the issue here. First off, `std::construct_at` is a C++20 feature, so you may need to double-check that your...
Hi All! I think it should be possible to construct a NAM-style model using RTNeural's layers. If I remember correctly NAM uses a "Temporal Convolutional Network", and I have implemented...
Hi All, Sorry for the long delay, I've been a bit busy the past few months. I had a look at implementing one of the NAM architectures in RTNeural a...