Class MIDIFileMetaEvent

java.lang.Object
All Implemented Interfaces:
java.lang.Cloneable

public class MIDIFileMetaEvent
extends MIDIFileSysExEvent
MIDI File Meta Event
Author:
Phil Burk (C) 1999 SoftSynth.com
  • Field Details

    • type

      public int type
  • Constructor Details

    • MIDIFileMetaEvent

      public MIDIFileMetaEvent​(int ticks, int type, byte[] b)
      Create storage for a MetaEvent
      Parameters:
      ticks - MIDIFile time-stamp
      command - SysEx = F0, or F7, or MetaEvent = FF
      type - MetaEvent type, from 0 to 127.
      b - bytes read from file for SysEx. May be null.
  • Method Details