Gamelon Boilerplate for Live Coding

I've been taking a local Gamelon class and have had a fun time trying to translate my learnings into Tidal Code. Below is some basic boilerplate to do gamelon live coding! I left the # s blank so you can try your own samples.

p "gong" $ "t(1,32,1)" # s

p "kenong" $ "t(4,32,1)" # s

p "kempul" $ (11/32) ~> "t(3,4)" # s

p "kempyang" $ "[t ~ t ~]!8" # s

p "kethuk" $  "[~ t ~ ~]!8" # s
3 Likes