Changeset 1853:345470a7b87b in roaraudio for roard/include/midi.h


Ignore:
Timestamp:
05/23/09 11:01:50 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added struct g_midi_cb with all CB things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/midi.h

    r1852 r1853  
    7575 
    7676 
    77 int g_console; 
    78 int g_midi_cb_stream; 
    79  
    80 uint32_t g_midi_cb_stoptime; 
    81 int      g_midi_cb_playing; 
     77struct { 
     78 int      console; 
     79 int      stream; 
     80 uint32_t stoptime; 
     81 int      playing; 
     82} g_midi_cb; 
    8283 
    8384struct { 
Note: See TracChangeset for help on using the changeset viewer.