While loading sfz-files with opcodes "lochan" and "hichan" with values other than lochan=1 and hichan=16 Reaper crashes immediately. Same with MiniHost and LinuxSampler as vst-plugin. So there is no way to let a group/region play at only one midi channel. ------------------------------------------------------- Here is my "working" sfz-file: <group> loop_mode=loop_continuous amp_veltrack=0 ampeg_release=0.1 lochan=1 hichan=16 <region> sample=Hello\036-c.wav key=36 ------------------------------------------------------- This one causes the crash: <group> loop_mode=loop_continuous amp_veltrack=0 ampeg_release=0.1 lochan=1 hichan=1 <region> sample=Hello\036-c.wav key=36 ------------------------------------------------------- This one crashes too: <group> loop_mode=loop_continuous amp_veltrack=0 ampeg_release=0.1 lochan=2 hichan=3 <region> sample=Hello\036-c.wav key=36 ------------------------------------------------------- I'm using the 32bit vst-plugin of LinuxSampler with Fantasia-frontend. My Vst host-software is Reaper/32bit on Windows7/64bit, 8GB Ram, Core i5.
I tried the 64bit version of Reaper with LinuxSampler(64bit) vst-plugin. Same result - Reaper Crashes while loading the sfz. Btw. - The latest version of LinuxSampler(32bit plugin/date 2011.10.30) does not load any sfz file on Reaper(32bit). But the 64bit vst-plugin on Reaper(64bit) does...