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 c4cd260 commit e15cfe9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 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 @@ -53,7 +53,7 @@ augmented-longbackoff = { path = "../../../augmented/audio/augmented-longbackoff
atomic-queue = { path = "../../../augmented/data/atomic-queue" , version = "2.1.0" }
augmented-adsr-envelope = { version = "0.5.0", path = "../../../augmented/audio/adsr-envelope" }
augmented-atomics = { path = "../../../augmented/data/atomics", version = "0.2.0" }
augmented-playhead = { path = "../../../augmented/data/augmented-playhead", version = "0.7.0" }
augmented-playhead = { path = "../../../augmented/data/augmented-playhead", version = "0.8.0" }
audio-garbage-collector = { version = "1.2.0", path = "../../../augmented/audio/audio-garbage-collector" }
audio-processor-standalone = { version = "3.3.0", path = "../../../augmented/application/audio-processor-standalone" }
audio-processor-standalone-midi = { path = "../../../augmented/application/audio-processor-standalone-midi", version = "1.11.0", features = ["actix"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ augmented_oscillator = { path = "../oscillator" , version = "1.4.0" }
audio-processor-traits = { path = "../audio-processor-traits" , version = "4.2.0" }
audio-processor-standalone = { path = "../../application/audio-processor-standalone" , version = "3.3.0", default-features = false }
audio-garbage-collector = { path = "../audio-garbage-collector" , version = "1.2.0" }
augmented-playhead = { path = "../../data/augmented-playhead" , version = "0.7.0" }
augmented-playhead = { path = "../../data/augmented-playhead" , version = "0.8.0" }
augmented-adsr-envelope = { path = "../adsr-envelope" , version = "0.5.0" }
audio-processor-file = { path = "../audio-processor-file", version = "3.2.0" }
enum_dispatch = "0.3.8"
Expand Down
5 changes: 5 additions & 0 deletions crates/augmented/data/augmented-playhead/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.8.0

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

## v0.7.0

* [`fc8bb5f0f3ae`](https://github.com/yamadapc/augmented-audio/commits/fc8bb5f0f3ae) [email protected] (Minor)
Expand Down
2 changes: 1 addition & 1 deletion crates/augmented/data/augmented-playhead/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "augmented-playhead"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
description = "Implements some extra types and utilities over atomics for building audio-thread / GUI synchronization"
license = "MIT"
Expand Down

0 comments on commit e15cfe9

Please sign in to comment.