mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-21 17:24:14 -05:00
quick fix for piercing
This commit is contained in:
parent
1a88ead718
commit
7186da1894
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};
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user