This tool manages keyswitch information in a database and can be converted to and from the corresponding DAW keyswitch definition files.
- Spreadsheet
- JSON
- Cubase (Pro only)
- Nuendo
- Studio One 5 (Pro only)
Common
KeySwitchManager.CLI <command> [<options>|--help]- Shell Script
KeySwitchManager.CLI.sh- DOS Batch
KeySwitchManager.CLI.bat- Register the keyswitch information to the database
- Output the DAW keyswitch file
- import-xlsx
Fill out the spreadsheet
Copy Template.xlsm under an alias and run the following command after editing it.
KeySwitchManager.CLI import-xlsx -[andpfih]| Option | Required | Description |
|---|---|---|
| -a | No | Author |
| -n | No | Description |
| -d | Yes | Developrt name |
| -p | Yes | Product name |
| -f | Yes | Database filename |
| -i | Yes | Spreadsheet filename |
- template
Output JSON text for templates
- import
After editing the JSON file, run the following command.
KeySwitchManager.CLI import -i "jsonfile" -f "Database file"- expressionmap
- studio-one
KeySwitchManager.CLI <command> -[sdof]| Command | Description |
|---|---|
| expressionmap | Cubase / Nuendo : VST Expressionmap file |
| studio-one | Studio One 5 : Keyswitch file |
| Option | Required | Description |
|---|---|---|
| -s | No | Author |
| -d | No | Description |
| -o | Yes | Developrt name |
| -f | Yes | Product name |
