Merge branch 'ACreTeam:master' into master

This commit is contained in:
CreateSource
2025-10-23 12:09:41 -04:00
committed by GitHub
6 changed files with 786 additions and 489 deletions
+3 -3
View File
@@ -805,9 +805,9 @@ extern void Nas_EntryTrack(channel* chan, note* n) {
}
}
playback->_80 = (int)(n->velocity_square2 * 11.5f);
if (playback->_80 > 15) {
playback->_80 = 15;
playback->vel_conv_table_idx = (int)(n->velocity_square2 * 11.5f);
if (playback->vel_conv_table_idx > 15) {
playback->vel_conv_table_idx = 15;
}
playback->bank_id = subtrack->bank_id;
File diff suppressed because it is too large Load Diff