mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
load scenes from project
This commit is contained in:
parent
f1f812d0fb
commit
dff42ca5a7
5 changed files with 202 additions and 301 deletions
|
|
@ -1,5 +1,12 @@
|
|||
(bpm 150)
|
||||
|
||||
(scene { :name "Intro" } _ 0 _ _)
|
||||
(scene { :name "Hook" } 0 1 0 _)
|
||||
(scene { :name "Verse" } 2 2 1 _)
|
||||
(scene { :name "Chorus" } 1 3 2 _)
|
||||
(scene { :name "Bridge" } 3 4 3 _)
|
||||
(scene { :name "Outro" } _ 1 4 _)
|
||||
|
||||
(track { :name "Drums" :gain +0.0 }
|
||||
(phrase { :name "4 kicks" :beats 4 :steps 16 }
|
||||
(:00 (36 128))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue