New Layout Bugs (not feature requests)
-
Does this only happen on Windows?
-
@d-healey osx for me, I'll try windows next time I turn the pc on
-
@d-healey macOS, I don't know about windows, all preferences I write on my main computer so they are ready when compiling on windows
-
Seems like it's a MacOS problem
-
I just had a look in the sourcecode (HiseSettings.cpp line 945) looks like it is perhaps a regex issue.
-
@ulrik
this Happens on Mac OS -
@LinuxVst It's a regex issue. MacOS and Windows handle certain regex parts differently. I'm regex illiterate so I don't know the details, but I'm sure it's an easy fix for Christoph when he has the time.
-
Is anyone getting this in the Console when they load projects?
-
@d-healey Yes. Happening here also...
-
@d-healey not when loading projects but when hitting F5 (compiles correctly though)
-
@d-healey
The Same Here it happens with a plugin that has a lot of Stuff
but it Compiles and works -
Anyone tried encoding ch files with the new_layout branch yet?
-
@d-healey Yes!! I am seeing this as well! Brings back painful memories!
-
Also, there is a bug when you delete a container that already contains a sampler f.e. It's been there before already... so it's not new_layout-specific. But it'd be nice if it weren't there anymore!
-
Selecting all samples in the mapping editor with CTRL+A then right clicking in an unmapped area clears the selection.
Opening the trim sample start option from the context menu causes HISE to crash.
-
Selecting the the "dynamics" tab when creating a new node in the new layout branch leads to an instant crash. -
Adding an oversample container in scriptnode causes distortion.
-
Zooming in the loop finder window causes crash.
-
Build error
../../../../../HISE/hi_core/hi_core/MainControllerHelpers.cpp:154:34: error: cannot bind non-const lvalue reference of type ‘hise::MidiControllerAutomationHandler::AutomationData&’ to an rvalue of type ‘hise::MidiControllerAutomationHandler::AutomationData’ 154 | auto& a = automationData[i][j];
-
@d-healey With the latest commit have the same error