jatinchowdhury18
jatinchowdhury18
> Yep. (Currently it's off, in 1.1.2 ("nightly").) Was this loading an instance of ChowKick from a previously saved session or loading a new instance? For sessions that were saved...
Thanks for posting this issue! I've got a couple of questions that might be relevant in debugging what's going on here. - Is the laggy UI issue happening with the...
Thanks for the bug report! Unfortunately, I don't have an Arch Linux setup to test with at the moment, but I'll ask around to see what I can do. First,...
Thanks for continuing the discussion while I was out for American Thanksgiving :). I'm not sure I have enough knowledge of the Linux distributions being discussed to provide much insight,...
> Regarding potential JUCE changes affecting the GUI behavior. I'm happy to provide more feedback on behavior on my systems, but since i'm not a developer could you, jatinchowdhury18, plase...
> > ```shell > > # Clone the repository and initiaqlize submodules > > $ git clone https://github.com/Chowdhury-DSP/BYOD > > $ cd BYOD > > $ git submodule update --init...
Interesting, thanks for the updates everyone! From the debug log that @maxigaz shared, it looks like the primary issue has something to do with starting/stopping threads (specifically [this assertion](https://github.com/juce-framework/JUCE/blob/master/modules/juce_core/threads/juce_Thread.cpp#L257) is...
Thanks for sharing! I was hoping to get a more descriptive stack trace out of gdb, but I guess that's what it is. Anyway, I'll see if I can get...