mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-21 08:04:18 -05:00
quick fix for piercing
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -127,7 +127,9 @@ const parseNote = (pitch: string, seq: Note[]): {pitch: string, octave: number}
|
||||
return trend(current, l, seq);
|
||||
})();
|
||||
|
||||
return {pitch: pitch, octave};
|
||||
if (octave > 5) octave = 5;
|
||||
|
||||
return {pitch, octave};
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user