Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "webmscore", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -214,2 +214,5 @@ | ||
export interface SynthRes { | ||
/** | ||
* Has the value `false` if the iterator is able to produce the next chunk | ||
*/ | ||
done: boolean; | ||
@@ -220,3 +223,3 @@ | ||
*/ | ||
startTime: number | ||
startTime: number; | ||
@@ -223,0 +226,0 @@ /** |
@@ -139,2 +139,5 @@ export default WebMscore; | ||
* Synthesize audio frames | ||
* | ||
* `synthAudio` is single instance, i.e. you can't have multiple iterators. If you call `synthAudio` multiple times, it will reset the time offset of all iterators the function returned. | ||
* | ||
* @param {number} starttime The start time offset in seconds | ||
@@ -141,0 +144,0 @@ * @returns {Promise<(cancel?: boolean) => Promise<import('../schemas').SynthRes>>} The iterator function, see `processSynth` |
@@ -303,2 +303,5 @@ | ||
* Synthesize audio frames | ||
* | ||
* `synthAudio` is single instance, i.e. you can't have multiple iterators. If you call `synthAudio` multiple times, it will reset the time offset of all iterators the function returned. | ||
* | ||
* @param {number} starttime The start time offset in seconds | ||
@@ -305,0 +308,0 @@ * @returns {Promise<(cancel?: boolean) => Promise<import('../schemas').SynthRes>>} The iterator function, see `processSynth` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21530886
8425
25