New Layout Bugs (not feature requests)
-
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
-
Same here
-
@d-healey said in New Layout Bugs (not feature requests):
Zooming in the loop finder window causes crash.
For some reason I can't reproduce it. Can you debug it and check where it crashes?
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.
There are a few nodes which cannot be used in a polyphonic context and the dynamics and oversample nodes happen to be like this. But I've fixed the crashes and changed it to a valid error message.
-
@Christoph-Hart said in New Layout Bugs (not feature requests):
For some reason I can't reproduce it. Can you debug it and check where it crashes?
It only happens when moving the slider to the left, beyond the centre position.
The crash happens at
596
ofSampleDisplaysComponent.cpp
Call stack:
-
Selecting a sample in the table list doesn't update the displayed waveform.