aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Delmar Davis <don@suspectdevices.com>2013-09-27 20:11:44 -0700
committerDonald Delmar Davis <don@suspectdevices.com>2013-09-27 20:11:44 -0700
commit66ca72ee3d803336b0119054b4bf4d773d5691c0 (patch)
tree432da7ebfafd3e2833e6e5dff31c8457217eb8e7
parentd1a5a8f7217827f93c5514c35c4a13236b51f4b4 (diff)
....
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 895715c..0612d42 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,15 @@ I am trying to arrive at some glue where the upper layers can provide hooks for
simply provide an interface like this.
bool MidiEventAvaliable ([interface])
+
void GetMidiEvent ([interface])
+
void SendMidiEvent ([interface])
+
bool SysexAvaliable ([intervace])
+
void GetSysex ([interface])
+
void SendSysex (uint8_t *messege, [interface]
The remaining details should be as hidden and interchangable as possible.