Changeset 1855:60ee58430f49 in roaraudio for roard/loop.c


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

there need to be a function for midi called before mixing and one after for cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/loop.c

    r1843 r1855  
    7474  } 
    7575 
     76  midi_update(); 
     77 
    7678  ROAR_DBG("main_loop(*): mixing clients..."); 
    7779  if ( g_standby ) { 
     
    105107#endif 
    106108 
    107   midi_update(); 
     109  midi_reinit(); 
     110 
    108111//  output_buffer_reinit(); 
    109112 
Note: See TracChangeset for help on using the changeset viewer.