Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revmischa/leapmidi
Gesture-based MIDI controller using Leap Motion
https://github.com/revmischa/leapmidi
Last synced: 3 days ago
JSON representation
Gesture-based MIDI controller using Leap Motion
- Host: GitHub
- URL: https://github.com/revmischa/leapmidi
- Owner: revmischa
- Created: 2012-12-01T07:58:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T22:36:37.000Z (over 10 years ago)
- Last Synced: 2024-10-30T02:18:42.096Z (2 months ago)
- Language: C++
- Homepage:
- Size: 1.13 MB
- Stars: 21
- Watchers: 13
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
leapmidi
========### What is this?
Gesture-based midi controller library using Leap Motion.
This is designed to be embedded in a program that interfaces with your operating system's MIDI architecture. It is not a standalone application. For an example of using it with OSX CoreMIDI, see the LeapMIDIX repo: https://github.com/revmischa/leapmidix### Unstable
This is a work in progress. If you have issues feel free to contact me about getting things running.### Purpose
The idea of this project is to let people add their own gestures motions that can be interpreted, and sets of these defined as "programs" a user should be able to select from. If you'd like to add your own, please send me a pull request.