libcm is a C development framework with an emphasis on audio signal processing applications.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
12345678910111213141516 |
- #ifndef cmScoreProc_h
- #define cmScoreProc_h
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- typedef unsigned cmSpRC_t;
-
- cmSpRC_t cmScoreProc(cmCtx_t* ctx );
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
|