Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Dec 7, 2023
1 parent 7f33c39 commit 20de164
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/apps/looper/looper-processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ chrono = "0.4"

# Audio
cpal = "0.15.2"
audio-processor-metronome = { path = "../../../augmented/audio/audio-processor-metronome" , version = "3.1.0" }
audio-processor-metronome = { path = "../../../augmented/audio/audio-processor-metronome" , version = "3.2.0" }
augmented-longbackoff = { path = "../../../augmented/audio/augmented-longbackoff", version = "0.1" }
atomic-queue = { path = "../../../augmented/data/atomic-queue" , version = "2.0.0" }
augmented-adsr-envelope = { version = "0.5.0", path = "../../../augmented/audio/adsr-envelope" }
Expand Down
2 changes: 1 addition & 1 deletion crates/apps/metronome/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ urlencoding = "2.1.2"
ringbuf = "0.2.8"

wisual-logger = { path = "../../augmented/ops/wisual-logger", version = "0.1.4" }
audio-processor-metronome = { path = "../../augmented/audio/audio-processor-metronome" , version = "3.1.0" }
audio-processor-metronome = { path = "../../augmented/audio/audio-processor-metronome" , version = "3.2.0" }
audio-processor-standalone = { path = "../../augmented/application/audio-processor-standalone" , version = "3.2.0", default-features = false }
audio-garbage-collector = { path = "../../augmented/audio/audio-garbage-collector", version = "1.2.0" }
audio-processor-file = { path = "../../augmented/audio/audio-processor-file", version = "3.1.0" }
Expand Down
4 changes: 4 additions & 0 deletions crates/augmented/audio/audio-processor-metronome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.2.0

* [`e659bdc9af1`](https://github.com/yamadapc/augmented-audio/commits/e659bdc9af1) [email protected] (Minor)

## v3.1.0

* [`f69932ce9ecf`](https://github.com/yamadapc/augmented-audio/commits/f69932ce9ecf) [email protected] (Minor)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "audio-processor-metronome"
version = "3.1.0"
version = "3.2.0"
description = "Implements a simple metronome processor"
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/augmented/augmented/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ audio-processor-bitcrusher = { path = "../audio/audio-processor-bitcrusher" , ve
audio-processor-dynamics = { path = "../audio/audio-processor-dynamics" , version = "2.2.0" }
audio-processor-time = { path = "../audio/audio-processor-time" , version = "1.3.0" }
audio-processor-file = { path = "../audio/audio-processor-file" , version = "3.1.0" }
audio-processor-metronome = { path = "../audio/audio-processor-metronome" , version = "3.1.0" }
audio-processor-metronome = { path = "../audio/audio-processor-metronome" , version = "3.2.0" }
audio-processor-pitch-shifter = { path = "../audio/audio-processor-pitch-shifter" }
augmented_oscillator = { path = "../audio/oscillator" , version = "1.3.0" }
cpal = { version = "0.15.2" }
Expand Down

0 comments on commit 20de164

Please sign in to comment.