Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giulioz/mks-zombie
A software tool to control the voice boards of Roland JX-10/MKS-70/JX-8P with a serial adapter
https://github.com/giulioz/mks-zombie
Last synced: about 1 month ago
JSON representation
A software tool to control the voice boards of Roland JX-10/MKS-70/JX-8P with a serial adapter
- Host: GitHub
- URL: https://github.com/giulioz/mks-zombie
- Owner: giulioz
- Created: 2023-08-14T00:44:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T14:43:31.000Z (about 1 year ago)
- Last Synced: 2024-10-02T08:37:13.186Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 615 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JX-10/MKS-70/JX-8P Zombie Utility
A software tool to control the voice boards of Roland JX-10/MKS-70/JX-8P with a serial adapter, as described in my [YouTube video](https://www.youtube.com/watch?v=X7epZf2e9so).
![screenshot](docs/screenshot.png)
[![Youtube video](https://img.youtube.com/vi/X7epZf2e9so/0.jpg)](https://www.youtube.com/watch?v=X7epZf2e9so)
## Building
This project requires a C++ compiler and CMake.
```sh
git clone --recurse-submodules https://github.com/giulioz/mks-zombie.git
cd mks-zombie
mkdir build
cd build
cmake ..
make
./mks-zombie
```