Skip to content

Commit

Permalink
Update with_musictheory.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenPL authored Jan 17, 2024
1 parent db25793 commit dd241e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with_musictheory.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd241e6

Please sign in to comment.