class

MIDIFile::VLQ

Inherits BinData < Reference < Object

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
Source
from_value(new_value : UInt32)
Source

Instance methods

__format__
Source
bytes
bytes=(bytes : Array(UInt8))
to_s(io)
Source
value
Source
value=(new_value : UInt32)
Source

Macros

midi_file_vlq(name, onlyif = nil, verify = nil, value = nil)
Source