mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: refactor arranger to device
This commit is contained in:
parent
fa73821a0b
commit
89288f2920
40 changed files with 2015 additions and 1919 deletions
|
|
@ -16,8 +16,9 @@ wavers = { workspace = true, optional = true }
|
|||
winit = { workspace = true, optional = true }
|
||||
|
||||
[features]
|
||||
default = [ "browser", "clock", "editor", "sequencer", "sampler", "lv2" ]
|
||||
default = [ "browser", "clock", "editor", "sequencer", "sampler", "lv2", "arranger" ]
|
||||
clock = []
|
||||
arranger = [ "editor" ]
|
||||
editor = []
|
||||
meter = []
|
||||
mixer = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue