Skip to content

Commit

Permalink
default sync
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwilk committed Feb 21, 2018
1 parent f8bb8e2 commit fe66ae4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions snippets/sonic-pi-mode/ll
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#name: ll
# --
live_loop :${1:name} do
with_fx :none, mix: 0 do
tick
forever = (knit ${1:and_a_day}, 32, 0, 0).look
$0
sleep forever
end
live_loop :${1:name}, sync: :metro do
tick
$0
sleep 3
end

0 comments on commit fe66ae4

Please sign in to comment.