https://github.com/moodyhunter/muty
A simple, fast OSC (Open sound control) controller in Qt
https://github.com/moodyhunter/muty
gui-wrapper opensoundcontrol osc qt6 remote-control
Last synced: about 2 months ago
JSON representation
A simple, fast OSC (Open sound control) controller in Qt
- Host: GitHub
- URL: https://github.com/moodyhunter/muty
- Owner: moodyhunter
- License: gpl-3.0
- Created: 2021-06-07T02:48:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T03:19:13.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T18:53:17.858Z (2 months ago)
- Topics: gui-wrapper, opensoundcontrol, osc, qt6, remote-control
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Muty
A simple, fast OSC (Open sound control) controller in Qt.
With "Push To Talk", "Continues" and "Push To Mute" support.
## What it is:
- It's a OSC controller
- It's just a float number OSC switcher.## What it isn't:
- It's not music-production-specific software, with `liblo` you may control almost anything in OSC.
## Usage
### Download, clone, compile, install:
```bash
# Make sure you have liblo and Qt6 installed.
git clone [email protected]:moodyhunter/Muty.git
cd Muty; mkdir build; cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
# Enjoy!
# ./Muty
```### Adjust settings
- Click "Settings", change the address and port accordingly.
- Path is the target OSC path (See https://en.wikipedia.org/wiki/Open_Sound_Control for more information)
- For now, "Min Value" is 100 and "Max Value" is 0 (this is strange!)
- Push "SWITCH" to change current value to "Min"
- Release "SWITCH" to change current value to "Max"
- Press "HOLD" down to hold current value as "Min"
- Release "HOLD" to restore to "Max" value
- Press "INVERT" to swap the "Min" and "Max" mentioned above.## License
GPLv3