From 0ce8ddf40c1df8f101fc3299dc124164dfd092b8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 5 May 2022 10:28:44 +0100 Subject: [PATCH] attributes added to example profiles, all versions --- profiles/banana/example.toml | 16 ++++++++++++++++ profiles/basic/example.toml | 9 +++++++++ profiles/potato/example.toml | 23 +++++++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/profiles/banana/example.toml b/profiles/banana/example.toml index 7201251..b25fd93 100644 --- a/profiles/banana/example.toml +++ b/profiles/banana/example.toml @@ -1,30 +1,46 @@ extends = 'blank' [strip-0] label = "PhysStrip0" +A1 = true +gain = -8.8 +comp = 3.2 [strip-1] label = "PhysStrip1" +B1 = true +gate = 4.1 [strip-2] label = "PhysStrip2" +gain = 1.1 +limit = -15 [strip-3] label = "VirtStrip0" +bass = -3.2 +mid = 1.5 +treble = 2.1 [strip-4] label = "VirtStrip1" +limit = -12 [bus-0] label = "PhysBus0" +mute = true [bus-1] label = "PhysBus1" +mono = true [bus-2] label = "PhysBus2" +eq = true [bus-3] label = "VirtBus0" +eq_ab = true [bus-4] label = "VirtBus1" +gain = -22.8 diff --git a/profiles/basic/example.toml b/profiles/basic/example.toml index 6aa196d..412ee03 100644 --- a/profiles/basic/example.toml +++ b/profiles/basic/example.toml @@ -1,15 +1,24 @@ extends = 'blank' [strip-0] label = "PhysStrip0" +A1 = true +gain = -8.8 [strip-1] label = "PhysStrip1" +B1 = true +audibility = 3.2 [strip-2] label = "VirtStrip0" +bass = -3.2 +mid = 1.5 +treble = 2.1 [bus-0] label = "PhysBus0" +mute = true [bus-1] label = "PhysBus1" +mono = true diff --git a/profiles/potato/example.toml b/profiles/potato/example.toml index af47002..f4b44e6 100644 --- a/profiles/potato/example.toml +++ b/profiles/potato/example.toml @@ -1,36 +1,57 @@ extends = 'blank' [strip-0] label = "PhysStrip0" +A1 = true +gain = -8.8 +comp = 3.2 [strip-1] label = "PhysStrip1" +B1 = true +gate = 4.1 [strip-2] label = "PhysStrip2" +gain = 1.1 +limit = -15 [strip-3] label = "PhysStrip3" +B2 = false [strip-4] label = "PhysStrip4" +B3 = true +gain = -8.8 [strip-5] label = "VirtStrip0" +A3 = true +A5 = true +bass = -3.2 +mid = 1.5 +treble = 2.1 [strip-6] label = "VirtStrip1" +limit = -12 +k = 3 [strip-7] label = "VirtStrip2" +mc = true [bus-0] label = "PhysBus0" +mute = true [bus-1] label = "PhysBus1" +mono = true [bus-2] label = "PhysBus2" +eq = true [bus-3] label = "PhysBus3" @@ -40,9 +61,11 @@ label = "PhysBus4" [bus-5] label = "VirtBus0" +eq_ab = true [bus-6] label = "VirtBus1" +gain = -22.8 [bus-7] label = "VirtBus2"