Changeset 2461:82d60b12442a in roaraudio for roard/midi.c


Ignore:
Timestamp:
08/21/09 17:23:13 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added stub midi_conv_mes2ssynth()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/midi.c

    r2445 r2461  
    7676 if ( g_midi_clock.stream != -1 ) 
    7777  midi_check_bridge(g_midi_clock.stream); 
     78 
     79 midi_conv_mes2ssynth(); 
    7880 
    7981 return midi_cb_update(); 
     
    413415#undef _nb 
    414416 
     417int midi_conv_mes2ssynth(void) { 
     418 return -1; 
     419} 
     420 
    415421int midi_new_bufmes    (struct roar_buffer ** buf, struct midi_message ** mes) { 
    416422 if ( buf == NULL || mes == NULL ) 
Note: See TracChangeset for help on using the changeset viewer.