use def_command

This commit is contained in:
🪞👃🪞 2025-08-23 23:20:15 +03:00
parent 5ccbb9719f
commit cfd19062fd
37 changed files with 1578 additions and 1594 deletions

View file

@ -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 = []