An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![screenshot](https://raw.github.com/ptytb/touchy/res/res/touchy.png)

### 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)