Bug 155

Summary: sfz::Engine lochan/hichan opcodes cause Reaper to crash
Product: LinuxSampler Reporter: rapenose
Component: otherAssignee: Andreas Persson <andreas56>
Status: CLOSED FIXED    
Severity: blocker CC: andreas56, cuse
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Windows XP   

Description rapenose 2011-10-26 19:55:09 CEST
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.
Comment 1 rapenose 2011-10-31 05:18:42 CET
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...