Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What are the asterisks and colons at the end of names? #4

Open
1j01 opened this issue May 8, 2022 · 1 comment
Open

What are the asterisks and colons at the end of names? #4

1j01 opened this issue May 8, 2022 · 1 comment

Comments

@1j01
Copy link

1j01 commented May 8, 2022

There's an asterisk added to instrument names:

return _instr[n] + ' *';

What is this for?

Also, some instrument names include a colon, e.g. "Cello:"

{0:"Violin:",1:"Violin Attack:",8:"Slow Violin"},
{0:"Viola:",1:"Viola Attack:"},
{0:"Cello:",1:"Cello Attack:"},

Is from formatting the data into code?
Perhaps a regexp replace :"([},]) -> "$1 is in order.

@jazz-soft
Copy link
Owner

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants