Skip to content

Commit

Permalink
Fix #34 First play after page load stutters
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Apr 21, 2024
1 parent 990bebc commit d7983cc
Show file tree
Hide file tree
Showing 9 changed files with 790 additions and 611 deletions.
229 changes: 191 additions & 38 deletions dist/musicxml-player.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/musicxml-player.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types/Player.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/types/WebAudioFontOutput.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ export declare class WebAudioFontOutput implements IMidiOutput {
private _instruments;
private _pitchBends;
constructor(midiJson: IMidiFile);
clear(): void;
init(): Promise<void>;
send(data: number[] | Uint8Array, timestamp: number): void;
private _noteOn;
private _noteOff;
private _pitchBend;
private _timestampToAudioContext;
clear(): void;
}
//# sourceMappingURL=WebAudioFontOutput.d.ts.map
2 changes: 1 addition & 1 deletion dist/types/WebAudioFontOutput.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d7983cc

Please sign in to comment.