Closed kinwie closed 1 year ago
A description and test file for this case has been posted here :
https://github.com/kinwie/sfztest/wiki/Cymbal-choke-test-for-edrums-and-keyboard-mapping-mode
https://redtide.github.io/sfztest/Cymbal-choke-test-for-edrums-and-keyboard-mapping-mode/
or just on_cc
as generic?
These opcodes,
on_locc133
on_hicc133
orstart_locc133
start_hicc133
are listed already but not yet implemented in most sfz players. CC133 is extended cc for keynumber. The intention for its use is for triggering release samples that put on a key and triggered from another key. In practical, it will be used for triggering cymbals release/choke/tail samples.A short explanation for Drum kit mapping ;
on_locc130
on_hicc130
. CC130 is polyphonic aftertouch. This is works and commonly supported by most e-drums.on_locc133
on_hicc133
.So, either implementing
on_locc133
on_hicc133
andstart_locc133
start_hicc133
OR made a new opcode :on_key
which has the same function