10-06-22, 20:02 -
Hi Nik,
It's easy ... after you found out how...
The config params tell only part of the story (the exact syntax). It's also worthwhile to look at Sampled release on the more_info page as well as the definition.txt of the demo samples on the distributed image.
Several ways to achieve what you want, I would make it like this:
nb: if the %voice is left out, it means %voice=1
Hope this helps,
Noek.
It's easy ... after you found out how...
The config params tell only part of the story (the exact syntax). It's also worthwhile to look at Sampled release on the more_info page as well as the definition.txt of the demo samples on the distributed image.
Several ways to achieve what you want, I would make it like this:
Code:
%%mode=keyb
%%velmode=accurate
%%velolevs=4
%%relsample=S
%midinote_pp.wav,%velocity=1
%midinote_p.wav,%velocity=2
%midinote_mf.wav,%velocity=3
%midinote_f.wav,%velocity=4
%midinote_r.wav,%voice=-1
Hope this helps,
Noek.