Registry / utility / unimidi

unimidi

JSON →
library0.5.1rbrubygemsunverified

Provides platform-independent realtime MIDI input and output for Ruby across multiple operating systems.

gem install unimidi
INSTALL
IMPORT
SIG · UNIMIDI
U
unimidi
utilityrubyv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UniMIDI
require 'unimidi'

Open the first MIDI output and send a note on message

require 'unimidi' output = UniMIDI::Output.open(:first) output.puts(0x90, 60, 100) # Note on, middle C
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
unimidi — gem install unimidi · libregistry