Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Jan 17, 2024
1 parent e15cfe9 commit f1128fb
Show file tree
Hide file tree
Showing 6 changed files with 14 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.2.0" }
audio-processor-metronome = { path = "../../../augmented/audio/audio-processor-metronome" , version = "3.3.0" }
augmented-longbackoff = { path = "../../../augmented/audio/augmented-longbackoff", version = "0.1" }
atomic-queue = { path = "../../../augmented/data/atomic-queue" , version = "2.1.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.2.0" }
audio-processor-metronome = { path = "../../augmented/audio/audio-processor-metronome" , version = "3.3.0" }
audio-processor-standalone = { path = "../../augmented/application/audio-processor-standalone" , version = "3.3.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.2.0" }
Expand Down
9 changes: 9 additions & 0 deletions crates/augmented/audio/audio-processor-metronome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v3.3.0

* [`e15cfe90`](https://github.com/yamadapc/augmented-audio/commits/e15cfe90) [email protected] (Minor)
* [`b485cffc`](https://github.com/yamadapc/augmented-audio/commits/b485cffc) [email protected] (Minor)
* [`d4cba8e0`](https://github.com/yamadapc/augmented-audio/commits/d4cba8e0) [email protected] (Minor)
* [`7e2a850a`](https://github.com/yamadapc/augmented-audio/commits/7e2a850a) [email protected] (Minor)
* [`67a393ae`](https://github.com/yamadapc/augmented-audio/commits/67a393ae) [email protected] (Minor)
* [`7b7d2611`](https://github.com/yamadapc/augmented-audio/commits/7b7d2611) [email protected] (Minor)

## v3.2.0

* [`e659bdc9af1`](https://github.com/yamadapc/augmented-audio/commits/e659bdc9af1) [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.2.0"
version = "3.3.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.3.0" }
audio-processor-time = { path = "../audio/audio-processor-time" , version = "1.4.0" }
audio-processor-file = { path = "../audio/audio-processor-file" , version = "3.2.0" }
audio-processor-metronome = { path = "../audio/audio-processor-metronome" , version = "3.2.0" }
audio-processor-metronome = { path = "../audio/audio-processor-metronome" , version = "3.3.0" }
audio-processor-pitch-shifter = { path = "../audio/audio-processor-pitch-shifter" }
augmented_oscillator = { path = "../audio/oscillator" , version = "1.4.0" }
cpal = { version = "0.15.2" }
Expand Down

0 comments on commit f1128fb

Please sign in to comment.