nibbler
nibbler copied to clipboard
Ruby MIDI message parser
This change computes the full value parameter using both MSB and LSB for the `MIDI::PitchBend` and `MIDI::SongPointer` message types from the midilib gem. I updated the specs to match. I...
Specs using Ruby 2.4-3.1 Rubocop using 2.4 This is based on https://github.com/arirusso/nibbler/pull/3
Changes the core of the library to primarily process numeric bytes. This gets rid of some unnecessary string conversion. One can still optionally process strings using the `parse_s` method.