diff options
| author | Andreas Grois <andi@grois.info> | 2021-11-28 16:39:21 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-11-28 16:39:21 +0100 |
| commit | aa5aad67201a4467b608fc7ce05e57cecb5cf790 (patch) | |
| tree | 395f492daffbb32e1a54a499d300c525d241366d /testconfig | |
| parent | fcc41f8148ae298eb559dfedd44b1fe6c1b3892a (diff) | |
Draft for volume binning config support.
Diffstat (limited to 'testconfig')
| -rw-r--r-- | testconfig | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -22,10 +22,16 @@ Sink = "Default" [Element.Config.Volume] Format = "Numeric" -label = "" +Label = "" [Element.Config.Balance] -Format = "Off" +Format = "Binned" +Label = "Balance" + +[Element.Config.Balance.PercentToSymbolMap] +-100 = "Ooo" +-10 = "oOo" +10 = "ooO" [Element.General] BeforeText = "" |
