mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
device: stub some future features
This commit is contained in:
parent
b0c936bda0
commit
0e5207a79d
4 changed files with 17 additions and 15 deletions
|
|
@ -13,7 +13,12 @@ wavers = { workspace = true, optional = true }
|
|||
|
||||
[features]
|
||||
default = [ "clock", "sequencer", "sampler" ]
|
||||
lv2 = [ "livi" ]
|
||||
clock = []
|
||||
sampler = [ "symphonia", "wavers" ]
|
||||
sequencer = [ "clock", "uuid" ]
|
||||
clock = []
|
||||
plugin = [] # temporary
|
||||
lv2 = [ "livi" ]
|
||||
vst2 = []
|
||||
vst3 = []
|
||||
clap = []
|
||||
sf2 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue