How can I implement piano sustain pedal noise samples?
It tried the way that is kinda shown on the documentation, with onLoCC and onHiCC, but nothing happens.
<group name="Pedal Noise" pitchKeyTrack="0">
<sample path="Samples/Pedal/Pedal In UP - 001.wav" rootNote="001"
loNote="001" hiNote="001" onLoCC64="000" onLoCC64="063"/>
<sample path="Samples/Pedal/Pedal In DW - 000.wav" rootNote="000"
loNote="000" hiNote="000" onHiCC64="064" onHiCC64="127"/>
</group>
What is the right way to do it?