GitXplorerGitXplorer
f

kazoo

public
5 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
90a1d6c72e8c17d1315d6994adf83180f2f5b57c

Add mit license to README

ffritzo committed 11 years ago
Unverified
72ff785515f91a3c2f09e81d07210b62868658b4

Centralize pitch in rational singer

ffritzo committed 12 years ago
Unverified
e046e42aea6e4e495a3169cc8bbe9ebb7221cfd1

Add random noise to singer

ffritzo committed 12 years ago
Unverified
4f18218cbf04239f34169b87b2d8f373594b28e9

Add test for gcd

ffritzo committed 12 years ago
Unverified
d3e9000554c0bead5ba9ea8440b5d3c0770a442c

Allow non-multiple-of-4 vector sizes in Synchronized

ffritzo committed 12 years ago
Unverified
07b889f9cd0a546b78df295af963b42abb618567

Flesh out rational singer instrument

ffritzo committed 12 years ago

README

The README file for this repository.

The kazoo project

Musical experiments: video-controllers, psychoacoustics, machine learning.

INSTALLATION

To get a kazoo instrument running on a new system:

  1. install ubuntu or xubuntu linux
  2. get the kazoo repository, henceforth $KAZOO
  3. install libraries and build tools with $KAZOO/install.sh
  4. install a realtime kernel with $KAZOO/kernel.sh
  5. build everything with make -c $KAZOO build
  6. [optional] install python module with make -C $KAZOO install
  7. [optional] install boot init script with $KAZOO/init.sh

LICENSE

Copyright (C) 2009-2012 Fritz Obermeyer Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php