MIDIFile::VLQ
Constants
ENDIAN = ["big"]
KLASS_NAME = [MIDIFile::VLQ]
PARTS = [{type: "variable_array", name: bytes, cls: UInt8,
onlyif: nil, verify: nil, length: -> do
(bytes.size == 0) || ((bytes[-1] & 128) == 128)
end,
value: nil}] of Nil
REMAINING = [] of Nil
Class methods
bit_fields
SourceInstance methods
__format__
Sourcebytes
to_s(io)
Sourcevalue
SourceMacros
midi_file_vlq(name, onlyif = nil, verify = nil, value = nil)
Source