KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
oberon
★ 12
Open GitHub ↗
Algorithmic composer.
Download README (.md)
Explore Similar Repositories
openstack-installer--to-be-replaced-by-puppet_openstack_builder
:
Creates an Openstack environment using puppet modules and vagrant.
loada
:
Browser assets preloader with the support of localStorage-based caching and progress tracking
raspbian-tools
:
RaspberryPi Device helper scripts
STM32F4-ChibiOS
:
ChibiOS/RT examples running on STM32F4 Discovery board
angular-taglist
:
An Angular module for editing lists of freeform tags
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
oberon
?
Download (.md)
# Oberon Algorithmic musical composition. ## Installation $ git clone https://github.com/blinks/oberon $ cd oberon && lein deps ## Usage Oberon expects a MIDI out port to be available for sending messages. I generally use MIDI Patchbay (free for OSX) to hook it up to Reason. If you have an external poly synth available, that'd work well too. $ java -jar oberon-0.1.0-standalone.jar [args] ## Options None yet. ## Examples * [Opus 1](http://soundcloud.com/hackerblinks/oberon-opus-1) * [Opus 2](http://soundcloud.com/hackerblinks/oberon-opus-2) ### Bugs * Notes sometimes are too short due to rhythmic strangeness. * Key modulation sometimes overreaches. * The piece doesn't generally have enough of an arc. * The code is a mess. ## License Copyright © 2013 Adam Blinkinsop Distributed under the Eclipse Public License, the same as Clojure.