From dd241e6052aba977253ae83f1ddd9cdf7f098dfd Mon Sep 17 00:00:00 2001 From: Steffen Date: Wed, 17 Jan 2024 21:40:35 +0900 Subject: [PATCH] Update with_musictheory.jl --- examples/with_musictheory.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with_musictheory.jl b/examples/with_musictheory.jl index f30adda..76b9826 100644 --- a/examples/with_musictheory.jl +++ b/examples/with_musictheory.jl @@ -33,7 +33,7 @@ end # make a random tune using MusicTheory.jl scale = Scale(D[3], major_scale) notes = Iterators.take(scale, 14) |> collect -begin +@sync begin N = 100 offset = 0.99 beat = 0.45 # ms