Updated string samples

This commit is contained in:
Joseph DiMaria 2026-01-31 17:44:41 -08:00
parent 27c371e97e
commit 8ae06d25d3
37 changed files with 3 additions and 3 deletions

View File

@ -81,10 +81,10 @@ const Color INSTRUMENT_COLORS[MAX_INSTRUMENT_TYPES] = {
}; };
const float INSTRUMENT_VOLUME[MAX_INSTRUMENT_TYPES] = { const float INSTRUMENT_VOLUME[MAX_INSTRUMENT_TYPES] = {
0.4f, 0.3f,
0.6f, 0.5f,
1.0f, 1.0f,
0.7f 0.6f
}; };
const char* const INSTRUMENT_LANE_WAV[MAX_INSTRUMENT_TYPES][LANE_COUNT * OCTAVE_COUNT] { const char* const INSTRUMENT_LANE_WAV[MAX_INSTRUMENT_TYPES][LANE_COUNT * OCTAVE_COUNT] {