Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 872 Bytes

File metadata and controls

38 lines (23 loc) · 872 Bytes

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

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.