Thread Review (Newest First) |
Posted by nizloz - 14-06-22, 00:27 |
Amazing! Thanks so much. I will give this a go tomorrow! Btw - the whole %velolevs param makes a lot more sense to me now |
Posted by noek - 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: Code: %%mode=keyb Hope this helps, Noek. |
Posted by nizloz - 09-06-22, 10:53 |
Hi all, I've got a sample set that looks like this: Code: 100_f.wav 30_f.wav 45_f.wav 60_f.wav 75_f.wav 90_f.wav As you can see, for each note, I've got four samples with four velocity levels. So far, everything makes sense. However, I also have a release sample for each note, '%midinote_r.wav'. How can I properly define this in my definition.txt? I couldn't wrap my head round the explanation for this in the Config Params section on the website. I'll show you what I have so far: Code: %%mode=keyb Thanks in advance, and all the best, Nik |