cmDspPgmKr.h/c : Initial implementation of cmDspSysPgm_KrLive.

Esse commit está contido em:
kpl 2013-10-15 14:50:48 -07:00
commit 5307482f6e
2 arquivos alterados com 88 adições e 1348 exclusões

Diferenças do arquivo suprimidas por serem muito extensas Carregar Diff

Ver arquivo

@ -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
}