Some weirdness:
-The sfz instrument itself contains no instrument on note 52, and the snare roll resides on note 96.
-The 47th pitch entry in the idf assigns entry note (enote) 96 to the sfz instrument note (anote) 96, and that is also how the instrument definition editor in MusE displays the assignments (c6 is note 96). (screenshot 1)
But, in the drumpart editor window, the enote is displayed as note e2 (that's note 52) instead of c6. (screenshot 2)
And indeed, playing e2 on my midi keyboard plays the snare roll!
Turns out when I add assignments for the empty note 52 to the idf, by changing
Code:
<entry pitch="96"> <hide>1</hide> </entry>
into
Code:
<entry pitch="96"> <name>empty 52</name> <enote>52</enote> <anote>52</anote> <hide>1</hide> </entry>
that now the snare roll can be played with c6, as it should, and not with e2 anymore.
I don't think it is worth fixing (e2 is more accessible on my keyboard than c6 anyway, having only 4 octaves of keys) so I won't update the idf, but in case anyone wants to fix it, you'll know what to do.
Statistics: Posted by Impostor — Wed Mar 06, 2024 2:11 pm