Skip to content

SFZ "lochan" "hichan" opcodes support in Sfizz VST3 version #1325

@josephernest

Description

@josephernest

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions