Sampler issues latest build
-
-
What CPU are you using?
-
-
@Christoph-Hart
I just realized that I wasn't using the debugging version of HISE.
Here's some info that might be more relevant:
-
-
-
and here's the final error that causes crash when preloading monolith
-
@Christoph-Hart Is there anything else I can do to troubleshoot this issue?
-
I'm also having a heck of a time with playback of the sampler in general.
I've notices a couple of issues (other than overlapping midi not triggering samples).- Even if there is no overlapping midi, random wont trigger. (overlapping midi will 100% not trigger)
- using the freeze function in Cubase or bouncing down the audio in Cubase + Reaper gets an unexpected result. Audio gets chopped off (I think I experienced this during the overlap midi thread as well)
-
-
Looks like the samples cutting out and not exporting properly are a buffer issue. Setting preload to -1 works great... but eats up a huge amount of RAM. Time to tinker with some settings :)
-
Are you using an external HDD?
-
@Christoph-Hart I'm not. I have an SSD and SATA in this rig. It does it on both.
Setting preload to 16000 made it work well with a has a small RAM footprint. I'm pretty happy with that.
Still can't export a monolith though ;) -
Yes, that export issue has something to do with your weird AMD CPU not supporting a SSE3 instruction :) I am using Intel CPUs on all my test machines, but I'll figure this out when I find the time.
The streaming buffer drops are worrying though. How many voices are you playing before you get the drop outs? You should be able to play at least 400-500 voices before the streaming engine starts getting busy.
-
@Christoph-Hart That's probably why my Mac doesn't crash when making monoliths... It should be noted that the intel Mac does get the same "file is corrupt" error in Console.
When I do a test with a bunch of hits, such as a drum roll, it can use up to 100 voices. I've haven't seen it get above 200 with a full multi mic drum kit going.
-
Hmm, but the example screenshots you showed are just playing a few voices and still drop out, so it can't be a performance issue actually.
How many mic channels are you using? Ah, and does changing the preload size to -1 fix the overlap not being retriggered?
-
@Christoph-Hart said in Sampler issues latest build:
How many mic channels are you using?
This example has 4 mic positions.
does changing the preload size to -1 fix the overlap not being retriggered?
HOLY CRAP! It does!
-
Alright, then we just know that something is funky with your streaming thread. Getting close...
-
@Christoph-Hart Maybe I spoke too soon. It worked on one quick test, but now it seems to be random if it triggers with overlap
-
@Christoph-Hart After looking into this further, I think it comes down to basic NoteOn / NoteOff commands.
In this first pic, I have 4 overlapping notes. Only 3 of them are triggered.
If I arrange the midi to display where the overlaps occur, I can see that the sampler wont trigger a 2nd midi note (of the same note) without first receiving a NoteOff command.