New Layout Bugs (not feature requests)
-
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.
-
Am I stupid? Trying to switch to new_layout branch and it's saying
new_layout did not match any file(s) known to git
edit: sorry I am stupid - had to checkout to develop first...
-
Selecting all samples in the sample map window and right clicking is still glitchy. Sometimes it opens the popup menu, other times it deselects all the samples.
-
Build error with latest commit
../../../../../HISE/hi_scripting/scripting/api/ScriptingApi.cpp:3239:32: error: cannot bind non-const lvalue reference of type ‘juce::ValueTree&’ to an rvalue of type ‘juce::ValueTree’ 3239 | for (auto& c : v)
-
@d-healey what did you have to do to cure the -fpermissive issue on Linux? Trying to compile the New Layout
../../../../../HISE/hi_backend/../hi_modules/../hi_scripting/scripting/scriptnode/api/NodeBase.h:198:8: error: declaration of ‘using Parameter = class scriptnode::Parameter’ changes meaning of ‘Parameter’ [-fpermissive] 198 | using Parameter = Parameter; | ^~~~~~~~~
-
@dustbro said in New Layout Bugs (not feature requests):
cure the -fpermissive issue on Linux
I added the -fpermissive flag :)
This is my fork that builds on GNU/Linux - https://github.com/davidhealey/HISE/tree/development
I have made a few alterations to the default .jucer file. You'll probably want to adjust it for your purposes, especially on Windows/Mac. Or it might be better just to take my values from there for Linux. I've also made some alterations to the source code, but probably nothing you'll notice.
-
This post is deleted! -
@d-healey getting a fatal error on your development branch
../../../../../HISE/hi_core/additional_libraries/fft_convolver/AudioFFT.cpp:52:12: fatal error: fftw3.h: No such file or directory 52 | #include <fftw3.h> | ^~~~~~~~~
-
@linuxvst said in New Layout Bugs (not feature requests):
with xcode 12,5,1
I couldn't get 12.5 to work on my computer. xcode 12 and xcode 13 worked though
-
@dustbro Yes, you need to adjust the .jucer file to suit your setup. I'm ussing FFTW instead of IPP, this is only for Open Source licensed projects.
@LinuxVst Latest commit isn't working - see my post a few above yours. Xcode 13 is what I'm using.