Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beangoben/midetectorosc
Supercollider extension Quark-wannabe for relaying Music Information via OSC
https://github.com/beangoben/midetectorosc
Last synced: about 1 month ago
JSON representation
Supercollider extension Quark-wannabe for relaying Music Information via OSC
- Host: GitHub
- URL: https://github.com/beangoben/midetectorosc
- Owner: beangoben
- License: gpl-3.0
- Created: 2013-05-04T19:45:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T05:40:44.000Z (about 10 years ago)
- Last Synced: 2023-10-20T18:10:19.414Z (about 1 year ago)
- Language: Processing
- Size: 382 KB
- Stars: 8
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
MIDetectorOSC
=============
*Last tested on SuperCollider 3.6.5 on Ubuntu 13.04, Requires SC3-plugins installed.*Supercollider extension Quark-wannabe for relaying Music Information via OSC.
The main motivation behind this quark is to have connect visual interactions with sound interactions via OSC Messaging.
Ideally you would run the detector in SC and relay the info to your favorite program like Processing, OF, Cinder, etc.How to install as a Quark
-------------------------1. Clone to the to the Supercollider/quarks folder, typically this is
* Linux: ~/.local/share/SuperCollider/
* MacOSX: ~/Library/Application\ Support/SuperCollider/
* Windows: C:\Users\UserName\SuperCollider\So this would be...
cd folder
git clone https://github.com/beangoben/MIDetectorOSC.git
2. Copy MIDetectorOSC.quark to the Supercollider/quarks/DIRECTORY folder.
3. You can now install via Quarks.gui.
4. Checkout the MIDetectorOSC guide/overview helpfile.How to install as an Extension
-------------------------Just copy to your Supercollider/Extensions folder.
Wish/Todo-list:
-------------------------
* Onset detection + BandPass filtering needs some work.
* Fix multiple onset detectors bug (might be LocalBuf?).
* More detectors: FFT Centroids, Chromagrams, Mel coefficients.
* Make awesome documentation and examples with processing.
* Calculate statistical info like medians, max,min, averages and variance.Want to contribute with code? Have any Ideas? Problems?
-------------------------
Sendme an email! [email protected]