when no key switches are down it will play the default samples, when a keys switch is held down "sw_down" it will play the articulation key switch sample only.
Here Sforzando is playing both notes on the bends using sw_last for the default key switch C1 in group 0:
https://www.dropbox.com/s/qzugrlai6sunh ... s.mp4?dl=0 < Right click open in new tab.
(Click No Thanks Continue at the bottom to skip login)
By adding "off_by=[group number]" it works but I have 8 articulation groups and adding another "off_by=" it don't work, it plays the normal and bend at the same time as above"
https://www.dropbox.com/s/f7ml11xgh9568 ... 3.mp4?dl=0 < Right click open in new tab.
(Click No Thanks Continue at the bottom to skip login)
Code: Select all
<group> group=0 //Normal
off_by=3 //Group 3 bends D#1
sw_lokey=C1
sw_hikey=A1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<group> group=3 //Bends
sw_lokey=C1
sw_hikey=A1
sw_down=D#1
sw_label=D#1 Bend Full
