Class: Sidtool::MidiFileWriter::EndOfTrack

Inherits:
Struct
  • Object
show all
Defined in:
lib/sidtool/midi_file_writer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nothingObject

Returns the value of attribute nothing

Returns:

  • (Object)

    the current value of nothing



50
51
52
# File 'lib/sidtool/midi_file_writer.rb', line 50

def nothing
  @nothing
end

Instance Method Details

#bytesObject



51
52
53
54
55
# File 'lib/sidtool/midi_file_writer.rb', line 51

def bytes
  [
    0xFF, 0x2F, 0x00
  ]
end