Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffbryner/pygdrumcloud
kinect drum machine in python
https://github.com/jeffbryner/pygdrumcloud
Last synced: about 2 months ago
JSON representation
kinect drum machine in python
- Host: GitHub
- URL: https://github.com/jeffbryner/pygdrumcloud
- Owner: jeffbryner
- Created: 2011-01-17T00:58:09.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-17T01:16:10.000Z (almost 14 years ago)
- Last Synced: 2024-04-16T03:39:18.310Z (8 months ago)
- Language: Python
- Homepage:
- Size: 262 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A simple drum machine for kinect in python.
Jeff Bryner 01/2011
[email protected]Dependencies? Hmm:
pygame
freenect
opengl
numpy
wave
alsaaudioIf you've got a kinect and a reasonable install of python you should be able to just
python pygdrumcloud.py and off ya go.The UI has mouse support including scroll wheel for zooming in and out, right mouse for Z axis crazyness, left
mouse to yank the viewport around.Important keys:
ESC quit
keypad + Increase the threshold for drawing the back of the cloud (i.e. how much of the room to draw).
keypad - Decrease the same threshold
- Decrease the size of the points in the kinect pointcloud
+ (= reall) Increase the size of the points in the kinect pointcloud
1 Decrease the cloud sample size (helps with slow boxen)
2 Increate the clous sample size (showoff).
space Sets the viewing parameters back to default.