ffde60139a
id output to midi file player. Added audio and midi label output to time line object.
25 linhas
755 B
C
25 linhas
755 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 );
|
|
struct cmDspClass_str* cmActiveMeasClassCons( cmDspCtx_t* ctx );
|
|
struct cmDspClass_str* cmAmSyncClassCons( cmDspCtx_t* ctx );
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif
|