ofxAubio.git
9 years agoscripts/fetch_aubio_osx_framework.sh: add script to fetch aubio.framework
Paul Brossier [Sun, 25 Oct 2015 02:06:45 +0000 (03:06 +0100)]
scripts/fetch_aubio_osx_framework.sh: add script to fetch aubio.framework

9 years agoexample_aubioDemo/src/main.cpp: fix indentation
Paul Brossier [Sun, 25 Oct 2015 01:05:57 +0000 (02:05 +0100)]
example_aubioDemo/src/main.cpp: fix indentation

9 years agoexample_aubioDemo/addons.make: update list of addons
Paul Brossier [Sun, 25 Oct 2015 01:04:41 +0000 (02:04 +0100)]
example_aubioDemo/addons.make: update list of addons

9 years agoexample_aubioDemo/: add basic demo application
Paul Brossier [Sun, 25 Oct 2015 01:03:35 +0000 (02:03 +0100)]
example_aubioDemo/: add basic demo application

9 years ago.gitignore: added basic patterns
Paul Brossier [Sun, 25 Oct 2015 00:42:49 +0000 (02:42 +0200)]
.gitignore: added basic patterns

9 years agosrc/ofxAubio.h: import Beat and Onset
Paul Brossier [Sun, 25 Oct 2015 00:40:28 +0000 (02:40 +0200)]
src/ofxAubio.h: import Beat and Onset

9 years agosrc/ofxAubioBeat.*: add ofxAubioBeat
Paul Brossier [Sun, 25 Oct 2015 00:39:59 +0000 (02:39 +0200)]
src/ofxAubioBeat.*: add ofxAubioBeat

9 years agosrc/ofxAubioOnset.*: add ofxAubioOnset
Paul Brossier [Sun, 25 Oct 2015 00:35:49 +0000 (02:35 +0200)]
src/ofxAubioOnset.*: add ofxAubioOnset

9 years agosrc/ofxAubioBlock.*: add toSend / received()
Paul Brossier [Sun, 25 Oct 2015 00:34:41 +0000 (02:34 +0200)]
src/ofxAubioBlock.*: add toSend / received()

9 years agosrc/ofxAubioBlock.cpp: add setup / cleanup
Paul Brossier [Sun, 25 Oct 2015 00:15:12 +0000 (02:15 +0200)]
src/ofxAubioBlock.cpp: add setup / cleanup

9 years agosrc/ofxAubioBlock.h: add block processing, use in ofxAubioPitch
Paul Brossier [Sat, 24 Oct 2015 23:35:35 +0000 (01:35 +0200)]
src/ofxAubioBlock.h: add block processing, use in ofxAubioPitch

9 years agosrc/ofxAubioPitch.cpp: add confidence
Paul Brossier [Sat, 24 Oct 2015 22:52:21 +0000 (00:52 +0200)]
src/ofxAubioPitch.cpp: add confidence

9 years agosrc/ofxAubioPitch.cpp: implement destructor
Paul Brossier [Sat, 24 Oct 2015 22:51:45 +0000 (00:51 +0200)]
src/ofxAubioPitch.cpp: implement destructor

9 years agosrc/ofxAubioPitch.*: fix audioIn blocking loop
Paul Brossier [Sat, 24 Oct 2015 22:51:02 +0000 (00:51 +0200)]
src/ofxAubioPitch.*: fix audioIn blocking loop

9 years agosrc/ofxAubio.h: add top include
Paul Brossier [Sat, 24 Oct 2015 19:09:01 +0000 (21:09 +0200)]
src/ofxAubio.h: add top include

9 years agosrc/ofxAubioPitch.{cpp,h}: add simple pitch class
Paul Brossier [Sat, 24 Oct 2015 19:08:03 +0000 (21:08 +0200)]
src/ofxAubioPitch.{cpp,h}: add simple pitch class

9 years agoCOPYING: add GPL3
Paul Brossier [Sat, 24 Oct 2015 13:43:51 +0000 (15:43 +0200)]
COPYING: add GPL3

9 years agoREADME.md: add basic readme
Paul Brossier [Sat, 24 Oct 2015 13:43:02 +0000 (15:43 +0200)]
README.md: add basic readme