Files at this revision

API Documentation at this revision

Comitter:
Padman
Date:
Thu Aug 04 12:15:36 2016 +0000
Parent:
1:1c3f0c6ea0fb
Commit message:
Further API documentation

Changed in this revision

MIDIparser.h Show annotated file Show diff for this revision Revisions of this file
diff -r 1c3f0c6ea0fb -r cbd43ba7f842 MIDIparser.h
--- a/MIDIparser.h	Thu Aug 04 12:02:12 2016 +0000
+++ b/MIDIparser.h	Thu Aug 04 12:15:36 2016 +0000
@@ -27,7 +27,7 @@
 #include "MyBuffer.h"
 #include <queue>
 
-/**
+/** A parser that accepts bytes and outputs MIDI messages
  *
  * Example:
  * @code
@@ -69,6 +69,8 @@
 
 public:
 
+    /** Create a parser and allocate input/output buffers
+     */
     MIDIparser();
     
     /** Input a byte to the parser