https://github.com/coderofsalvation/sunvoxosc
python experiment to trigger sunvox modules thru OSC
https://github.com/coderofsalvation/sunvoxosc
Last synced: about 1 year ago
JSON representation
python experiment to trigger sunvox modules thru OSC
- Host: GitHub
- URL: https://github.com/coderofsalvation/sunvoxosc
- Owner: coderofsalvation
- Created: 2018-03-20T14:22:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T19:26:24.000Z (about 6 years ago)
- Last Synced: 2025-02-12T06:21:48.370Z (over 1 year ago)
- Language: Python
- Size: 1.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Usage
```
python3 player.py test.sunvox
```
## Select only Spacemodules
Sometimes there are zillions of modules in a .sunvox-file, which don't need to be exposed to OSC.
Therefore, you can 'select' module-exposure by adding a space (' ') to a module's title in sunvox (so 'Metamodule ' instead of 'Metamodule').
## Debugging info
uncomment this in player.py
```
logging.basicConfig(level=logging.DEBUG)
```