Changeset 2463:4f769fd0a58b in roaraudio for roard/include/ssynth.h


Ignore:
Timestamp:
08/21/09 19:18:22 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

very basic ssynth_eval_message(), stubs for ssynth_note_on() and ssynth_note_off()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/ssynth.h

    r2460 r2463  
    7070int ssynth_note_set_stage(int id, int stage); 
    7171 
     72int ssynth_note_on       (struct roar_note_octave * note, char vv); 
     73int ssynth_note_off      (struct roar_note_octave * note, char vv); 
     74 
    7275int ssynth_eval_message (struct midi_message * mes); 
    7376 
Note: See TracChangeset for help on using the changeset viewer.