iotools.play

abjad.tools.iotools.play.play(expr)[source]

Play expr:

abjad> note = Note("c'4")
abjad> iotools.play(note) # doctest: +SKIP

This input creates and opens a one-note MIDI file.

Abjad outputs MIDI files of the format filename.mid under Windows.

Abjad outputs MIDI files of the format filename.midi under other operating systems.

This Page