fix: rearrangeMidiMelody newId not defined
newId was defined inside updateActiveTracks callback but referenced outside (line 15002 return). Moved declaration before the callback as rearrangeNewId, accessible in both the callback body and the outer return statement.
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user