playNoteWithStartOffset
-
Hmm, seems the issue isn't with the function, I need to debug more.
-
Ok I worked it out. There is a bug :) but it only happens when using multi-mic samples. With a really low offset it causes some nasty distortion and noises, with an offset greater than 1 millisecond it causes an instant crash on my system.
-
bump bump
-
Yupp, will add it to the things to fix with the new sample map system.
-
@christoph-hart Has this been resolved?
-
@d-healey said in playNoteWithStartOffset:
@christoph-hart Has this been resolved?
It has not :p
dmesg shows this if it's any help:
segfault at 7f4d7dc0dc74 ip 00000000008c49ea sp 00007f4dd6ef9df0 error 4 in HISE Standalone[400000+f61000]
-
Was the recent multichannel crash commit meant to fix this issue?
-
A quick demo of the bug, does some strange stuff. https://youtu.be/d5fjOezOtZ4
-
@d-healey This problem is still present in the develop branch
-
I think I found the problem and fixed it, but I didn't reproduce the issue because I am lazy. Can you check if it works now?
Basically I didn't duplicate the code from the normal sample playback to multimic playback, which caused a sample offset of minus one (=> crash)
-
@christoph-hart Building now...
-
Yippie! it works! thank you!!!
-
Well, you waited long enough :)