AthenaCL is a modular, object orientated, interactive command-line environment for music analysis and algorithmic composition. Scores are created in Csound as well as standard MIDI files. The software is open-source, cross-platform, and written in Python and XML.
Musical parts are deployed as textures, layered surface-defining objects containing linked parameter objects to control pitch, tempo, rhythm, amplitude, panning, and Csound synthesis and control parameters. The system includes an integrated library of Csound instruments. Parameter objects provide generators using stochastic, genetic, and various other algorithms. Textures can be combined, edited, cloned, and tuned with algorithmic temperament objects.
The analytic and algorithmic systems use path objects to organize and sh ... more
What's new in this version
(summary)
4 new ParameterObjects: EnvelopeGeneratorUnit, EnvelopeGeneratorTrapezoid, EnvelopeGeneratorAdsr, SampleAndHold
1 new Csound instrument: instrument 35
(user level)
added Csound instrument 35
added EnvelopeGeneratorUnit PO
added EnvelopeGeneratorTrapezoid PO
added EnvelopeGeneratorAdsr PO
added SampleAndHold PO
(sub-user level)
fixed error in Accumulator; now init value is the first value output
fixed bug in some CsoundNative instruments under Csound 5