Multi-mic merge unequal length issue
-
Interesting... I got this error too. On my end, it ended up that some samples I exported from Cubase were shorter by 1 sample! I think it's an error with their crossfade math, but haven't looked closer yet.
-
I just came across this issue again with a different sample set. Again the solution was to drag in each velocity layer one at a time instead of using velocity spread. So I'm pretty sure this is a velocity spread bug.
-
Just came up against this issue without using velocity spread - so I don't think it's specifically that.
-
@LightandSound said in Multi-mic merge unequal length issue:
Just came up against this issue without using velocity spread - so I don't think it's specifically that.
Are your samples definitely the same length?
-
@d-healey to the sample yeah
-
Did you convert them to monoliths before you tried to merge?
-
@d-healey if I come up against it again I'll update here
-
@d-healey Issue was due to velocity ranges of 1 not being permitted and I missed it. Implemented a quick fix.
-
@LightandSound said in Multi-mic merge unequal length issue:
@d-healey Issue was due to velocity ranges of 1 not being permitted
They are in my build :) although I haven't tested with multi-mic samples.
-
@d-healey I'll test out your build - though looking at the commit in your build it changes the sampler to allow it, but not the import method unless that was in an earlier commit - since FileNamePartComponent takes the value for the high velocity and adds + 1 (when importing at fixed velocity that is)
-
@LightandSound Yeah I didn't fiddle with the import method at all. At the time I'd already imported my samples and then decided I wanted them on a single velocity.
-
@d-healey I've got about 13,000 samples to import to this one sampler so I'm definitely not doing this manually xD
-
Is there a way to ignore the length of the samples when using the Multi mic function? I have 1800 samples with 5 velocities and many of them have differences of 2 or 3 points.
-
@bendurso I don't think so.
-
@bendurso No they all must be the same. You can probably pad them with silence to the same length using Sox and soxi. This might be something chatgpt can help with, I've found it quite useful for simple scripts.