mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
device: add RMSMeter
This commit is contained in:
parent
4127c141cc
commit
2ef9628ab8
2 changed files with 18 additions and 1 deletions
|
|
@ -19,8 +19,9 @@ winit = { workspace = true, optional = true }
|
|||
default = [ "clock", "editor", "sequencer", "sampler", "lv2" ]
|
||||
clock = []
|
||||
editor = []
|
||||
meter = []
|
||||
sequencer = [ "clock", "uuid" ]
|
||||
sampler = [ "symphonia", "wavers" ]
|
||||
sampler = [ "meter", "symphonia", "wavers" ]
|
||||
lv2 = [ "livi", "winit" ]
|
||||
vst2 = []
|
||||
vst3 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue