- Timestamp:
 - 01/05/2018 01:50:38 PM (8 years ago)
 - Branches:
 - master
 - Children:
 - 77d8df8
 - Parents:
 - 56746cf
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
emu/mid.c
r56746cf r379ffd9 28 28 #define REG_TDR_RDR 3 29 29 30 #define BUF_SZ 12830 #define BUF_SZ 256 31 31 32 32 typedef struct { … … 105 105 } 106 106 107 static void midi_callback(double timeStamp, const unsigned char* message, void *userData) { 107 static void midi_callback(double timeStamp, const unsigned char* message, size_t size, void *userData) { 108 (void) size; 109 (void) userData; 110 108 111 ver2("Timestamp %f\n", timeStamp); 109 112  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)