Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tone to the latest version 🚀 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Apr 7, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 0.12.80 of tone was just published.

Dependency tone
Current Version 0.11.12
Type dependency

The version 0.12.80 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of tone.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 358 commits.

  • c94e95c merging
  • 79397e1 Merge branch 'dev'
  • 247833f release candidate
  • 803e02f noting changes
  • 198450e note about starting on user action
  • fde0a33 added reverb example
  • da2c8de offline renders on click
  • 1da3626 Fixed variable name in example (#324)
  • 18fa100 making the inner forEachBetween exclusive of the end time
  • 433cd78 fixing infinite loop when stop and start are scheduled at the same time
  • 43f8725 Transport.cancel disposes the events not just removes them from the timeline
  • cd1e7ff forEachAfter -> forEachFrom, more consistent with Timeline
  • 5dcf75e updating synth sounds
  • 08aeae8 removing deprecated expression evaluation in time string
  • 79a4aaa getLevelAtTime returns the envelope's value at the given time

There are 250 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jan 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 10, 2019

  • The dependency tone was updated from 0.11.12 to 13.4.9.

Update to this version instead 🚀

Release Notes for r13.4.9
  • Updating semantic versioning to be more in line with other semvers. Now version is 13.x.x
  • logging full version
  • Added Object notation for Tone.TimeBase and classes that extend it.
    • i.e. Tone.Time({'4n' : 1, '8t' : 2})
    • Replacement for deprecated expression strings.
  • Tone.Meter uses RMS instead of peak (thanks @Idicious)
  • Tone.Sampler supports polyphonic syntax (thanks @zfan40)
  • Building files with webpack
  • Follower/Gate uses a single "smoothing" value instead of separate attacks and releases
  • Changing references to window allowing it to not throw error in node context
  • Testing examples
  • Tone.Channel combines Tone.PanVol with Tone.Solo.
  • Removing require.html example.
  • adding partialCount and baseType to Oscillator classes, helps with getting/setting complex types.
  • New examples with updated interface
  • Tone.start() to simplify resuming the AudioContext
Commits

The new version differs by 512 commits.

There are 250 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 27, 2019

  • The dependency tone was updated from 0.11.12 to 13.8.25.

Update to this version instead 🚀

Commits

The new version differs by 133 commits.

  • edbd3aa adding version to changelog
  • ed93b2c Merge pull request #529 from Tonejs/dependabot/npm_and_yarn/eslint-utils-1.4.2
  • f0695ee Bump eslint-utils from 1.3.1 to 1.4.2
  • 9b55078 updating link
  • f7405d9 Removing disconnect on ended
  • 86b2848 total time = decay + predelay
  • 507f095 compute time string values for envelope attack/release
  • cf31bb6 end exponentialApproach with a linearRamp
  • f393cf5 version should always be 'dev' until built by travis
  • d20f6e8 Releases all held notes
  • 82a9b54 Fixing sustained notes on Tone.Sampler (travis checked)
  • f0febbd Fixing sustained notes on Tone.Sampler (passing test)
  • 65098a0 Fixing released-sustained notes on Tone.Sampler
  • 641a2b5 fixing security issues
  • 22258b4 Add tests for Event and Part loop behavior when loop is false, 0 or 1

There are 133 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants