mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
use def_command
This commit is contained in:
parent
5ccbb9719f
commit
cfd19062fd
37 changed files with 1578 additions and 1594 deletions
|
|
@ -19,7 +19,7 @@ winit = { workspace = true, optional = true }
|
|||
default = [ "arranger", "sampler", "lv2" ]
|
||||
|
||||
arranger = [ "port", "editor", "sequencer", "editor" ]
|
||||
browser = []
|
||||
browse = []
|
||||
clap = []
|
||||
clock = []
|
||||
editor = []
|
||||
|
|
@ -28,7 +28,7 @@ meter = []
|
|||
mixer = []
|
||||
pool = []
|
||||
port = []
|
||||
sampler = [ "port", "meter", "mixer", "browser", "symphonia", "wavers" ]
|
||||
sampler = [ "port", "meter", "mixer", "browse", "symphonia", "wavers" ]
|
||||
sequencer = [ "port", "clock", "uuid", "pool" ]
|
||||
sf2 = []
|
||||
vst2 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue