Changeset 2460:8b8796a5ff36 in roaraudio


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

added stub ssynth_eval_message

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/include/ssynth.h

    r2456 r2460  
    7070int ssynth_note_set_stage(int id, int stage); 
    7171 
     72int ssynth_eval_message (struct midi_message * mes); 
     73 
    7274#endif 
    7375 
  • roard/ssynth.c

    r2457 r2460  
    140140} 
    141141 
     142int ssynth_eval_message (struct midi_message * mes) { 
     143 return -1; 
     144} 
     145 
    142146//ll 
Note: See TracChangeset for help on using the changeset viewer.