mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: device: reenable lv2 support
This commit is contained in:
parent
bb325869c2
commit
6286d69824
18 changed files with 1533 additions and 393 deletions
|
|
@ -10,14 +10,14 @@ uuid = { workspace = true, optional = true }
|
|||
livi = { workspace = true, optional = true }
|
||||
symphonia = { workspace = true, optional = true }
|
||||
wavers = { workspace = true, optional = true }
|
||||
winit = { workspace = true, optional = true }
|
||||
|
||||
[features]
|
||||
default = [ "clock", "sequencer", "sampler" ]
|
||||
default = [ "clock", "sequencer", "sampler", "lv2" ]
|
||||
clock = []
|
||||
sampler = [ "symphonia", "wavers" ]
|
||||
sequencer = [ "clock", "uuid" ]
|
||||
plugin = [] # temporary
|
||||
lv2 = [ "livi" ]
|
||||
lv2 = [ "livi", "winit" ]
|
||||
vst2 = []
|
||||
vst3 = []
|
||||
clap = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue