Creating MIDI Music with Perl

2 points by oalders 5 months ago | 3 comments
  • _spduchamp 5 months ago
    Oh! This is really cool. I did not know about all the music oriented modules in Perl. That drummer module is especially interesting.
    • Rochus 5 months ago
      Is this the attempt to do live coding in Perl? There seem to be parallels to e.g. https://en.wikipedia.org/wiki/Extempore_(software) (besides the syntax).
      • _ology 5 months ago
        Nope. This is not about "live coding." It is just about creating MIDI - live or not. I do reference the modules you can use for real-time operation: MIDI::RtMidi::FFI::Device and MIDI::RtMidi::ScorePlayer :)

        -Gene