Changeset 2454:3e7ae25d4e61 in roaraudio


Ignore:
Timestamp:
08/21/09 05:07:48 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some very basic functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/ssynth.h

    r2449 r2454  
    6161int ssynth_free (void); 
    6262 
     63int ssynth_note_new(struct roar_note_octave * note, char vv); 
     64int ssynth_note_free(int id); 
     65int ssynth_note_find(struct roar_note_octave * note); 
     66 
    6367#endif 
    6468 
Note: See TracChangeset for help on using the changeset viewer.