mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2025-01-18 18:40:47 +00:00
update example configs
update example configs
This commit is contained in:
parent
f84b831260
commit
f21d5853bf
@ -173,7 +173,7 @@ vban.vban.outstream[0].apply(on: true, name: 'streamname', bit: 24)
|
|||||||
|
|
||||||
## Config Files
|
## Config Files
|
||||||
|
|
||||||
`vban.apply_config('config')`
|
`vban.apply_config(<configname>)`
|
||||||
|
|
||||||
You may load config files in TOML format.
|
You may load config files in TOML format.
|
||||||
Three example profiles have been included with the package. Remember to save
|
Three example profiles have been included with the package. Remember to save
|
||||||
@ -182,7 +182,7 @@ current settings before loading a profile. To set one you may do:
|
|||||||
```python
|
```python
|
||||||
import vban_cmd
|
import vban_cmd
|
||||||
with vban_cmd.api('banana') as vban:
|
with vban_cmd.api('banana') as vban:
|
||||||
vban.apply_config('config')
|
vban.apply_config('example')
|
||||||
```
|
```
|
||||||
|
|
||||||
will load a config file at configs/banana/config.toml for Voicemeeter Banana.
|
will load a config file at configs/banana/config.toml for Voicemeeter Banana.
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
[strip-0]
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-1]
|
|
||||||
A1 = true
|
|
||||||
A2 = true
|
|
||||||
A3 = true
|
|
||||||
B1 = true
|
|
||||||
B2 = true
|
|
||||||
mono = true
|
|
||||||
solo = true
|
|
||||||
mute = true
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-2]
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-3]
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-4]
|
|
||||||
A1 = false
|
|
||||||
A2 = false
|
|
||||||
A3 = false
|
|
||||||
B1 = false
|
|
||||||
B2 = false
|
|
||||||
k = false
|
|
||||||
solo = false
|
|
||||||
mute = false
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
45
configs/banana/example.toml
Normal file
45
configs/banana/example.toml
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
[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
|
@ -1,17 +0,0 @@
|
|||||||
[strip-0]
|
|
||||||
A1 = true
|
|
||||||
B1 = true
|
|
||||||
mono = true
|
|
||||||
solo = true
|
|
||||||
mute = true
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-1]
|
|
||||||
A1 = false
|
|
||||||
B1 = false
|
|
||||||
mono = false
|
|
||||||
solo = false
|
|
||||||
mute = false
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
23
configs/basic/example.toml
Normal file
23
configs/basic/example.toml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
[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
|
@ -1,42 +0,0 @@
|
|||||||
[strip-0]
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-1]
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-2]
|
|
||||||
A1 = true
|
|
||||||
A2 = true
|
|
||||||
A3 = true
|
|
||||||
A4 = true
|
|
||||||
A5 = true
|
|
||||||
B1 = true
|
|
||||||
B2 = true
|
|
||||||
B3 = true
|
|
||||||
mono = true
|
|
||||||
solo = true
|
|
||||||
mute = true
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-3]
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-4]
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-5]
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-6]
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
||||||
|
|
||||||
[strip-7]
|
|
||||||
limit = 12
|
|
||||||
label = ""
|
|
70
configs/potato/example.toml
Normal file
70
configs/potato/example.toml
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
[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"
|
||||||
|
|
||||||
|
[bus-4]
|
||||||
|
label = "PhysBus4"
|
||||||
|
|
||||||
|
[bus-5]
|
||||||
|
label = "VirtBus0"
|
||||||
|
eq_ab = true
|
||||||
|
|
||||||
|
[bus-6]
|
||||||
|
label = "VirtBus1"
|
||||||
|
gain = -22.8
|
||||||
|
|
||||||
|
[bus-7]
|
||||||
|
label = "VirtBus2"
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vban-cmd"
|
name = "vban-cmd"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
|
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
|
||||||
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user