after using the resampler pro amxd into ableton live for recording a multisample, I get some files with the format :
midinotenumber(space)velocity(space)referencepitch {recdateandtime}(dot)aiff
for example :
0 120 C1 [2025-01-17 144002].aiff
How can I configure the algorithm to organise my samples?
Thanks.
Brice
moss wrote: Tue Jan 04, 2022 10:36 amThe default pattern matches two different things (separated by the comma).DanBailiff wrote: Tue Jan 04, 2022 1:51 am I'm trying to setup some drum samples on the same note with multiple velocities with wav files. I'm having a hard time understanding the pattern matching for this without seeing some examples.
Detection pattern: _ms*_,S_*_
What does that match to?
_ms*_
S_*_
The pattern matcher simply looks for this substring where the "*" is the velocity layer number.
E.g. "S_000_028_e0_L.wav" is matched by the 2nd.
" v*" (without the quotes) should work in your case but I am not fully sure about the space. If you want to append it, it would be: "_ms*_,S_*_, v*" (again without the quotes).DanBailiff wrote: Tue Jan 04, 2022 1:51 am For example, my current naming scheme is "Kick01 SomeName C1 v1.wav", where "v1" is the velocity value. I can change my naming convention or the pattern matching, but I have no idea how to do that. Currently, I get an error where it complains about combining multiple mono splits into stereo, which is not what I want.
If you cannot make it work, please send me some example files.
