In order to not get tripped up over "basedrum" vs "bd", I required aliases for the various musical instrument sounds. See #5
As it currently stands, these musical aliases are located in the utilitiesBeep Package. Not the NoteblockRobot/Util/sheetMusicPlayer, where one would expect at first glance to see this instrument-related feature. See issue #7
This is made even worse by the SheetMusic->Matrix function requiring strict known indexes for every musical instrument.
Currently, this musical instrument-> set index feature is in mCraftnBlockmLearning .
A musical instrument->set index is, in my opinion, too similar to the aliaser seen in utilitiesBeep.
A more robust instrument aliaser would avoid this functionality being doled out so randomly.
In order to not get tripped up over "basedrum" vs "bd", I required aliases for the various musical instrument sounds. See #5
As it currently stands, these musical aliases are located in the utilitiesBeep Package. Not the NoteblockRobot/Util/sheetMusicPlayer, where one would expect at first glance to see this instrument-related feature. See issue #7
This is made even worse by the SheetMusic->Matrix function requiring strict known indexes for every musical instrument.
Currently, this musical instrument-> set index feature is in mCraftnBlockmLearning .
A musical instrument->set index is, in my opinion, too similar to the aliaser seen in utilitiesBeep.
A more robust instrument aliaser would avoid this functionality being doled out so randomly.