Hise crashes when Sampler goes below C-2
-
@d-healey oh, so it's not just me :) Thank you for taking time to figure out this issue.
I don't think the user will go that low, but it possible that someone accidentally find this bug (like I did) and will be annoyed by ruined session.
-
@DanSound whats wrong with pre-filtering all the notes below c-2? - right after Transposer1 in your example above
-
@Lindon I tried to add per-filtering before and after, it still crashes.
-
@DanSound said in Hise crashes when Sampler goes below C-2:
@Lindon I tried to add per-filtering before and after, it still crashes.
-- er how can it as it should never play the note...unless its something in the transposer itself....
-
@Lindon Yeah I tried it as well. Possibly a transposer bug.
-
@d-healey said in Hise crashes when Sampler goes below C-2:
@Lindon Yeah I tried it as well. Possibly a transposer bug.
yeah thats my feeling too...
-
@DanSound See if my transposer script works any better
https://github.com/davidhealey/HiseUtilityScripts/blob/master/modules/Transposer.js
-
@d-healey unfortunately, Hise still crashes when I turn octave or semi tone knobs.
-
@DanSound In that case I think the best action is to take my transposer script, and before applying a transpose value check if that value will cause a crash. If so, you can skip it. Not a perfect solution of course.
-
@d-healey Thanks again, will try this option for now. But hopefully Christoph will fix this in some future updates.