aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.