https://github.com/ptytb/touchy
Tablet or mouse as a MIDI X-Y Pad
https://github.com/ptytb/touchy
audio midi musical-instrument
Last synced: 3 months ago
JSON representation
Tablet or mouse as a MIDI X-Y Pad
- Host: GitHub
- URL: https://github.com/ptytb/touchy
- Owner: ptytb
- License: mit
- Created: 2019-07-11T08:31:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T02:43:59.000Z (over 6 years ago)
- Last Synced: 2024-12-31T16:19:42.570Z (over 1 year ago)
- Topics: audio, midi, musical-instrument
- Language: Python
- Size: 189 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### binaries
[Touchy for Windows 64-bit](https://github.com/ptytb/touchy/releases/download/v0.3/touchy-bin-win64.zip)
### install & run
```
pipenv install
py touchy.py
```
For building the binaries:
```
pipenv install --dev
build_exe.cmd
```
### virtual midi ports
Use [loopmidi](http://www.tobias-erichsen.de/software/loopmidi.html) to route MIDI output to [VCV Rack](https://github.com/VCVRack/Rack), VST plugins or whatever.
### open source drivers
Windows Ink tablet pen pressure support available through [TabletDriver](https://github.com/hawku/TabletDriver)