Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webmscore

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webmscore - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc