nibbler icon indicating copy to clipboard operation
nibbler copied to clipboard

Ruby MIDI message parser

Results 3 nibbler issues
Sort by recently updated
recently updated
newest added

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.