Skip to content

13.4.9

Compare
Choose a tag to compare
@tambien tambien released this 10 Jan 04:53
  • 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