Browse Source

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

master
kevin 11 years ago
parent
commit
4463d9bbe3
3 changed files with 3 additions and 0 deletions
  1. 1
    0
      dsp/cmDspKr.h
  2. 1
    0
      dsp/cmDspPgm.c
  3. 1
    0
      dsp/cmDspPgmKr.h

+ 1
- 0
dsp/cmDspKr.h View File

@@ -11,6 +11,7 @@ extern "C" {
11 11
   struct cmDspClass_str* cmMidiFilePlayClassCons( cmDspCtx_t* ctx );
12 12
   struct cmDspClass_str* cmScFolClassCons( cmDspCtx_t* ctx );
13 13
   struct cmDspClass_str* cmScModClassCons( cmDspCtx_t* ctx );
14
+  struct cmDspClass_str* cmGSwitchClassCons( cmDspCtx_t* ctx );
14 15
 
15 16
 #ifdef __cplusplus
16 17
 }

+ 1
- 0
dsp/cmDspPgm.c View File

@@ -2366,6 +2366,7 @@ cmDspRC_t _cmDspSysPgm_AvailCh( cmDspSysH_t h, void** userPtrPtr )
2366 2366
 _cmDspSysPgm_t _cmDspSysPgmArray[] = 
2367 2367
 {
2368 2368
   { "time_line",     _cmDspSysPgm_TimeLine,     NULL, NULL },
2369
+  { "switcher",      _cmDspSysPgm_Switcher,     NULL, NULL },
2369 2370
   { "main",          _cmDspSysPgm_Main,         NULL, NULL },
2370 2371
   { "array",         _cmDspSysPgm_Array,        NULL, NULL },
2371 2372
   { "line",          _cmDspSysPgm_Line,         NULL, NULL },

+ 1
- 0
dsp/cmDspPgmKr.h View File

@@ -6,6 +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 10
 
10 11
 #ifdef __cplusplus
11 12
   }

Loading…
Cancel
Save