cmDspPgmKr.h/c : Initial implementation of cmDspSysPgm_KrLive.

This commit is contained in:
kpl 2013-10-15 14:50:48 -07:00
parent b4a3507bc5
commit 5307482f6e
2 changed files with 88 additions and 1348 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ extern "C" {
#endif
cmDspRC_t _cmDspSysPgm_TimeLine( cmDspSysH_t h, void** userPtrPtr );
cmDspRC_t _cmDspSysPgm_Switcher( cmDspSysH_t h, void** userPtrPtr );
cmDspRC_t _cmDspSysPgm_KrLive( cmDspSysH_t h, void** userPtrPtr );
#ifdef __cplusplus
}