| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Ramid II

Page history last edited by Steve Witham 13 years, 6 months ago

    Ramid II

 

Team

 

Description

 

At the 2009 Hack Day I wrote ramid.py, which composes melodies and outputs MIDI files.  This year I added PDF score output using Abjad, a Python library built on the LilyPond music notation system.

 

 

Links

 

Some ramid.py melodies (mp3, 850K)

 

PyraQuant, the C language predecessor to ramid.py, composed this short piece (mp3, 380K).

 

Ramid II composed:

Gnossienne_nr_404.mid / Gnossienne_nr_404.pdf, and

ramid_ii_qiyBEMYJ9.mid / ramid_ii_qiyBEMYJ9.pdf (bouncier).

 

Here's the theory of how these programs compose melodies.

 

Ramid II code

 

spianostaff.py has the class that paints a single melody across the treble/bass clef piano staff.

ramid_ii.py composes a melody and outputs MIDI (via pythonmidi) and/or PDF (via spianostaff, Abjad and LilyPond).

 

Tools, Platforms and APIs Used

 

Abjad -- Python API for building LilyPond scores.

LilyPond -- Music notation rendering system.

pythonmidi -- Max M's midi library is used in the original ramid.py and in Ramid II.  LilyPond can produce midi output but ramid*.py adds expression to the midi that's not in the score.

Python, okay.

Comments (0)

You don't have permission to comment on this page.