Compare commits

..

No commits in common. "6a4c712f9677df08ba8e808dd73a491616086b78" and "f66952ef5c88e05cef16398fea5f973f87349795" have entirely different histories.

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.3f,
0.5f,
0.4f,
0.6f,
1.0f,
0.6f
0.7f
};
/* Index i = MIDI note (48 + i); notes outside [48, 83] are not rendered. */