Class: Sidtool::MidiFileWriter::EndOfTrack
- Inherits:
-
Struct
- Object
- Struct
- Sidtool::MidiFileWriter::EndOfTrack
- Defined in:
- lib/sidtool/midi_file_writer.rb
Instance Attribute Summary collapse
-
#nothing ⇒ Object
Returns the value of attribute nothing.
Instance Method Summary collapse
Instance Attribute Details
#nothing ⇒ Object
Returns the value of attribute nothing
50 51 52 |
# File 'lib/sidtool/midi_file_writer.rb', line 50 def nothing @nothing end |
Instance Method Details
#bytes ⇒ Object
51 52 53 54 55 |
# File 'lib/sidtool/midi_file_writer.rb', line 51 def bytes [ 0xFF, 0x2F, 0x00 ] end |