harudagondi / bevy_fundsp

A Bevy plugin that integrates FunDSP into Bevy.
Apache License 2.0
73 stars 12 forks source link

Update fundsp requirement from 0.12 to 0.13 #34

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on fundsp to permit the latest version.

Changelog

Sourced from fundsp's changelog.

Changes

Version 0.14 (Next Version)

  • New math functions sqr_hz and tri_hz for non-bandlimited square and triangle waves.
  • Lorenz and Rössler chaotic system oscillators as opcodes lorenz and rossler.
  • swap_stereo is now generic reverse, which reverses channel order.
  • Resonant two-pole filter by Paul Kellett as bandrez and lowrez.
  • Sample-and-hold opcodes hold and hold_hz.

Version 0.13

  • Fade curves for Sequencer events. To migrate, use the curve Fade::Smooth.
  • Net32/64 now operates on stable node IDs of type NodeId. Other improvements.
  • swap opcode is now swap_stereo, to avoid possible conflicts with std::mem::swap.
  • New method AudioNode::allocate for preallocating everything.
  • Identity function has been renamed from id to identity, to match the standard library.
  • Setting system MPSC channels were async by mistake; they are now blocking.
  • Net32/64 can now have a real-time safe backend.

Version 0.12

  • More settings implemented.
  • Signal routing is now an exclusive operation, for practical reasons.
  • Granular synthesizer. FunUTD is now a dependency.
  • Block rate adapter that converts calls to block processing.
  • New random function rnd2 from Krull64 output stage.

Version 0.11

  • Composable setting system for making it easier to control basic settings in real time.
  • system opcode was renamed update.
  • New waveforms, organ and soft saw.
  • New envelope opcodes with any number of inputs: envelope_in and lfo_in.

Version 0.10

  • New opcode resample for variable speed cubic resampling.
  • Wave32/64 improvements. Symphonia integration for reading audio files.
  • Tagged constants were removed. They were not scaleable.
  • Callbacks were removed from Sequencer32/64 and Net32/64. Will reimplement if requested.
  • The follow filter now jumps immediately to the very first input value.

Version 0.9

  • detector was removed (it did not work).
  • New opcode biquad for an arbitrary biquad filter.
  • Net32/64 method add was renamed push (it conflicted with the operator implementation).
  • Graph syntax was implemented for Net32/64. They can also be combined with components from the preludes.

... (truncated)

Commits


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)