Changeset 2500:5e481907a8c0 in roaraudio for roard/loop.c


Ignore:
Timestamp:
08/24/09 02:55:13 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support to disable MIDI subsystem completly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/loop.c

    r2495 r2500  
    7474  } 
    7575 
     76#ifndef ROAR_WITHOUT_DCOMP_MIDI 
    7677  ROAR_DBG("main_loop(*): updating midi subsystem..."); 
    7778  midi_update(); 
     79#endif 
    7880 
    7981  ROAR_DBG("main_loop(*): mixing clients..."); 
     
    111113#endif 
    112114 
     115#ifndef ROAR_WITHOUT_DCOMP_MIDI 
    113116  midi_reinit(); 
     117#endif 
    114118#ifndef ROAR_WITHOUT_DCOMP_SSYNTH 
    115119  ssynth_update(); 
Note: See TracChangeset for help on using the changeset viewer.