Changeset 190:7d80e1acca66 in roaraudio for roard/midi.c


Ignore:
Timestamp:
07/20/08 18:23:13 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

globalized main_loop()'s pos to g_pos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/midi.c

    r189 r190  
    4242} 
    4343 
    44 int midi_cb_update (uint32_t pos) { 
    45  if ( g_midi_cb_stoptime <= pos ) 
     44int midi_cb_update (void) { 
     45 if ( g_midi_cb_stoptime <= g_pos ) 
    4646  midi_cb_stop(); 
    4747 
Note: See TracChangeset for help on using the changeset viewer.