You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for asking!
If the instrument in the particular bank is unknown (e.g. user-defined bank), it returns a GM instrument name with an asterisk.
Colon stands for instruments that support "legato".
There's an asterisk added to instrument names:
JZZ-midi-GM/javascript/JZZ.midi.GM.js
Line 564 in f1d047d
What is this for?
Also, some instrument names include a colon, e.g. "Cello:"
JZZ-midi-GM/javascript/JZZ.midi.GM.js
Lines 95 to 97 in f1d047d
Is from formatting the data into code?
Perhaps a regexp replace
:"([},])
->"$1
is in order.The text was updated successfully, but these errors were encountered: