mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 05:23:31 +00:00
fix menu name for loading config
fix menu name for loading config update readme
This commit is contained in:
11
README.md
11
README.md
@@ -33,9 +33,9 @@ import vmcompact
|
||||
|
||||
|
||||
def main():
|
||||
# pass the kind_id and the vmr object to the app
|
||||
with voicemeeterlib.api(kind_id) as vmr:
|
||||
app = vmcompact.connect(kind_id, vmr)
|
||||
# pass the kind_id and the vm object to the app
|
||||
with voicemeeterlib.api(kind_id) as vm:
|
||||
app = vmcompact.connect(kind_id, vm)
|
||||
app.mainloop()
|
||||
|
||||
|
||||
@@ -50,11 +50,11 @@ It's important to know that only labelled strips and buses will appear in the Ch
|
||||
|
||||

|
||||
|
||||
If the GUI looks like the above when you first load it, then no channels are labelled. From the menu, `Profiles->Load Profile` you may load an example config. Save your current Voicemeeter settings first :).
|
||||
If the GUI looks like the above when you first load it, then no channels are labelled. From the menu, `Configs->Load config` you may load an example config. Save your current Voicemeeter settings first :).
|
||||
|
||||
### kind_id
|
||||
|
||||
A _kind_id_ specifies a major Voicemeeter version. This may be one of:
|
||||
Set the kind of Voicemeeter, kind_id may be:
|
||||
|
||||
- `basic`
|
||||
- `banana`
|
||||
@@ -76,7 +76,6 @@ Inside each kind directory you may place as many custom toml configurations as y
|
||||
|
||||
├── vban.toml
|
||||
|
||||
|
||||
├── basic
|
||||
|
||||
├── example.toml
|
||||
|
||||
Reference in New Issue
Block a user