Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinsullivan/Jnana
"Jnana" is a generative musical accompaniment system integrated into Ableton Live.
https://github.com/colinsullivan/Jnana
Last synced: 18 days ago
JSON representation
"Jnana" is a generative musical accompaniment system integrated into Ableton Live.
- Host: GitHub
- URL: https://github.com/colinsullivan/Jnana
- Owner: colinsullivan
- License: gpl-3.0
- Created: 2012-10-17T00:02:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T05:18:09.000Z (over 7 years ago)
- Last Synced: 2024-10-18T09:26:40.972Z (27 days ago)
- Language: JavaScript
- Homepage: http://ccrma.stanford.edu/~colinsul/projects/jnana
- Size: 525 KB
- Stars: 73
- Watchers: 16
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jnana
## Overview
"Jnana" is a generative musical accompaniment system integrated into Ableton Live. It has the ability to analyze MIDI input and generate new material in a similar style. It can analyze input in real-time or from desired clips within Ableton and can populate Ableton clips with new material.
For more information on the functionality of Jnana:
[ccrma.stanford.edu/~colinsul/projects/jnana](http://ccrma.stanford.edu/~colinsul/projects/jnana)
## Using
To run Jnana within Ableton Live, you'll need the following software:
* Ableton Live 8.3.x
* Max for LiveTo install the plug-ins from the command-line:
```bash
wget https://github.com/colinsullivan/Jnana/archive/v0.1.zip --no-check-certificate
unzip v0.1.zip
cd Jnana/
```then
```bash
make install-live8
```or
```bash
make install-live9
```depending on your version of Ableton.
Once the plug-ins are installed, an Ableton Live track must be configured correctly for the plug-ins to work.
For information on installing and configuring on **OS X**, see the **setup guide**: [ccrma.stanford.edu/~colinsul/projects/jnana/osx-setup-guide/](http://ccrma.stanford.edu/~colinsul/projects/jnana/osx-setup-guide/).
## Developing
To get started with development, check out the class diagrams in `docs/` to get a feel for how things are working together. Feel free to contact with any questions.
## License
Jnana is licensed under GPLv3. For more information see `LICENSE`.