Initial commit

This commit is contained in:
2023-08-27 14:32:38 +02:00
commit a9fcca4246
42 changed files with 4972 additions and 0 deletions

9
tracks/chacarron.lua Normal file
View File

@@ -0,0 +1,9 @@
local t={
path="audio/tracks/clicky.flac",
bpm=60,
startTime=2,
beatDivisions=4,
volumeBase=1
}
return track(t)

9
tracks/gourmet.lua Normal file
View File

@@ -0,0 +1,9 @@
local t={
path="audio/tracks/gourmet.mp3",
bpm=160,
startTime=0.05,
beatDivisions=4,
volumeBase=0
}
return track(t)