(beat: Beat | null)
| 476 | } |
| 477 | |
| 478 | function idOfBeat(beat: Beat | null) { |
| 479 | return beat ? beat.id : -1; |
| 480 | } |
| 481 | |
| 482 | function prepareGraceMultiVoice(graceNoteOverlap: number, graceNoteDuration: number): MidiTickLookup { |
| 483 | const lookup = new MidiTickLookup(); |