Project

midi-winmm

0.01
No release in over 3 years
Low commit activity in last 3 years
Realtime MIDI IO with Ruby in Windows/Cygwin using the WinMM system API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0
 Project Readme

midi-winmm¶ ↑

Summary¶ ↑

Realtime MIDI input and output with Ruby for Windows/Cygwin. Uses the WinMM system API

Note that in the interest of allowing people on other platforms to utilize your code, you should consider using unimidi. Unimidi is a platform independent wrapper which implements midi-winmm.

Features¶ ↑

  • Input and output on multiple devices concurrently

  • Agnostically handle different MIDI Message types (including SysEx)

  • Timestamped input events

Requirements¶ ↑

  • ffi (gem install ffi)

Install¶ ↑

gem install midi-winmm

Examples¶ ↑

(more)

Tests¶ ↑

please see test/config.rb before running tests

Documentation¶ ↑

rdoc

Author ¶ ↑

Ari Russo <ari.russo at gmail.com>

License¶ ↑

Apache 2.0, See the file LICENSE

Copyright © 2010-2011 Ari Russo