commit 27682397e5e6efb58e5607dc4aef6bccdc54af1f Author: mitsa Date: Mon Jan 23 16:35:46 2023 +0100 initial commit of my file diff --git a/example.txt b/example.txt new file mode 100644 index 0000000..d762898 --- /dev/null +++ b/example.txt @@ -0,0 +1,8 @@ +with_fx :gverb do + live_loop :low do + play 40, amp: 10 + sleep 1.5 + play 35, amp: 10 + sleep 1 + end +end \ No newline at end of file