Changes in src/musicutils.h [1136442:986131d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/musicutils.h
r1136442 r986131d 93 93 smpl_t aubio_miditofreq (smpl_t midi); 94 94 95 /** initialize global status at beginning of program 96 97 This function should be used before doing anything else in aubio. 98 So far it is only used to initialize the Intel IPP library, when it's used. 99 */ 100 void aubio_init (void); 101 95 102 /** clean up cached memory at the end of program 96 103
Note: See TracChangeset
for help on using the changeset viewer.