libcm is a C development framework with an emphasis on audio signal processing applications.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Kevin Larke d72efa84a8 cmPgmOpt.c : Fixed minor formatting of --help text. 8 年前
app cmOnset.c : Added printout of parameters to cmOnsetProc(). 8 年前
dsp cmDspKr.c : Added bypass to echo cancel. 8 年前
linux cmAudioPortAlsa.c : Added _cmApDevReportFormats(). Added, but disabled, _cmApS24_3BE*(). Added i/oSignFl and i/oSwapFl to device record. Changed sample format selection algorithm to use fmt[]. 9 年前
osx cmAudioPortOsx.c : Replaced deprecated Core Audio API. 9 年前
sa sa/cmSaProc.c : Fixed bug where surroundstream.h/c inclusion was controlled by incorrect pre-processor flag. 9 年前
vop cmVectOpsTemplateCode.h : Removed unused variable from SynthImpulse() 8 年前
.gitignore .gitignore : Initial commit. 10 年前
Makefile.am cmDspPgmJsonToDot.h/c, Makefile : Initial working version of cmDspPgmJsonToDot 8 年前
cmApBuf.c cmApBuf.h/c : Added code to handle audio timestamps. cmApBufUpdate() sets an input/output timestamp on each device according to the audio packet timestamp. cmApBufGetIO() returns the timestamp associated with each returned buffer. Added cmApBufOnPortEnable() to zero the timestamp when a port is enabled. This implementation of the audio timestamping processes is a hack because only the first timestamp is stored (after a call to cmApBufOnPortEnable()) and all subsequent timestamps are generated by incrementing this value according to the incoming/outgoing sample count. 10 年前
cmApBuf.h cmApBuf.h/c : Added code to handle audio timestamps. cmApBufUpdate() sets an input/output timestamp on each device according to the audio packet timestamp. cmApBufGetIO() returns the timestamp associated with each returned buffer. Added cmApBufOnPortEnable() to zero the timestamp when a port is enabled. This implementation of the audio timestamping processes is a hack because only the first timestamp is stored (after a call to cmApBufOnPortEnable()) and all subsequent timestamps are generated by incrementing this value according to the incoming/outgoing sample count. 10 年前
cmArray.c cmArray.c: When the array handle is invalid cmArrayCount() now returns 0 instead of throwing an error. 11 年前
cmArray.h cmArray.h: Update comments. 11 年前
cmAudDsp.c cmAudDsp.c : Added call to cmDspPgmJsonToDot() following cmDspSysPrintPgm(). 8 年前
cmAudDsp.h cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. 11 年前
cmAudDspIF.c cmAudioDsp.c,cmAudDspIF.h/c,cmMsgProtocol.h,cmDspClass.h:Changes to new procedure cmDspSysPrintPgm(). 10 年前
cmAudDspIF.h cmAudioDsp.c,cmAudDspIF.h/c,cmMsgProtocol.h,cmDspClass.h:Changes to new procedure cmDspSysPrintPgm(). 10 年前
cmAudDspLocal.c Added cmAudDspLocalSendSetup() and cmAudDspSendSetup() 11 年前
cmAudDspLocal.h Added cmAudDspLocalSendSetup() and cmAudDspSendSetup() 11 年前
cmAudLabelFile.c cmAudLabelFile.c:Fixed uninitialzed 'rc' in cmGrObjWorldExt(). 11 年前
cmAudLabelFile.h Initial commit 11 年前
cmAudioAggDev.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 10 年前
cmAudioAggDev.h Initial commit 11 年前
cmAudioBuf.c Initial commit 11 年前
cmAudioBuf.h Initial commit 11 年前
cmAudioFile.c cmAudioFile.h/c : Added cmAudioFileSetSRate(), cmAudioFileSine() and chnaged cmAudioFileTest() to take a variable argument list. Added the ability to write WAV files. cmAudioFileCreate() now creates a WAV or AIF header based on the file name extension. 9 年前
cmAudioFile.h cmAudioFile.h/c : Added cmAudioFileSetSRate(), cmAudioFileSine() and chnaged cmAudioFileTest() to take a variable argument list. Added the ability to write WAV files. cmAudioFileCreate() now creates a WAV or AIF header based on the file name extension. 9 年前
cmAudioFileDev.c cmAudioFileDev.c : Now includes cmCtx.h to allow for cmCtx dependency in public interface of cmAudioFile.h. 9 年前
cmAudioFileDev.h cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. 11 年前
cmAudioFileMgr.c Initial commit 11 年前
cmAudioFileMgr.h Initial commit 11 年前
cmAudioNrtDev.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 10 年前
cmAudioNrtDev.h Initial commit 11 年前
cmAudioPort.c cmAudioPort.c : cmApTest() now accepts sample rate as a command line arg.. 9 年前
cmAudioPort.h cmAudioPort.h : Added result code kParamRangeErrorApRC. 9 年前
cmAudioPortFile.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 10 年前
cmAudioPortFile.h cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. 11 年前
cmAudioSys.c cmAudioSys.h/c : cmAudioSysCtx_t now have time stamps which are set in the cmApBufGetIO() calls in _cmAsDspExecCallback(). _cmAudioSysEnable() now calls cmApBufOnPortEnable() to that cmApBuf() can be aware to when audio streaming is starting and stopping. 10 年前
cmAudioSys.h cmAudioSys.h/c : cmAudioSysCtx_t now have time stamps which are set in the cmApBufGetIO() calls in _cmAsDspExecCallback(). _cmAudioSysEnable() now calls cmApBufOnPortEnable() to that cmApBuf() can be aware to when audio streaming is starting and stopping. 10 年前
cmAudioSysMsg.h cmAudioSys.h/c and cmAudioSysMsg.h: Added several kAsDfltXXX values. cmAudioSysSsInitMsg_t now includes srate and dspFramesPerCycle. 11 年前
cmComplexTypes.c cmComplexTypes.h/c : Added cmVOCR_MultVFV() and cmVOCR_DivVFV(). Implemented cmVOCR_Abs(). 9 年前
cmComplexTypes.h cmComplexTypes.h/c : Added cmVOCR_MultVFV() and cmVOCR_DivVFV(). Implemented cmVOCR_Abs(). 9 年前
cmCsv.c cmCsv.h/c: CSV reader now uses a hash table rather than symbol table. 10 年前
cmCsv.h cmCsv.h/c: CSV reader now uses a hash table rather than symbol table. 10 年前
cmCtx.c Initial commit 11 年前
cmCtx.h Makefile.am Added cmTextTemplate.c/h cmText.c/h Added CmTextReplaceFirst() 11 年前
cmDList.c cmDList.h/c/Tpl.h : Changes to support initial debugging of cmDList. 8 年前
cmDList.h cmDList.h/c/Tpl.h : Changes to support initial debugging of cmDList. 8 年前
cmDListTpl.h cmDList.h/c/Tpl.h : Changes to support initial debugging of cmDList. 8 年前
cmData.c cmData.h/c : Changed cmDataRecdAllocXXX() to return a cmDtRC_t. 10 年前
cmData.h cmData.h/c : Changed cmDataRecdAllocXXX() to return a cmDtRC_t. 10 年前
cmDevCfg.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 10 年前
cmDevCfg.h cmDevCfg.h/c:Removed net cfg and added broadcast address and node label to audio cfg. 11 年前
cmDocMain.h Initial commit 11 年前
cmErr.c cmErr.c: Fix bug in use of va_list which showed up on spat-lab Mac port. 10 年前
cmErr.h Initial commit 11 年前
cmExec.c cmExec.h/c, Makefile.am : Initial commit. 9 年前
cmExec.h cmExec.h/c, Makefile.am : Initial commit. 9 年前
cmFeatFile.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 10 年前
cmFeatFile.h Initial commit 11 年前
cmFile.c cmFile.h/c : Added cmWriteStr() and cmReadStr(). 8 年前
cmFile.h cmFile.h/c : Added cmWriteStr() and cmReadStr(). 8 年前
cmFileSys.c cmFileSys.c : Fixed harmless compiler warning in _cmFileSysDirGetEntries(). 8 年前
cmFileSys.h cmFileSys.h/c: Added cmFileSysCanWriteToDir() and cmFsCanWriteToDir(). 10 年前
cmFloatTypes.h Initial commit 11 年前
cmFrameFile.c Initial commit 11 年前
cmFrameFile.h Initial commit 11 年前
cmGlobal.c Initial commit 11 年前
cmGlobal.h cmGlobal.h,cmLinkedHeap.h,cmMallocDebug.h: Fixed bug w/ NULL src ptrs to cmMemAllocStr() 11 年前
cmGnuPlot.c Initial commit 11 年前
cmGnuPlot.h Initial commit 11 年前
cmGr.c cmGr.c : Changed mouse drag logic in _cmGrEventMsMove(). 8 年前
cmGr.h cmGr.h/c: Removed cfgFlags and stateFlags from cmGrObj_t 11 年前
cmGrDevCtx.c cmGrDevCtx.c Added _cmGrDcOffs() macros. 11 年前
cmGrDevCtx.h cmGrDevCtx.h/c Added cmGrDcPoint/RectIsVisible() 11 年前
cmGrPage.c cmGrPageLayout() now returns bool. 11 年前
cmGrPage.h cmGrPage.h : Added comment to cmGrLabelFunc_t. 10 年前
cmGrPlot.c cmGrPlot.h : Make callbacks for deselected objects when a new object is selected. Added cmPlotObjCb() function. 9 年前
cmGrPlot.h cmGrPlot.h : Make callbacks for deselected objects when a new object is selected. Added cmPlotObjCb() function. 9 年前
cmGrPlotAudio.c cmGrPlotAudio.c : The audio plot object no longer uses the underlying graphic objects 'user' pointer. This was a bug because the user of the audio object itself might use this pointer thereby overwrite the pointer set internally by the audio object. 10 年前
cmGrPlotAudio.h Initial commit 11 年前
cmHashTbl.c cmHashTbl.h/c : Initial commit. 10 年前
cmHashTbl.h cmHashTbl.h/c : Initial commit. 10 年前
cmJson.c cmJson.h/c:Added cmJsonIsModified(). 11 年前
cmJson.h cmJson.h/c:Added cmJsonIsModified(). 11 年前
cmKeyboard.c cmKeyboard.h/c : Added cmIsKeyWaiting(). 9 年前
cmKeyboard.h cmKeyboard.h/c : Added cmIsKeyWaiting(). 9 年前
cmLex.c cmLex.c : The quoted string matcher now correctly handles escaped double quotes. 10 年前
cmLex.h cmLex.h/c : Added optional quoted character token recognizer. 10 年前
cmLib.c cmLib.c : Attempts to load non-library files now fail silently. 10 年前
cmLib.h Initial commit 11 年前
cmLinkedHeap.c cmLinkHeap.h/c : Added cmLHeapIsPtrInHeap(). 10 年前
cmLinkedHeap.h cmLinkHeap.h/c : Added cmLHeapIsPtrInHeap(). 10 年前
cmMain.c Initial commit 11 年前
cmMallocDebug.c cmMallocDebug.c:Fixed bug in cmMdAllocStr() where terminating zero was not always inserted. 11 年前
cmMallocDebug.h cmGlobal.h,cmLinkedHeap.h,cmMallocDebug.h: Fixed bug w/ NULL src ptrs to cmMemAllocStr() 11 年前
cmMath.c cmMath.h/c : Added cmModIncr(). 9 年前
cmMath.h cmMath.h/c : Added cmModIncr(). 9 年前
cmMem.c cmMem.c : Added a comment at the location where breakpoints may be set to stop on the reallocation of a memory block with a known 'uniqueId'. 10 年前
cmMem.h Initial commit 11 年前
cmMidi.c cmMidi.h/c : Added pedal related functions and control codes. 9 年前
cmMidi.h cmMidi.h/c : Added pedal related functions and control codes. 9 年前
cmMidiFile.c cmMidiFile.c : cmMidiFileCalcNoteDuration() now update the durTicks field of sustain pedal messages with the length of time the sustain pedal is held down. 9 年前
cmMidiFile.h cmMidiFile.h : Fixed commented numbering of result-codes. 9 年前
cmMidiFilePlay.c cmMidiFilePlay.c : _cmMfpCb() now generates a zeroed timestamp. 10 年前
cmMidiFilePlay.h Initial commit 11 年前
cmMidiPort.c cmMidiPort.h/c : cmMpParseMidiData() and cmMpParseMidiTriple() now take a MIDI time stamp as part of the incoming message. 10 年前
cmMidiPort.h cmMidiPort.h/c : cmMpParseMidiData() and cmMpParseMidiTriple() now take a MIDI time stamp as part of the incoming message. 10 年前
cmMsgProtocol.c Initial commit 11 年前
cmMsgProtocol.h Added cmDspUi2 two-dimensional drag UI control. 9 年前
cmPgmOpts.c cmPgmOpt.c : Fixed minor formatting of --help text. 8 年前
cmPgmOpts.h cmPgmOpts.h : Clarified comment on cmPgmOptHandleBuiltInActions(). 10 年前
cmPrefix.h Initial commit 11 年前
cmPrefs.c cmPrefs.h/c: Added cmPrefsGetUInt(). 11 年前
cmPrefs.h cmPrefs.h: Update comments 11 年前
cmProc.c cmProc.c: Chnaged labs() to fabs() in calc of 'dLogProb' in cmChmmTrain(). 9 年前
cmProc.h cmProc.h/c : Added kSlRejIsBetaWndFl for use in cmWndFuncInit(). 9 年前
cmProc2.c cmProc2.h/c : Added statVa to cmSpecDist(). 8 年前
cmProc2.h cmProc2.h/c : Added statVa to cmSpecDist(). 8 年前
cmProc3.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 10 年前
cmProc3.h cmProc3.h/c : Changes to cmXFader to implement equal power cross-fade and addition of cmXFaderJumpToDestinationGain(). 10 年前
cmProc4.c cmProc4.c : Fixed bug in _cmScMatcherStoreResult() which failed to copy the 'muid' from the matched midi event to the cmScMatcherResult_t result record. 9 年前
cmProc4.h cmProc4.h/c : The cmMidiTrackMsg_t.uid identifier of note-on messages fed to cmScMatcher are now tracked along with the note. This allows score events to be definitevly matched to a particular note-on event when the event comes from a MIDI file. 9 年前
cmProc5.c cmProc5.h/c : Added parameter setters to cmNlmsEc. 8 年前
cmProc5.h cmProc5.h/c : Added parameter setters to cmNlmsEc. 8 年前
cmProcObj.c cmProc.h,cmProcObj.c: Comment updates. 11 年前
cmProcObj.h Initial commit 11 年前
cmProcTest.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 10 年前
cmProcTest.h Initial commit 11 年前
cmRbm.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 10 年前
cmRbm.h Initial commit 11 年前
cmRpt.c cmRpt.c: _cmVOut() now uses a dynamically allocated buffer on long messages. 11 年前
cmRpt.h Initial commit 11 年前
cmRtNet.c cmRtNet.c : Changes to port number and bcastAddr in cmRtNetTest(). 9 年前
cmRtNet.h cmRtNet.h/c : Corrected mispelling in #ifdef header guards. On failure of cmThreadMutexWaitOnCondVar() in _cmRtThreadCallback() the correct result code is now reported. 9 年前
cmRtSys.c cmRtNet.h/c : Corrected mispelling in #ifdef header guards. On failure of cmThreadMutexWaitOnCondVar() in _cmRtThreadCallback() the correct result code is now reported. 9 年前
cmRtSys.h cmRtSys.h/c : Added cmRtSysNetReportSyncEnable() 10 年前
cmRtSysMsg.h cmRtSysMsg.h : Added srcEndPtId and srcNodeIdx fields to cmRtNetMsg_t. Changed cmRtNetMsg_t.endptId to dstEndPtId. 10 年前
cmSerialize.c Initial commit 11 年前
cmSerialize.h Initial commit 11 年前
cmStack.c cmStack.h/c: Added cmStackTop() to return the top stack element. 11 年前
cmStack.h cmStack.h : Added comments. 10 年前
cmStrStream.c cmStrStream.c : Completed initial tests and fixed bugs in cmOStrStreamWrite(). 10 年前
cmStrStream.h cmStrStream.h : Added code comments. 10 年前
cmSymTbl.c cmSymTbl.c: Fixed cmSymTblRegisterFmt() to return new symbol id. 11 年前
cmSymTbl.h cmSymTbl.h/c: Added cmSymTblRegisterFmt() 11 年前
cmSyncRecd.c cmSyncRecd.h/c : Changed result codes from cmXXXSrRC to cmXXXSyRc to avoid conflicts with same named result codes from cmSerialize.h. 10 年前
cmSyncRecd.h cmSyncRecd.h/c : Changed result codes from cmXXXSrRC to cmXXXSyRc to avoid conflicts with same named result codes from cmSerialize.h. 10 年前
cmTagFile.c cmTagFile.h/c : cmTagFile now recognizes function definition, and structure and union tags. 10 年前
cmTagFile.h cmTagFile.h/c : cmTagFile now recognizes function definition, and structure and union tags. 10 年前
cmTaskMgr.c cmTaskMgr.h/c : Many updates and changes to complete the initial development. 10 年前
cmTaskMgr.h cmTaskMgr.h/c : Many updates and changes to complete the initial development. 10 年前
cmText.c cmText.c : Implemented cmTextEncodeBase64(). 8 年前
cmText.h cmText.h/c : Added cmTextDecodeBase64(). 8 年前
cmTextTemplate.c Many changes 11 年前
cmTextTemplate.h Many changes 11 年前
cmThread.c cmThread.c : Fixed bug in cmThPtrCAS() where #ifdef OS_VER_10_5 was used instead of #ifdef OS_64. 10 年前
cmThread.h cmThread.h/c: Added cmTs1p1cSetCallback(). 10 年前
cmTime.c cmTime.h/c : Added cmTimeDiffMicros(),cmTimeIsLTE(),cmTimeIsGTE(),cmTimeIsEqual(),cmTimeIsZero(),cmTimeSetZero(). 10 年前
cmTime.h cmTime.h/c : Added cmTimeDiffMicros(),cmTimeIsLTE(),cmTimeIsGTE(),cmTimeIsEqual(),cmTimeIsZero(),cmTimeSetZero(). 10 年前
cmUdpNet.c cmUdpNet.h/c : Changed argv[] in cmUdpNetTest() from char* to const char*. 9 年前
cmUdpNet.h cmUdpNet.h/c : Changed argv[] in cmUdpNetTest() from char* to const char*. 9 年前
cmUdpPort.c cmUdpPort.c : Fixed bug in cmUdpTestV() where arguments were not correctly selected from 'arv'. 9 年前
cmUdpPort.h cmUdpPort.h/c : Added cmUdpTest() and cmUdpTestV(). 9 年前
cmUi.c cmUi.c : Removed unused variable from cmUiSelectPanel(). 9 年前
cmUi.h cmUi.h/c : Added cmUiListEleLabelToIndex() and shell for cmUiSelectPanel(). 10 年前
cmUiDrvr.c cmUi.h/c and cmUiDrvr.h/c: Many changes and additions. 11 年前
cmUiDrvr.h cmUiDrvr.h:Added kSendXXX flags. 11 年前
cmUiRtSysMstr.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 10 年前
cmUiRtSysMstr.h cmRtSys.h/c and cmRtSysMsg.h: Replacement for cmAudioSys.h/c. Initial Commit. cmUiRtSysMstr.h/c: Renamed from cmUiAudioSys.h/c. 11 年前
cmVirtNet.c Initial commit 11 年前
cmVirtNet.h Initial commit 11 年前