Hise crashes when Sampler goes below C-2
-
@d-healey Well, when I set to -5 then only C-2 crashes Hise, C#-2 and above - all good.
But when I set -6, then it starts crashing on C-2 and C#-2
aaaaand if it's -7, then it starts crashing from D-2. Like there is some dependency
-
BTW I switched to MBP and the issue is still there. Midi keyboard is the same.
-
@DanSound said in Hise crashes when Sampler goes below C-2:
@Lindon This seems like the solution https://forum.hise.audio/topic/1035/ignore-note-range/2?_=1676312033909
But it doesn't fix the problem. Or there is another way to fix that?
Where did you place this script?
-
@d-healey it's on top, after the Interface script. And Transposer is on Sampler level.
-
Ok, after shifting the octave of my keyboard I was able to recreate the issue. And yeah it's weird, it doesn't happen on 24 but it does happen on 5 for example. I don't think it's as simple as it's trying to trigger a non-existing octave, otherwise the crash would happen at 24 as well.
@Christoph-Hart I think you should take a look at this.
@DanSound Do you need the user be able to transpose that low?
-
@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.