in reply to portMIDI wrapper for Perl5

If you're on a Windows platform, Win32::MIDI looks like it may be promising. I didn't see anything else after a very quick search on the CPAN, but you can have a look to see if any of them may fit the bill here.

Replies are listed 'Best First'.
Re^2: portMIDI wrapper for Perl5
by perltux (Monk) on May 20, 2016 at 13:45 UTC
    I'm on Linux, but I have already used both Win32::MIDI on Windows and MIDI::ALSA on Linux.
    The reason why I would prefer to use portMIDI is because it's platform-independent and works on OS X too.