Interface Chunk

Description

Represents a MIDI chunk (event, delta time, file header, etc.)

  • since: 1.0

Located in /Chunk.php (line 19)


	
			
Direct descendents
Class Description
Event Represents a MIDI event (meta, sysex or channel), but NOT the delta time associated with each event
Method Summary
array getData ()
int getLength ()
binary toBinary ()
string __toString ()
Methods
getData (line 28)

Gets the data associated with this chunk

array getData ()
getLength (line 55)

Gets the length of this chunk in bytes

int getLength ()
toBinary (line 46)

Gets the binary representation of this chunk

binary toBinary ()
__toString (line 37)

Gets the string representation of this chunk

  • since: 1.0
  • access: public
string __toString ()

Documentation generated on Sun, 25 Oct 2009 22:38:14 -0700 by phpDocumentor 1.4.3