How to properly define %relsample param
Started by nizloz




2 posts in this topic
noek

39 posts 0 threads Joined: Jan 2021
10-06-22, 20:02 -
#2
Hi Nik,
It's easy ... after you found out how...   Rolleyes

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
nb: if the %voice is left out, it means %voice=1

Hope this helps,
Noek.


Messages In This Thread
RE: How to properly define %relsample param - by noek - 10-06-22, 20:02