libcm is a C development framework with an emphasis on audio signal processing applications.
Go to file
kevin 4dcc216ab5 cmDspPgmKr.c : Commented out used of "Echo Cancel" in _cmDspSysPgm_TksbLite().
Added use of second processing chain in _cmDspSysPgm_TksbLite().
2015-10-07 13:02:55 -04:00
app cmOnset.c : Added printout of parameters to cmOnsetProc(). 2015-10-02 19:13:07 -04:00
dsp cmDspPgmKr.c : Commented out used of "Echo Cancel" in _cmDspSysPgm_TksbLite(). 2015-10-07 13:02:55 -04:00
linux cmAudioPortAlsa.c : Added _cmApDevReportFormats(). 2015-05-29 11:49:29 -07:00
osx cmAudioPortOsx.c : Replaced deprecated Core Audio API. 2014-11-20 15:53:33 -08:00
sa sa/cmSaProc.c : Fixed bug where surroundstream.h/c inclusion was controlled by incorrect pre-processor flag. 2015-04-10 11:59:39 -07:00
vop cmVectOps.h/c : Added use of _cmVOU_Abs() to eliminate warning regarding abs(unsigned). 2015-10-07 12:59:46 -04:00
.gitignore .gitignore : Initial commit. 2014-06-14 21:17:06 -07:00
cmApBuf.c cmApBuf.h/c : Added code to handle audio timestamps. 2013-12-15 18:28:11 -05:00
cmApBuf.h cmApBuf.h/c : Added code to handle audio timestamps. 2013-12-15 18:28:11 -05:00
cmArray.c cmArray.c: When the array handle is invalid cmArrayCount() now returns 0 instead of throwing an error. 2013-03-31 22:14:26 -07:00
cmArray.h cmArray.h: Update comments. 2013-04-16 07:36:39 -07:00
cmAudDsp.c cmAudDsp.c : Added call to cmDspPgmJsonToDot() following cmDspSysPrintPgm(). 2015-09-25 18:49:14 -04:00
cmAudDsp.h cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. 2013-03-01 17:20:01 -08:00
cmAudDspIF.c cmAudioDsp.c,cmAudDspIF.h/c,cmMsgProtocol.h,cmDspClass.h:Changes to 2013-08-12 00:10:03 -07:00
cmAudDspIF.h cmAudioDsp.c,cmAudDspIF.h/c,cmMsgProtocol.h,cmDspClass.h:Changes to 2013-08-12 00:10:03 -07:00
cmAudDspLocal.c Added cmAudDspLocalSendSetup() and cmAudDspSendSetup() 2012-11-24 10:32:25 -08:00
cmAudDspLocal.h Added cmAudDspLocalSendSetup() and cmAudDspSendSetup() 2012-11-24 10:32:25 -08:00
cmAudioAggDev.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 2013-12-15 18:14:27 -05:00
cmAudioAggDev.h Initial commit 2012-10-29 20:52:39 -07:00
cmAudioBuf.c Initial commit 2012-10-29 20:52:39 -07:00
cmAudioBuf.h Initial commit 2012-10-29 20:52:39 -07:00
cmAudioFile.c cmAudioFile.h/c : Added cmAudioFileSetSRate(), cmAudioFileSine() and chnaged cmAudioFileTest() to take a variable argument list. 2015-04-10 11:58:10 -07:00
cmAudioFile.h cmAudioFile.h/c : Added cmAudioFileSetSRate(), cmAudioFileSine() and chnaged cmAudioFileTest() to take a variable argument list. 2015-04-10 11:58:10 -07:00
cmAudioFileDev.c cmAudioFileDev.c : Now includes cmCtx.h to allow for cmCtx dependency in public interface of cmAudioFile.h. 2015-04-10 11:58:56 -07:00
cmAudioFileDev.h cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. 2013-03-01 17:20:01 -08:00
cmAudioFileMgr.c Initial commit 2012-10-29 20:52:39 -07:00
cmAudioFileMgr.h Initial commit 2012-10-29 20:52:39 -07:00
cmAudioNrtDev.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 2013-12-15 18:14:27 -05:00
cmAudioNrtDev.h Initial commit 2012-10-29 20:52:39 -07:00
cmAudioPort.c cmAudioPort.c : cmApTest() now accepts sample rate as a command line arg.. 2015-05-29 11:21:16 -07:00
cmAudioPort.h cmAudioPort.h : Added result code kParamRangeErrorApRC. 2014-11-20 15:58:17 -08:00
cmAudioPortFile.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 2013-12-15 18:14:27 -05:00
cmAudioPortFile.h cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. 2013-03-01 17:20:01 -08:00
cmAudioSys.c cmAudioSys.h/c : cmAudioSysCtx_t now have time stamps which are set in 2013-12-15 18:44:35 -05:00
cmAudioSys.h cmAudioSys.h/c : cmAudioSysCtx_t now have time stamps which are set in 2013-12-15 18:44:35 -05:00
cmAudioSysMsg.h cmAudioSys.h/c and cmAudioSysMsg.h: Added several kAsDfltXXX values. cmAudioSysSsInitMsg_t now includes srate and dspFramesPerCycle. 2013-04-08 23:02:37 -07:00
cmAudLabelFile.c cmAudLabelFile.c:Fixed uninitialzed 'rc' in cmGrObjWorldExt(). 2013-04-20 10:30:07 -07:00
cmAudLabelFile.h Initial commit 2012-10-29 20:52:39 -07:00
cmComplexTypes.c cmComplexTypes.h/c : Added cmVOCR_MultVFV() and cmVOCR_DivVFV(). Implemented cmVOCR_Abs(). 2015-07-16 18:58:55 -04:00
cmComplexTypes.h cmComplexTypes.h/c : Added cmVOCR_MultVFV() and cmVOCR_DivVFV(). Implemented cmVOCR_Abs(). 2015-07-16 18:58:55 -04:00
cmCsv.c cmCsv.h/c: CSV reader now uses a hash table rather than symbol table. 2014-01-25 16:16:06 -05:00
cmCsv.h cmCsv.h/c: CSV reader now uses a hash table rather than symbol table. 2014-01-25 16:16:06 -05:00
cmCtx.c Initial commit 2012-10-29 20:52:39 -07:00
cmCtx.h Makefile.am Added cmTextTemplate.c/h cmText.c/h Added CmTextReplaceFirst() 2012-11-06 13:24:00 -08:00
cmData.c cmData.h/c : Changed cmDataRecdAllocXXX() to return a cmDtRC_t. 2013-12-03 13:48:31 -08:00
cmData.h cmData.h/c : Changed cmDataRecdAllocXXX() to return a cmDtRC_t. 2013-12-03 13:48:31 -08:00
cmDevCfg.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 2013-12-15 18:14:27 -05:00
cmDevCfg.h cmDevCfg.h/c:Removed net cfg and added broadcast address and node label to audio cfg. 2013-04-28 19:33:29 -07:00
cmDList.c cmDList.h/c/Tpl.h : Changes to support initial debugging of cmDList. 2015-08-03 08:28:22 -07:00
cmDList.h cmDList.h/c/Tpl.h : Changes to support initial debugging of cmDList. 2015-08-03 08:28:22 -07:00
cmDListTpl.h cmDList.h/c/Tpl.h : Changes to support initial debugging of cmDList. 2015-08-03 08:28:22 -07:00
cmDocMain.h Initial commit 2012-10-29 20:52:39 -07:00
cmErr.c cmErr.c: Fix bug in use of va_list which showed up on spat-lab Mac port. 2013-09-05 15:54:56 -07:00
cmErr.h Initial commit 2012-10-29 20:52:39 -07:00
cmExec.c cmExec.h/c, Makefile.am : Initial commit. 2015-05-22 13:55:38 -07:00
cmExec.h cmExec.h/c, Makefile.am : Initial commit. 2015-05-22 13:55:38 -07:00
cmFeatFile.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 2013-12-15 18:14:27 -05:00
cmFeatFile.h Initial commit 2012-10-29 20:52:39 -07:00
cmFile.c cmFile.h/c : Added cmWriteStr() and cmReadStr(). 2015-08-30 20:29:53 -04:00
cmFile.h cmFile.h/c : Added cmWriteStr() and cmReadStr(). 2015-08-30 20:29:53 -04:00
cmFileSys.c cmFileSys.c : Fixed harmless compiler warning in _cmFileSysDirGetEntries(). 2015-08-06 15:52:40 -04:00
cmFileSys.h cmFileSys.h/c: Added cmFileSysCanWriteToDir() and cmFsCanWriteToDir(). 2014-02-01 12:49:28 -08:00
cmFloatTypes.h Initial commit 2012-10-29 20:52:39 -07:00
cmFrameFile.c Initial commit 2012-10-29 20:52:39 -07:00
cmFrameFile.h Initial commit 2012-10-29 20:52:39 -07:00
cmGlobal.c Initial commit 2012-10-29 20:52:39 -07:00
cmGlobal.h cmGlobal.h,cmLinkedHeap.h,cmMallocDebug.h: Fixed bug w/ NULL src ptrs to cmMemAllocStr() 2013-03-01 17:22:35 -08:00
cmGnuPlot.c Initial commit 2012-10-29 20:52:39 -07:00
cmGnuPlot.h Initial commit 2012-10-29 20:52:39 -07:00
cmGr.c cmGr.c : Changed mouse drag logic in _cmGrEventMsMove(). 2015-07-24 10:46:31 -07:00
cmGr.h cmGr.h/c: Removed cfgFlags and stateFlags from cmGrObj_t 2013-02-08 22:04:26 -08:00
cmGrDevCtx.c cmGrDevCtx.c Added _cmGrDcOffs() macros. 2013-02-08 23:44:56 -08:00
cmGrDevCtx.h cmGrDevCtx.h/c Added cmGrDcPoint/RectIsVisible() 2013-01-13 16:40:49 -08:00
cmGrPage.c cmGrPageLayout() now returns bool. 2012-11-20 22:51:13 -08:00
cmGrPage.h cmGrPage.h : Added comment to cmGrLabelFunc_t. 2013-11-13 11:53:20 -05:00
cmGrPlot.c cmGrPlot.h : Make callbacks for deselected objects when a new object is selected. 2015-03-31 11:17:58 -07:00
cmGrPlot.h cmGrPlot.h : Make callbacks for deselected objects when a new object is selected. 2015-03-31 11:17:58 -07:00
cmGrPlotAudio.c cmGrPlotAudio.c : The audio plot object no longer uses the underlying 2013-09-28 12:34:03 -07:00
cmGrPlotAudio.h Initial commit 2012-10-29 20:52:39 -07:00
cmHashTbl.c cmHashTbl.h/c : Initial commit. 2014-01-25 16:13:57 -05:00
cmHashTbl.h cmHashTbl.h/c : Initial commit. 2014-01-25 16:13:57 -05:00
cmJson.c cmJson.h/c:Added cmJsonIsModified(). 2013-05-22 15:12:04 -07:00
cmJson.h cmJson.h/c:Added cmJsonIsModified(). 2013-05-22 15:12:04 -07:00
cmKeyboard.c cmKeyboard.h/c : Added cmIsKeyWaiting(). 2015-02-08 08:54:53 -08:00
cmKeyboard.h cmKeyboard.h/c : Added cmIsKeyWaiting(). 2015-02-08 08:54:53 -08:00
cmLex.c cmLex.c : The quoted string matcher now correctly handles escaped double quotes. 2014-01-21 22:35:24 -05:00
cmLex.h cmLex.h/c : Added optional quoted character token recognizer. 2014-01-06 16:10:05 -05:00
cmLib.c cmLib.c : Attempts to load non-library files now fail silently. 2014-04-08 09:07:46 -04:00
cmLib.h Initial commit 2012-10-29 20:52:39 -07:00
cmLinkedHeap.c cmLinkHeap.h/c : Added cmLHeapIsPtrInHeap(). 2013-10-12 20:20:37 -07:00
cmLinkedHeap.h cmLinkHeap.h/c : Added cmLHeapIsPtrInHeap(). 2013-10-12 20:20:37 -07:00
cmMain.c Initial commit 2012-10-29 20:52:39 -07:00
cmMallocDebug.c cmMallocDebug.c:Fixed bug in cmMdAllocStr() where terminating zero was not 2013-07-13 17:21:12 -07:00
cmMallocDebug.h cmGlobal.h,cmLinkedHeap.h,cmMallocDebug.h: Fixed bug w/ NULL src ptrs to cmMemAllocStr() 2013-03-01 17:22:35 -08:00
cmMath.c cmMath.h/c : Added cmModIncr(). 2015-07-16 19:01:54 -04:00
cmMath.h cmMath.h/c : Added cmModIncr(). 2015-07-16 19:01:54 -04:00
cmMem.c cmMem.c : Added a comment at the location where breakpoints may be set 2014-01-21 22:34:46 -05:00
cmMem.h Initial commit 2012-10-29 20:52:39 -07:00
cmMidi.c cmMidi.h/c : Added pedal related functions and control codes. 2015-03-30 13:06:48 -07:00
cmMidi.h cmMidi.h/c : Added pedal related functions and control codes. 2015-03-30 13:06:48 -07:00
cmMidiFile.c cmMidiFile.c : cmMidiFileCalcNoteDuration() now update the durTicks field of 2015-02-24 15:39:38 -08:00
cmMidiFile.h cmMidiFile.h : Fixed commented numbering of result-codes. 2015-02-24 15:38:31 -08:00
cmMidiFilePlay.c cmMidiFilePlay.c : _cmMfpCb() now generates a zeroed timestamp. 2013-12-15 18:19:27 -05:00
cmMidiFilePlay.h Initial commit 2012-10-29 20:52:39 -07:00
cmMidiPort.c cmMidiPort.h/c : cmMpParseMidiData() and cmMpParseMidiTriple() now take a MIDI time stamp as part of the incoming message. 2013-12-15 18:16:36 -05:00
cmMidiPort.h cmMidiPort.h/c : cmMpParseMidiData() and cmMpParseMidiTriple() now take a MIDI time stamp as part of the incoming message. 2013-12-15 18:16:36 -05:00
cmMsgProtocol.c Initial commit 2012-10-29 20:52:39 -07:00
cmMsgProtocol.h Added cmDspUi2 two-dimensional drag UI control. 2015-04-09 13:11:26 -07:00
cmPgmOpts.c cmPgmOpt.c : Fixed minor formatting of --help text. 2015-10-07 09:51:57 -04:00
cmPgmOpts.h cmPgmOpts.h : Clarified comment on cmPgmOptHandleBuiltInActions(). 2014-01-21 22:36:48 -05:00
cmPrefix.h Initial commit 2012-10-29 20:52:39 -07:00
cmPrefs.c cmPrefs.h/c: Added cmPrefsGetUInt(). 2013-03-28 23:20:58 -07:00
cmPrefs.h cmPrefs.h: Update comments 2013-04-16 07:46:55 -07:00
cmProc2.c cmProc2.h/c : Added statVa to cmSpecDist(). 2015-09-25 18:50:00 -04:00
cmProc2.h cmProc2.h/c : Added statVa to cmSpecDist(). 2015-09-25 18:50:00 -04:00
cmProc3.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 2013-12-15 18:14:27 -05:00
cmProc3.h cmProc3.h/c : Changes to cmXFader to implement equal power cross-fade and 2013-11-03 11:50:03 -08:00
cmProc4.c cmProc4.c : Fixed bug in _cmScMatcherStoreResult() which failed to copy the 2015-02-25 16:57:05 -08:00
cmProc4.h cmProc4.h/c : The cmMidiTrackMsg_t.uid identifier of note-on messages 2015-02-25 15:17:10 -08:00
cmProc5.c cmProc5.h/c : Added parameter setters to cmNlmsEc. 2015-09-03 17:54:20 -04:00
cmProc5.h cmProc5.h/c : Added parameter setters to cmNlmsEc. 2015-09-03 17:54:20 -04:00
cmProc.c cmProc.c: Chnaged labs() to fabs() in calc of 'dLogProb' in cmChmmTrain(). 2015-06-01 12:50:32 -04:00
cmProc.h cmProc.h/c : Added kSlRejIsBetaWndFl for use in cmWndFuncInit(). 2015-05-22 13:56:54 -07:00
cmProcObj.c cmProc.h,cmProcObj.c: Comment updates. 2013-03-01 17:30:50 -08:00
cmProcObj.h Initial commit 2012-10-29 20:52:39 -07:00
cmProcTest.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 2013-12-15 18:14:27 -05:00
cmProcTest.h Initial commit 2012-10-29 20:52:39 -07:00
cmRbm.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 2013-12-15 18:14:27 -05:00
cmRbm.h Initial commit 2012-10-29 20:52:39 -07:00
cmRpt.c cmRpt.c: _cmVOut() now uses a dynamically allocated buffer on long messages. 2013-02-15 16:02:12 -08:00
cmRpt.h Initial commit 2012-10-29 20:52:39 -07:00
cmRtNet.c cmRtNet.c : Changes to port number and bcastAddr in cmRtNetTest(). 2014-12-06 13:31:11 -08:00
cmRtNet.h cmRtNet.h/c : Corrected mispelling in #ifdef header guards. 2014-10-15 11:08:26 -07:00
cmRtSys.c cmRtNet.h/c : Corrected mispelling in #ifdef header guards. 2014-10-15 11:08:26 -07:00
cmRtSys.h cmRtSys.h/c : Added cmRtSysNetReportSyncEnable() 2014-06-16 11:01:02 -07:00
cmRtSysMsg.h cmRtSysMsg.h : Added srcEndPtId and srcNodeIdx fields to cmRtNetMsg_t. 2014-06-15 22:18:26 -07:00
cmSerialize.c Initial commit 2012-10-29 20:52:39 -07:00
cmSerialize.h Initial commit 2012-10-29 20:52:39 -07:00
cmStack.c cmStack.h/c: Added cmStackTop() to return the top stack element. 2013-02-18 14:31:03 -08:00
cmStack.h cmStack.h : Added comments. 2013-11-14 16:44:34 -05:00
cmStrStream.c cmStrStream.c : Completed initial tests and fixed bugs in cmOStrStreamWrite(). 2014-01-12 10:25:11 -05:00
cmStrStream.h cmStrStream.h : Added code comments. 2014-01-12 13:06:13 -05:00
cmSymTbl.c cmSymTbl.c: Fixed cmSymTblRegisterFmt() to return new symbol id. 2013-03-21 11:03:21 -07:00
cmSymTbl.h cmSymTbl.h/c: Added cmSymTblRegisterFmt() 2013-03-01 17:23:46 -08:00
cmSyncRecd.c cmSyncRecd.h/c : Changed result codes from cmXXXSrRC to cmXXXSyRc to avoid 2014-01-25 16:15:09 -05:00
cmSyncRecd.h cmSyncRecd.h/c : Changed result codes from cmXXXSrRC to cmXXXSyRc to avoid 2014-01-25 16:15:09 -05:00
cmTagFile.c cmTagFile.h/c : cmTagFile now recognizes function definition, and structure and union tags. 2014-01-06 16:11:18 -05:00
cmTagFile.h cmTagFile.h/c : cmTagFile now recognizes function definition, and structure and union tags. 2014-01-06 16:11:18 -05:00
cmTaskMgr.c cmTaskMgr.h/c : Many updates and changes to complete the initial development. 2013-10-20 20:42:32 -07:00
cmTaskMgr.h cmTaskMgr.h/c : Many updates and changes to complete the initial development. 2013-10-20 20:42:32 -07:00
cmText.c cmText.c : Implemented cmTextEncodeBase64(). 2015-07-31 11:12:22 -07:00
cmText.h cmText.h/c : Added cmTextDecodeBase64(). 2015-07-31 08:20:39 -07:00
cmTextTemplate.c Many changes 2012-11-09 07:14:29 -08:00
cmTextTemplate.h Many changes 2012-11-09 07:14:29 -08:00
cmThread.c cmThread.c : Fixed bug in cmThPtrCAS() where #ifdef OS_VER_10_5 was used 2014-06-16 10:49:50 -07:00
cmThread.h cmThread.h/c: Added cmTs1p1cSetCallback(). 2013-10-20 20:44:08 -07:00
cmTime.c cmTime.h/c : Added cmTimeDiffMicros(),cmTimeIsLTE(),cmTimeIsGTE(),cmTimeIsEqual(),cmTimeIsZero(),cmTimeSetZero(). 2013-12-17 08:55:08 -05:00
cmTime.h cmTime.h/c : Added cmTimeDiffMicros(),cmTimeIsLTE(),cmTimeIsGTE(),cmTimeIsEqual(),cmTimeIsZero(),cmTimeSetZero(). 2013-12-17 08:55:08 -05:00
cmUdpNet.c cmUdpNet.h/c : Changed argv[] in cmUdpNetTest() from char* to const char*. 2014-12-06 14:24:16 -08:00
cmUdpNet.h cmUdpNet.h/c : Changed argv[] in cmUdpNetTest() from char* to const char*. 2014-12-06 14:24:16 -08:00
cmUdpPort.c cmUdpPort.c : Fixed bug in cmUdpTestV() where arguments were not correctly selected from 'arv'. 2014-12-06 14:34:08 -08:00
cmUdpPort.h cmUdpPort.h/c : Added cmUdpTest() and cmUdpTestV(). 2014-12-06 14:24:48 -08:00
cmUi.c cmUi.c : Removed unused variable from cmUiSelectPanel(). 2014-11-18 16:55:00 -08:00
cmUi.h cmUi.h/c : Added cmUiListEleLabelToIndex() and shell for cmUiSelectPanel(). 2014-02-06 22:47:03 -08:00
cmUiDrvr.c cmUi.h/c and cmUiDrvr.h/c: Many changes and additions. 2013-04-08 23:06:44 -07:00
cmUiDrvr.h cmUiDrvr.h:Added kSendXXX flags. 2013-04-10 00:33:56 -07:00
cmUiRtSysMstr.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 2013-12-15 18:14:27 -05:00
cmUiRtSysMstr.h cmRtSys.h/c and cmRtSysMsg.h: Replacement for cmAudioSys.h/c. Initial Commit. 2013-04-08 22:59:10 -07:00
cmVirtNet.c Initial commit 2012-10-29 20:52:39 -07:00
cmVirtNet.h Initial commit 2012-10-29 20:52:39 -07:00
Makefile.am cmDspPgmJsonToDot.h/c, Makefile : Initial working version of cmDspPgmJsonToDot 2015-09-25 18:48:44 -04:00