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 twang requirement from 0.7 to 0.8 #38

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2022

Updates the requirements on twang to permit the latest version.

Changelog

Sourced from twang's changelog.

[0.8.0] - 2022-02-03

Added

  • no-std support
  • ops module for auditory effects previously provided by Signal
  • osc module for basic oscillators previously provided by Signal
  • Synth::stream() (needed now that the Stream trait is gone)

Changed

  • Update to fon version 0.6
  • Move Pink to noise::Pink
  • Move White to noise::White
  • Rename Pink::noise() to Pink::step()
  • Rename White::noise() to Pink::step()
  • Move Room to ops::Room
  • Rename Room::gen() to Room::step()
  • Room::add() now takes seconds instead of samples for time parameter

Removed

  • Signal - fon::Ch32 is now used instead
  • Mix trait, you can now use fon::Frame::pan() to mix instead
  • Synth::params()
  • Fc - no longer any global synthesis state

[0.7.0] - 2021-01-17

Changed

  • Update to fon version 0.5

[0.6.0] - 2020-12-30

Added

  • Synth now implements fon::Stream
  • Synth::params()

Changed

  • Synth::new now takes an additional parameter for parameterizing synthesis, and rather than taking a closure takes a function.
  • Update fon to version 0.4
  • Signal::to_mono() now always return Ch64 rather than being generic.

Removed

  • Synth::gen()

[0.5.0] - 2020-12-19

Changed

  • Update fon to version 0.3

[0.4.0] - 2020-11-11

Added

  • Add Room struct for creating various types of reverb and echoes.

Changed

... (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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2022
Updates the requirements on [twang](https://github.com/AldaronLau/twang) to permit the latest version.
- [Release notes](https://github.com/AldaronLau/twang/releases)
- [Changelog](https://github.com/AldaronLau/twang/blob/stable/CHANGELOG.md)
- [Commits](https://github.com/AldaronLau/twang/commits/v0.8.0)

---
updated-dependencies:
- dependency-name: twang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/twang-0.8 branch from 8808442 to 68fa5ee Compare August 28, 2022 05:52
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 24, 2022

Superseded by #48.

@dependabot dependabot bot closed this Oct 24, 2022
@dependabot dependabot bot deleted the dependabot/cargo/twang-0.8 branch October 24, 2022 10:53
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.

0 participants