瀏覽代碼

cmDspKr.h,cmDspPgm.c,cmDspPgmKr.h: Added cmDspGSwitcher ('switcher') program.

master
kevin 11 年之前
父節點
當前提交
4463d9bbe3
共有 3 個檔案被更改,包括 3 行新增0 行删除
  1. 1
    0
      dsp/cmDspKr.h
  2. 1
    0
      dsp/cmDspPgm.c
  3. 1
    0
      dsp/cmDspPgmKr.h

+ 1
- 0
dsp/cmDspKr.h 查看文件

11
   struct cmDspClass_str* cmMidiFilePlayClassCons( cmDspCtx_t* ctx );
11
   struct cmDspClass_str* cmMidiFilePlayClassCons( cmDspCtx_t* ctx );
12
   struct cmDspClass_str* cmScFolClassCons( cmDspCtx_t* ctx );
12
   struct cmDspClass_str* cmScFolClassCons( cmDspCtx_t* ctx );
13
   struct cmDspClass_str* cmScModClassCons( cmDspCtx_t* ctx );
13
   struct cmDspClass_str* cmScModClassCons( cmDspCtx_t* ctx );
14
+  struct cmDspClass_str* cmGSwitchClassCons( cmDspCtx_t* ctx );
14
 
15
 
15
 #ifdef __cplusplus
16
 #ifdef __cplusplus
16
 }
17
 }

+ 1
- 0
dsp/cmDspPgm.c 查看文件

2366
 _cmDspSysPgm_t _cmDspSysPgmArray[] = 
2366
 _cmDspSysPgm_t _cmDspSysPgmArray[] = 
2367
 {
2367
 {
2368
   { "time_line",     _cmDspSysPgm_TimeLine,     NULL, NULL },
2368
   { "time_line",     _cmDspSysPgm_TimeLine,     NULL, NULL },
2369
+  { "switcher",      _cmDspSysPgm_Switcher,     NULL, NULL },
2369
   { "main",          _cmDspSysPgm_Main,         NULL, NULL },
2370
   { "main",          _cmDspSysPgm_Main,         NULL, NULL },
2370
   { "array",         _cmDspSysPgm_Array,        NULL, NULL },
2371
   { "array",         _cmDspSysPgm_Array,        NULL, NULL },
2371
   { "line",          _cmDspSysPgm_Line,         NULL, NULL },
2372
   { "line",          _cmDspSysPgm_Line,         NULL, NULL },

+ 1
- 0
dsp/cmDspPgmKr.h 查看文件

6
 #endif
6
 #endif
7
 
7
 
8
   cmDspRC_t _cmDspSysPgm_TimeLine( cmDspSysH_t h, void** userPtrPtr );
8
   cmDspRC_t _cmDspSysPgm_TimeLine( cmDspSysH_t h, void** userPtrPtr );
9
+  cmDspRC_t _cmDspSysPgm_Switcher( cmDspSysH_t h, void** userPtrPtr );
9
 
10
 
10
 #ifdef __cplusplus
11
 #ifdef __cplusplus
11
   }
12
   }

Loading…
取消
儲存