Skip to content

Commit

Permalink
Merge pull request vishnubob#46 from hskim08/master
Browse files Browse the repository at this point in the history
Added MetaEvent 0x08.
  • Loading branch information
vishnubob committed Oct 9, 2014
2 parents 67ce82f + 40111c6 commit 2eae4f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@ class CuePointEvent(MetaEventWithText):
metacommand = 0x07
length = 'varlen'

class ProgramNameEvent(MetaEventWithText):
name = 'Program Name'
metacommand = 0x08
length = 'varlen'

class SomethingEvent(MetaEvent):
name = 'Something'
metacommand = 0x09
Expand Down

0 comments on commit 2eae4f4

Please sign in to comment.