Hi, I am trying to use different lowpass filters in different groups in which samples have different hiVel loVel values to get a velocity dependent cutoff. It seems as if only the effect specified in the last group applies to all previous groups, like
<group >
<sample ... hiVel="63" loVel="0" .../>
<sample ... hiVel="63" loVel="0" .../>
effects>
<effect type="lowpass" frequency="200.0"/>
</effects>
</group>
<group >
<sample ... hiVel="127" loVel="64" .../>
<sample ... hiVel="127" loVel="64" .../>
effects>
<effect type="lowpass" frequency="20000.0"/>
</effects>
</group>
always applies the second filter