23 řádky
625 B
C
23 řádky
625 B
C
#ifndef cmDspKr_h
|
|
#define cmDspKr_h
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
struct cmDspClass_str* cmKrClassCons( cmDspCtx_t* ctx );
|
|
struct cmDspClass_str* cmTimeLineClassCons( cmDspCtx_t* ctx );
|
|
struct cmDspClass_str* cmScoreClassCons( cmDspCtx_t* ctx );
|
|
struct cmDspClass_str* cmMidiFilePlayClassCons( cmDspCtx_t* ctx );
|
|
struct cmDspClass_str* cmScFolClassCons( cmDspCtx_t* ctx );
|
|
struct cmDspClass_str* cmScModClassCons( cmDspCtx_t* ctx );
|
|
struct cmDspClass_str* cmGSwitchClassCons( cmDspCtx_t* ctx );
|
|
struct cmDspClass_str* cmScaleRangeClassCons( cmDspCtx_t* ctx );
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif
|