New Layout Bugs (not feature requests)
-
@d-healey
Thank's for the Answer! -
This post is deleted! -
@d-healey said in New Layout Bugs (not feature requests):
- Clicking on a sampler in the module tree causes HISE to crash. Latest commit.
Also clicking on a velocity module or the main container crashes HISE on my system...
-
@UrsBollhalder Confirmed (but intermittent). Which is weird because I thought @Christoph-Hart fixed this earlier today, perhaps he forgot to push the change.
Actually here's the commit. So I guess it didn't fix the problem.
Adding a table to the UI or opening a project with a table on the UI also causes instant crash.
Also @Christoph-Hart I think this testing value got left behind
currentMonoValue = 0.21f;// modBuffer.monoValues[startSample_cr];
-
This post is deleted! -
This post is deleted! -
@LinuxVst said in New Layout Bugs (not feature requests):
in the Preference Window you can't save the Bundle identifier
Works for me.
new locations for the Hise Path & the Global Script Path
To give a bit more detail to this. You can use the browse button, however it appears to be a file browser rather than a directory browser.
-
@d-healey said in New Layout Bugs (not feature requests):
You can use the browse button, however it appears to be a file browser rather than a directory browser.
Yes, this was a typo and is fixed now, along with the table crashes.
Oh and one last tiny thing:
AUTOTUNE!
-
-
This post is deleted! -
@Christoph-Hart Jeezz!!! That's awesome Christoph!!!
EDIT: macOS builds ok... 142 warnings though... But hey, it's Christmas time. Time to light up that XCode tree -
@Christoph-Hart Super handy!! I also love the alt-click preview function you added recently. But know when I am editing ac curve and want to preview with alt, it creates an automation point asap. It'd be perfect if alt was pressed, no automation points are created!
Also, waveform refresh after disabling the curve is only happening on re-engaging it...
And I suppose it is on purpose that you can spawn as many of those automation windows as there are gremlins in a rainstorm!Forgive my excitement... this is really, really nice!!
-
Thank you so Much "Autotune" this is Incredible!
-
Yep builds here too :)
-
I think this is related to what @UrsBollhalder was saying, when using MIDI selection the waveform view isn't updated when a sample is selected in the mapping editor.
Is it possible to copy the envelope points from one sample to another, either in the GUI or via scripting?
There's a funny interaction with envelopes and loop points. In this example the pitch changes during the loop, this actually causes the very start of the loop to also have a drop in pitch.
The fade in/out starts and ends based on the length of the sample rather than the sample's range. This means the automatic envelope won't do anything (or as much) for samples that have been trimmed inside HISE.
-
- Thank You Now it is Fixed with the "new_layout" uploaded Oct 15 3:25 AM
-
@LinuxVst Confirmed
-
@LinuxVst On my system as well...
-
@LinuxVst These errors are something to do with the backend waveform display, for some reason it's trying to include them in the frontend compiled plugin. If you use
USE_BACKEND
preprocessor definition then the error goes, but you'll get new errors and that's not the correct way to solve it anyway, I was just testing :) -
The analysis.oscilloscope node crashes Hise when you click on it in the latest new_layout build.