-
Hi :)
I installed python-timeside (had to temporary disable the repo to install Aubio)
Then I created a test dir in my http root, cd in it and
```
cp -R /usr/share/pyshared/timeside/static/timeside/…
-
I'm getting this error on Ubuntu:
```
$ sudo apt-get install python-timeside
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be instal…
-
This line:
aubio_onset_set_threshold(x->o,f);
should be
aubio_onset_set_threshold(x->o, x->threshold);
Also correct aubioonsethfc to aubioOnset.
Also change checking the parameters line with a if el…
-
Went with the instructions at http://files.parisson.com/timeside/doc/install.html
```
vagrant@precise64:~$ sudo apt-get install python-timeside
Reading package lists... Done
Building dependency tree
…
-
Running on `jimbos-mac.platan.us` (OS X 10.9.4) under `/bin/bash`, version 8d2c1ee30041acbd297cca5f77162990166e07e2 ([compare to master](https://github.com/platanus/our-boxen/compare/8d2c1ee30041acbd2…
-
The [documentation](http://docs.travis-ci.com/user/osx-ci-environment/#Environment-common-to-all-VM-images) about the OS X CI environment suggests using the following to keep packages up-to-date:
```…
-
I'm not able to play the midi output with Audacity.
The aubionotes output is like
0.011610
0.435374
0.667574
67.000000 0.667574 1.497687
67.000000 1.497687 2.060771
67.00000…
-
Hi there ... I provided Barry with the original audio data, and he has passed on your report and a link to this repo. It all looks very impressive, and I am trying to get it up and running. I have ple…
-
Possibile to build the Aubio library for ARMV7 chain on iOS platform ?
-
I've cloned the dev branch from github (commit eccd73a). I've installed the dependencies using apt-get (on my Ubuntu 13.04), including `python-aubio 0.3.2-4.2build1`. Then I ran `python setup.py build…