aubio / ofxAubio

openFrameworks addon for aubio, estimates beat, onset, pitch, and a few other things

Home Page:https://aubio.org/ofxAubio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxAubio

ofxAubio is an openFrameworks addon for aubio.

Install

MacOSX

Fetch ofxAubio and aubio.framework from inside your openFrameworks root:

$ cd /path/to/of_root/addons
$ git clone git://git.aubio.org/git/ofxAubio/
$ cd ofxAubio
$ ./scripts/fetch_aubio_osx_framework.sh

Select projectGenerator, select 'update project', then select the path of example_aubioDemo, /path/to/of_root/addons/ofxAubio/example_aubioDemo.

Open example_aubioDemo.xcodeproject, drag aubio.framework into to it, placing it in frameworks / 3rd party frameworks.

Project Homepage

The home page of ofxAubio can be found at: https://aubio.org/ofxAubio/

Copyright and License Information

Copyright (C) 2003-2015 Paul Brossier piem@aubio.org

ofxAubio is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

openFrameworks addon for aubio, estimates beat, onset, pitch, and a few other things

https://aubio.org/ofxAubio

License:GNU General Public License v3.0


Languages

Language:C++ 98.4%Language:Shell 1.5%Language:Makefile 0.1%