jatinchowdhury18

Results 232 comments of jatinchowdhury18

Ah, this is very interesting, thanks for sharing! It's definitely good to see the improved performance, especially at FIR sizes of 64 and above. That's said, I'm not sure it's...

Gotcha, that makes sense. > EDIT2 : Just notice that auto zn = z(Fastor::seq(zPtr, zPtr + order, 1)); will produce error to build at buffer[n] = Fastor::inner(zn, hn);, that's why...

Hi! Thanks for the kind words, and for the question about the 2nd-order ADAA equation. From looking at the code again, it looks like you're correct. I had gotten a...

Hi all, Thanks for reporting this! I haven't been able to reproduce the bug yet VCV Rack 2 (standalone or plugin), but I'll keep investigating. I wonder if it has...

Hi! Thanks for reporting this issue. The code for this plugin was originally written with JUCE version 5.4.4. It looks like in JUCE 6 they changed the `ListBox::setHeaderComponent()` function to...

Thanks for the report. Would it be possible to share which version of VCV Rack Pro you were using when you experienced the crash? I'm also curious if any of...

Great thanks for the information. One more thing: would it be possible to re-create the crash, then save the Rack log file and attach it to this issue? There are...

Thanks! Unfortunately, I'm not seeing anything obviously wrong in the log file. I was able to test in Rack Pro (in Ableton 11), but was unable to re-create the crash....

Thanks for the bug report! This issue should be fixed in 023de1d. If you could confirm the fix in the latest [nightly builds](https://github.com/jatinchowdhury18/ChowDSP-VCV/releases/tag/AzureCI), that would be fantastic!

Hello! Thanks for the PR, it looks good overall. I think I would prefer to use [CPM](https://github.com/cpm-cmake/CPM.cmake) over `FetchContent`, but I'm not opposed to `FetchContent`. I think I would also...