You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Remove unnecessary vibrato restriction for JP and US audio
This commit is contained in:
@@ -292,6 +292,7 @@ void note_vibrato_init(struct Note *note) {
|
||||
|
||||
vib = ¬e->vibratoState;
|
||||
|
||||
/* This code was probably removed from EU and SH for a reason; probably because it's dumb and makes vibrato harder to use well.
|
||||
#if defined(VERSION_JP) || defined(VERSION_US)
|
||||
if (note->parentLayer->seqChannel->vibratoExtentStart == 0
|
||||
&& note->parentLayer->seqChannel->vibratoExtentTarget == 0
|
||||
@@ -300,6 +301,7 @@ void note_vibrato_init(struct Note *note) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
|
||||
vib->active = TRUE;
|
||||
vib->time = 0;
|
||||
|
||||
Reference in New Issue
Block a user