Changes in src/musicutils.h [986131d:1136442]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/musicutils.h
r986131d r1136442 93 93 smpl_t aubio_miditofreq (smpl_t midi); 94 94 95 /** initialize global status at beginning of program96 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 102 95 /** clean up cached memory at the end of program 103 96
Note: See TracChangeset
for help on using the changeset viewer.