Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps tone from 13.4.9 to 14.7.77.

Release notes

Sourced from tone's releases.

14.7.39

14.7.x

Features

  • Converted to typescript!!!
  • adding AudioWorkletNode constructors to Context (f7bdd75)
  • adding ability to get the frequency at the FFT index (22cecdc)
  • adding AudioWorkletNode constructors to Context (f7bdd75)
  • adding BiquadFilter (75617d3), closes #686
  • adding linting to jsdocs (10ef513)
  • adding send/receive to Channel (703f27a)
  • Adding triggerRelease to PluckSynth (04405af)
  • Can set the parameter after constructing Param (23ca0f9)
  • adding onerror to Sampler (7236600), closes #605
  • Chorus extends StereoFeedbackEffect (a28f1af), closes #575
  • Convolver is just a wrapper around the ConvolverNode, no longer an effect (1668dec)
  • Get an oscillator wave as an array (9ad519e)
  • OfflineContext returns a ToneAudioBuffer (889dafa)
  • OfflineContext yields thread every second of audio rendered (1154470), closes #436
  • Renaming TransportTimelineSignal to SyncedSignal (86853fb)
  • es6 output (e5d28ba)
  • Render a segment of the envelope as an array (fc5b6f7)
  • testing examples in jsdocs (e306319)
  • Wrapper around the AudioWorkletNode (2ee8cb1)
  • Input/Outputs are no longer arrays.
    • simplifies connect/disconnect logic greatly. Simplifies API to just have clearly named inputs/outputs instead of overloading input/output connect numbers
  • Using "Destination" instead of "Master" for output
    • More consistent with Web Audio API
  • FrequencyShifter - thanks @​Foaly
  • PolySynth does not require a polyphony value.
    • Voice allocation and disposing is done automatically based on demand.
  • MetalSynth and MembraneSynth extends Monophonic enabling them to be used in PolySynth
  • OnePoleFilter is a 6b-per-octave lowpass or highpass filter
    • Using OnePoleFilter in PluckSynth and LowpassCombFilter
  • latencyHint is now set in constructor (ba8e82b), closes #658
  • meter output can be normalRange in addition to decibels (2625a13)
  • option to pass in the number of input channels to Panner (d966735), closes #609

BREAKING CHANGES

  • TransportTimelineSignal renamed SyncedSignal
  • Master renamed Destination
  • Buffer renamed ToneAudioBuffer
  • Buffer.on("loaded") is should now use: Tone.loaded(): Promise<void>
  • Removing bower (71c8b3b), closes #197
  • Removing Ctrl classes (51d06bd)

... (truncated)

Changelog

Sourced from tone's changelog.

14.7.0

Features

  • Converted to typescript!!!
  • adding AudioWorkletNode constructors to Context (f7bdd75)
  • adding ability to get the frequency at the FFT index (22cecdc)
  • adding AudioWorkletNode constructors to Context (f7bdd75)
  • adding BiquadFilter (75617d3), closes #686
  • adding linting to jsdocs (10ef513)
  • adding send/receive to Channel (703f27a)
  • Adding triggerRelease to PluckSynth (04405af)
  • Can set the parameter after constructing Param (23ca0f9)
  • adding onerror to Sampler (7236600), closes #605
  • Chorus extends StereoFeedbackEffect (a28f1af), closes #575
  • Convolver is just a wrapper around the ConvolverNode, no longer an effect (1668dec)
  • Get an oscillator wave as an array (9ad519e)
  • OfflineContext returns a ToneAudioBuffer (889dafa)
  • OfflineContext yields thread every second of audio rendered (1154470), closes #436
  • Renaming TransportTimelineSignal to SyncedSignal (86853fb)
  • es6 output (e5d28ba)
  • Render a segment of the envelope as an array (fc5b6f7)
  • testing examples in jsdocs (e306319)
  • Wrapper around the AudioWorkletNode (2ee8cb1)
  • Input/Outputs are no longer arrays.
    • simplifies connect/disconnect logic greatly. Simplifies API to just have clearly named inputs/outputs instead of overloading input/output connect numbers
  • Using "Destination" instead of "Master" for output
    • More consistent with Web Audio API
  • FrequencyShifter - thanks @​Foaly
  • PolySynth does not require a polyphony value.
    • Voice allocation and disposing is done automatically based on demand.
  • MetalSynth and MembraneSynth extends Monophonic enabling them to be used in PolySynth
  • OnePoleFilter is a 6b-per-octave lowpass or highpass filter
    • Using OnePoleFilter in PluckSynth and LowpassCombFilter
  • latencyHint is now set in constructor (ba8e82b), closes #658
  • meter output can be normalRange in addition to decibels (2625a13)
  • option to pass in the number of input channels to Panner (d966735), closes #609

BREAKING CHANGES

  • TransportTimelineSignal renamed SyncedSignal
  • Master renamed Destination
  • Buffer renamed ToneAudioBuffer
  • Buffer.on("loaded") is should now use: Tone.loaded(): Promise<void>
  • Removing bower (71c8b3b), closes #197
  • Removing Ctrl classes (51d06bd)
  • Players.get(name: string) is renamed to Players.player(name: string)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tone](https://github.com/Tonejs/Tone.js) from 13.4.9 to 14.7.77.
- [Release notes](https://github.com/Tonejs/Tone.js/releases)
- [Changelog](https://github.com/Tonejs/Tone.js/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/Tonejs/Tone.js/commits)

---
updated-dependencies:
- dependency-name: tone
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant