Browse Source

cmDspPgmKr.h/c : Initial implementation of cmDspSysPgm_KrLive.

master
kpl 10 years ago
parent
commit
5307482f6e
2 changed files with 90 additions and 1350 deletions
  1. 89
    1349
      dsp/cmDspPgmKr.c
  2. 1
    1
      dsp/cmDspPgmKr.h

+ 89
- 1349
dsp/cmDspPgmKr.c
File diff suppressed because it is too large
View File


+ 1
- 1
dsp/cmDspPgmKr.h View File

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

Loading…
Cancel
Save