Compare commits

...

2 Commits

37 changed files with 3 additions and 3 deletions

View File

@ -83,10 +83,10 @@ const Color INSTRUMENT_COLORS[MAX_INSTRUMENT_TYPES] = {
};
const float INSTRUMENT_VOLUME[MAX_INSTRUMENT_TYPES] = {
0.4f,
0.6f,
0.3f,
0.5f,
1.0f,
0.7f
0.6f
};
/* Index i = MIDI note (48 + i); notes outside [48, 83] are not rendered. */