Changeset 2461:82d60b12442a in roaraudio


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

added stub midi_conv_mes2ssynth()

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/include/midi.h

    r2408 r2461  
    129129int midi_conv_mes2midi (int id); 
    130130 
     131int midi_conv_mes2ssynth(void); 
     132 
    131133int midi_new_bufmes    (struct roar_buffer ** buf, struct midi_message ** mes); 
    132134int midi_add_buf       (int id, struct roar_buffer * buf); 
  • 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.