GitXplorerGitXplorer
f

kazoo

public
5 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
9ae9a96886385f053d3d01690470cac2499d56aa

Update python package url

ffritzo committed 2 years ago
Unverified
5d3adb53717bcccf266f0031ff50e38085718bf4

Apply black on all python files

ffritzo committed 2 years ago
Unverified
7096cf5b0fe16947dbc9e66530019166234e76cd

Apply 2to3 to all python files

ffritzo committed 2 years ago
Unverified
c10b22a9802ba509cbbb6cfcf4fb8c8c013a5eef

Fix python building on mac

ffritzo committed 2 years ago
Unverified
7281fe382b98ec81a0e223bfc76c49749543afdb

Include unistd.h to make usleep() available

ffritzo committed 7 years ago
Unverified
fc271015f622ae5883998924a3d013c78934149c

Fixes to get kazoo to compile

ffritzo committed 11 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