mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
wip: fix keys rendering (notes still offset though)
This commit is contained in:
parent
2fc8e84551
commit
7ef97bcf3a
7 changed files with 60 additions and 19 deletions
|
|
@ -3,11 +3,11 @@
|
|||
(midi-in "nanoKEY Studio.*capture.*")
|
||||
(audio-out "Komplete.+:playback_FL", "Komplete.+:playback_FR")
|
||||
|
||||
(scene { :name "Intro" } _ 0 _ _)
|
||||
(scene { :name "Hook" } 0 1 0 _)
|
||||
(scene { :name "Verse" } 1 2 1 _)
|
||||
(scene { :name "Chorus" } 2 3 2 _)
|
||||
(scene { :name "Bridge" } 3 4 3 _)
|
||||
(scene { :name "Intro" } 0 0 _ _)
|
||||
(scene { :name "Hook" } 1 1 0 _)
|
||||
(scene { :name "Verse" } 2 2 1 _)
|
||||
(scene { :name "Chorus" } 3 3 2 _)
|
||||
(scene { :name "Bridge" } _ 4 3 _)
|
||||
(scene { :name "Outro" } 4 1 4 _)
|
||||
|
||||
(track { :name "Drums" :gain +0.0 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue