Welcome to Decent Sampler Q&A, where you can ask questions and receive answers from other members of the community.
0 votes

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

in Using the Sampler by

Please log in or register to answer this question.

...