Hi,
Congrats for this project!
With the following SFZ file, when sending a MIDI note 24 on channel1, both groups play at the same time, whereas only the first group should play.
It seems lochan=1 hichan=1 MIDI-channel-filtering does not work in the VST3 version (in Ableton DAW). I have tried both sfizz and sfizz-multi.
Any idea?
<control>
default_path=samples/
<group>
lochan=1 hichan=1
<region> key=24 sample=sine60.wav transpose=0 lochan=1 hichan=1
<region> key=25 sample=sine60.wav transpose=1 lochan=1 hichan=1
<region> key=26 sample=sine60.wav transpose=2 lochan=1 hichan=1
<group>
lochan=2 hichan=2
<region> key=24 sample=sine60.wav transpose=24 lochan=2 hichan=2
<region> key=25 sample=sine60.wav transpose=25 lochan=2 hichan=2
<region> key=26 sample=sine60.wav transpose=26 lochan=2 hichan=2
Hi,
Congrats for this project!
With the following SFZ file, when sending a MIDI note 24 on
channel1, both groups play at the same time, whereas only the first group should play.It seems
lochan=1 hichan=1MIDI-channel-filtering does not work in the VST3 version (in Ableton DAW). I have tried bothsfizzandsfizz-multi.Any idea?