Method: MIDI::MetaEvent.bytes_as_str
- Defined in:
- lib/midilib/event.rb
.bytes_as_str(bytes) ⇒ Object
423 424 425 |
# File 'lib/midilib/event.rb', line 423 def self.bytes_as_str(bytes) bytes ? bytes.collect { |byte| byte.chr }.join : nil end |