jatinchowdhury18
jatinchowdhury18
At this time we have no plans to change the release structure from it's current state (installers containing all supported plugin formats, for Windows/Mac/Linux). This is mainly due to the...
Thanks for the report! I'm away from my Windows computer at the moment, but I'll take a look at this when I get back.
Thanks for the bug report! The issue should be fixed with #311. If you'd like to try out the next [Nightly build](https://chowdsp.com/nightly.html#tape) (maybe give it a couple hours before it's...
I believe we spoke about this issue a little while ago on the Discord... If I remember right, the bug was only presenting itself when using smaller block sizes? I...
Hmmm, I did some more testing today, and still haven't been able to reproduce. Currently I'm testing with the nightly VST3 in Reaper 6.68. I've tried both "Chain oversampling" and...
Hmm okay... I was also testing on my M1 Mac. Maybe the issue only shows up on Intel? Or only on Windows? I can give those a try tomorrow.
It is also possible to use CPM's "local package override" to try CPM to use a locally downloaded copy of the dependency repo rather downloading it. Not sure exactly where...
Hmm, so the last development of this project was being done with JUCE version 5.4.4. so it should still be possible to build with that version of JUCE. If you're...
Hello! It looks like you have some sort of external audio device connected. A couple things to try: 1. Try running NewMixer with your computer's internal sound card. You may...
Oh, gotcha! The basic idea here is to use an `AudioDeviceManager` and an `AudioDeviceSelectorComponent`. I initialise the device manager [here](https://github.com/jatinchowdhury18/NewMixer/blob/master/Source/Processors/MasterTrackProcessor.cpp#L10) and the selector component [here](https://github.com/jatinchowdhury18/NewMixer/blob/master/Source/GUI%20Extras/Settings.cpp#L31). Note that if you want...