From a9fe07e07cf6f5f3e32e2ad4c4566e34d03f5aa5 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 9 Jul 2023 19:30:58 +0100 Subject: [PATCH] example configs added --- configs/banana/example.yml | 42 +++++++++++++++++++++++ configs/basic/example.yml | 21 ++++++++++++ configs/potato/example.yml | 70 +++++++++++++++++++++++++++++++++++--- 3 files changed, 128 insertions(+), 5 deletions(-) create mode 100644 configs/banana/example.yml create mode 100644 configs/basic/example.yml diff --git a/configs/banana/example.yml b/configs/banana/example.yml new file mode 100644 index 0000000..f867ca3 --- /dev/null +++ b/configs/banana/example.yml @@ -0,0 +1,42 @@ +strip-0: + label: PhysStrip0 + A1: true + gain: -8.8 + comp: + knob: 3.2 +strip-1: + label: PhysStrip1 + B1: true + gate: + knob: 4.1 +strip-2: + label: PhysStrip2 + gain: 1.1 + limit: -15 +strip-3: + label: VirtStrip0 + limit: -12 +strip-4: + label: VirtStrip1 + bass: -3.2 + mid: 1.5 + treble: 2.1 +bus-0: + label: PhysBus0 + mute: true +bus-1: + label: PhysBus1 + mono: true +bus-2: + label: PhysBus2 + eq: + ab: true + mode: composite +bus-3: + label: VirtBus0 + eq: + 'on': true + mode: upmix61 +bus-4: + label: VirtBus1 + gain: -22.8 diff --git a/configs/basic/example.yml b/configs/basic/example.yml new file mode 100644 index 0000000..0a5fe30 --- /dev/null +++ b/configs/basic/example.yml @@ -0,0 +1,21 @@ +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 + mode: composite +bus-1: + label: VirtBus0 + mono: true + mode: amix diff --git a/configs/potato/example.yml b/configs/potato/example.yml index 84c6338..7af3656 100644 --- a/configs/potato/example.yml +++ b/configs/potato/example.yml @@ -1,7 +1,67 @@ strip-0: + label: PhysStrip0 + A1: true + gain: -8.8 comp: - knob: 3.6 -button-0: - stateonly: true -vban-in-0: - "on": true + knob: 3.2 +strip-1: + label: PhysStrip1 + B1: true + gate: + knob: 4.1 +strip-2: + label: PhysStrip2 + gain: 1.1 + limit: -15 + comp: + threshold: -35.8 +strip-3: + label: PhysStrip3 + B2: false + eq: + 'on': true +strip-4: + label: PhysStrip4 + B3: true + gain: -8.8 + eq: + 'on': true +strip-5: + label: VirtStrip0 + A3: true + A5: true +strip-6: + label: VirtStrip1 + limit: -12 + k: 3 +strip-7: + label: VirtStrip2 + bass: -3.2 + mid: 1.5 + treble: 2.1 + mc: true +bus-0: + label: PhysBus0 + mute: true +bus-1: + label: PhysBus1 + mono: true +bus-2: + label: PhysBus2 + eq: + 'on': true +bus-3: + label: PhysBus3 + mode: upmix61 +bus-4: + label: PhysBus4 + mode: composite +bus-5: + label: VirtBus0 + eq: + ab: true +bus-6: + label: VirtBus1 + gain: -22.8 +bus-7: + label: VirtBus2