js-synthesizer
Advanced tools
Changelog
v1.5.2
(This version has no bug-fixes and feature updates.)
Changelog
v1.5.1
copyToChannel
on AudioBuffer
(#2, thanks to @CreadDiscans)Changelog
v1.5.0
Fluid
namespace support (breaking change for initial user)callFunction
method to AudioWorkletNodeSynthesizer
Synthesizer
such as setChorus
and setGenerator
(not add to AudioWorkletNodeSynthesizer
)
callFunction
Changelog
v1.4.1
Changelog
v1.4.0
SynthesizerSettings
object for initialization of synthesizer
init
method of Synthesizer
, or createAudioNode
method of AudioWorkletNodeSynthesizer
.setChannelType
method for Synthesizer (ISynthesizer
)removeAllEvents
/ removeAllEventsFromClient
methods for Sequencer (ISequencer
)Changelog
v1.3.0
js-synthesizer
(from fluid-js
)
fluid
-related files are currently supported, but will be removed in the future.Fluid
is changed to JSSynth
for js-synthesizer.js
file
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
).