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

js-synthesizer

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-synthesizer - npm Package Versions

1

1.5.2

Diff

Changelog

Source

v1.5.2

(This version has no bug-fixes and feature updates.)

  • Update packages and build settings
jet2jet
published 1.5.1 •

Changelog

Source

v1.5.1

  • Fix to support iOS Safari that does not support copyToChannel on AudioBuffer (#2, thanks to @CreadDiscans)
jet2jet
published 1.5.0 •

Changelog

Source

v1.5.0

  • Remove Fluid namespace support (breaking change for initial user)
  • Add callFunction method to AudioWorkletNodeSynthesizer
  • Add some methods to Synthesizer such as setChorus and setGenerator (not add to AudioWorkletNodeSynthesizer)
    • To use those methods from audio worklet, load your script into audio worklet and use callFunction
jet2jet
published 1.4.1 •

Changelog

Source

v1.4.1

  • Fix to send 'unregister' event explicitly before unregistering client from Sequencer, to avoid access violation ('index out of range' error in JS)
jet2jet
published 1.4.0 •

Changelog

Source

v1.4.0

  • Add SynthesizerSettings object for initialization of synthesizer
    • The object can be specified for init method of Synthesizer, or createAudioNode method of AudioWorkletNodeSynthesizer.
  • Add setChannelType method for Synthesizer (ISynthesizer)
  • Add removeAllEvents / removeAllEventsFromClient methods for Sequencer (ISequencer)
jet2jet
published 1.3.0 •

Changelog

Source

v1.3.0

  • Rename package name to js-synthesizer (from fluid-js)
    • Old fluid-related files are currently supported, but will be removed in the future.
  • The root namespace Fluid is changed to JSSynth for js-synthesizer.js file
    • The namespace Fluid is only available when using fluid.js (or files beginning with fluid), and the namespace JSSynth is only available when using js-synthesizer.js (or files beginning with js-synthesizer).
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