libcm is a C development framework with an emphasis on audio signal processing applications.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kevin 94da1333af cmDspBuiltIn.c : cmDspMidiIn now outputs MIDI timestamps. преди 10 години
app Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
dsp cmDspBuiltIn.c : cmDspMidiIn now outputs MIDI timestamps. Fixed bug in cmDspCheckbox which prevented correct symbols from being stored. Added cmSyncRecdClassCons to the built in processor list. преди 10 години
linux cmAudioPortAlsa.c : _cmApThreadFunc() now generates a cmTimeSpec_t timestamp. преди 10 години
osx cmMidiOsx.c : Added comment on a possible problem with the time stamp computation in _cmMpMIDISystemReadProc(). преди 10 години
vop cmVectOpsRIHdr/Code.h: Added cmVoX_IsEqual() and cmVoX_IsClose(). преди 11 години
Makefile.am Makefile.am : Added cmTaskMgr.h/c. преди 11 години
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 Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
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(). преди 11 години
cmAudDspIF.h cmAudioDsp.c,cmAudDspIF.h/c,cmMsgProtocol.h,cmDspClass.h:Changes to new procedure cmDspSysPrintPgm(). преди 11 години
cmAudDspLocal.c Added cmAudDspLocalSendSetup() and cmAudDspSendSetup() преди 12 години
cmAudDspLocal.h Added cmAudDspLocalSendSetup() and cmAudDspSendSetup() преди 12 години
cmAudLabelFile.c cmAudLabelFile.c:Fixed uninitialzed 'rc' in cmGrObjWorldExt(). преди 11 години
cmAudLabelFile.h Initial commit преди 12 години
cmAudioAggDev.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
cmAudioAggDev.h Initial commit преди 12 години
cmAudioBuf.c Initial commit преди 12 години
cmAudioBuf.h Initial commit преди 12 години
cmAudioFile.c cmAudioFile.c: Fixed bug in cmAudioFileCreate() where error msg did not report the name of the audio file which produced the error. преди 11 години
cmAudioFile.h Initial commit преди 12 години
cmAudioFileDev.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
cmAudioFileDev.h cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. преди 11 години
cmAudioFileMgr.c Initial commit преди 12 години
cmAudioFileMgr.h Initial commit преди 12 години
cmAudioNrtDev.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
cmAudioNrtDev.h Initial commit преди 12 години
cmAudioPort.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
cmAudioPort.h cmAudioPort.h : cmApAudioPacket_t now has a cmTimeSpec_t timestamp. преди 10 години
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.h Initial commit преди 12 години
cmCsv.c cmCsv.h/c : Added cmCsvInsertSymHex(),cmCsvSetCellHex(), and cmInsertHexColAfter(). Also fixed bug in the cmCsvInsertXXXColAfter() where the return cell pointer was not correctly set. преди 11 години
cmCsv.h cmCsv.h/c : Added cmCsvInsertSymHex(),cmCsvSetCellHex(), and cmInsertHexColAfter(). Also fixed bug in the cmCsvInsertXXXColAfter() where the return cell pointer was not correctly set. преди 11 години
cmCtx.c Initial commit преди 12 години
cmCtx.h Makefile.am Added cmTextTemplate.c/h cmText.c/h Added CmTextReplaceFirst() преди 12 години
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 преди 12 години
cmErr.c cmErr.c: Fix bug in use of va_list which showed up on spat-lab Mac port. преди 11 години
cmErr.h Initial commit преди 12 години
cmFeatFile.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
cmFeatFile.h Initial commit преди 12 години
cmFile.c cmFile.h/c: Added ability to use stdin,stdout,stderr. преди 11 години
cmFile.h cmFile.h/c: Added ability to use stdin,stdout,stderr. преди 11 години
cmFileSys.c cmFileSys.h/c: Added cmFileSysGenFn(). преди 11 години
cmFileSys.h cmFileSys.h/c: Added cmFileSysGenFn(). преди 11 години
cmFloatTypes.h Initial commit преди 12 години
cmFrameFile.c Initial commit преди 12 години
cmFrameFile.h Initial commit преди 12 години
cmGlobal.c Initial commit преди 12 години
cmGlobal.h cmGlobal.h,cmLinkedHeap.h,cmMallocDebug.h: Fixed bug w/ NULL src ptrs to cmMemAllocStr() преди 11 години
cmGnuPlot.c Initial commit преди 12 години
cmGnuPlot.h Initial commit преди 12 години
cmGr.c cmGr.c:Fixed unintialized variable 'rc' in cmGrWorldExt(). преди 11 години
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. преди 12 години
cmGrPage.h cmGrPage.h : Added comment to cmGrLabelFunc_t. преди 11 години
cmGrPlot.c cmGrPlot.c : _cmGrPlotObjDestroy() now checks if the object about to be destroyed is the focused object and updates p->fop accordingly. преди 11 години
cmGrPlot.h cmGrPlot.h/c: Removed superfluous use of const in function returning cmGrColor_t. преди 11 години
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. преди 11 години
cmGrPlotAudio.h Initial commit преди 12 години
cmJson.c cmJson.h/c:Added cmJsonIsModified(). преди 11 години
cmJson.h cmJson.h/c:Added cmJsonIsModified(). преди 11 години
cmKeyboard.c Initial commit преди 12 години
cmKeyboard.h Initial commit преди 12 години
cmLex.c cmLex.h/c : Added cmLexTokenIsUnsigned() and cmLexTokenIsSignlePrecision(). преди 11 години
cmLex.h cmLex.h/c : Added cmLexTokenIsUnsigned() and cmLexTokenIsSignlePrecision(). преди 11 години
cmLib.c cmLib.c:cmLibInitialize() now checks for empty as well as NULL library path before scanning for libraries. преди 11 години
cmLib.h Initial commit преди 12 години
cmLinkedHeap.c cmLinkHeap.h/c : Added cmLHeapIsPtrInHeap(). преди 11 години
cmLinkedHeap.h cmLinkHeap.h/c : Added cmLHeapIsPtrInHeap(). преди 11 години
cmMain.c Initial commit преди 12 години
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.c, cmThread.c : Replaced type casting with use of unions to do type conversion in byte swap and CAS functions. This was required to address a strict-aliasing violation in the release build. преди 10 години
cmMath.h Initial commit преди 12 години
cmMem.c cmMem.c : Added string tables for 'filename' and 'function name' strings in the cmMmRecd_t record. преди 11 години
cmMem.h Initial commit преди 12 години
cmMidi.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
cmMidi.h cmMidi.h : Changed cmMidiMsg to use a cmTimeSpec_t as a timestamp and removed the 'deltaUs' field. преди 10 години
cmMidiFile.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
cmMidiFile.h cmMidiFile.h : Added comments. преди 11 години
cmMidiFilePlay.c cmMidiFilePlay.c : _cmMfpCb() now generates a zeroed timestamp. преди 10 години
cmMidiFilePlay.h Initial commit преди 12 години
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 преди 12 години
cmMsgProtocol.h cmAudioDsp.c,cmAudDspIF.h/c,cmMsgProtocol.h,cmDspClass.h:Changes to new procedure cmDspSysPrintPgm(). преди 11 години
cmPgmOpts.c cmTimeLine.c,cmAudioPort.c,cmPgmOpts.c,cmProc.c,cmRtSys.c: Changes to remove compiler warnings on OSX build. преди 11 години
cmPgmOpts.h cmPgmOpts.h/c: Many changes and additions преди 11 години
cmPrefix.h Initial commit преди 12 години
cmPrefs.c cmPrefs.h/c: Added cmPrefsGetUInt(). преди 11 години
cmPrefs.h cmPrefs.h: Update comments преди 11 години
cmProc.c Initial commit преди 12 години
cmProc.h cmProc.h : Added cmShiftBuf_str tag to cmShiftBuf. преди 10 години
cmProc2.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
cmProc2.h cmProc2.h:Finished 'bump' mode. преди 11 години
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(). преди 11 години
cmProc4.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
cmProc4.h cmProc4.h/c : Added a window function whose length can vary independently from the system frame rate (procSmpCnt) to cmGoertzel. преди 10 години
cmProcObj.c cmProc.h,cmProcObj.c: Comment updates. преди 11 години
cmProcObj.h Initial commit преди 12 години
cmProcTest.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
cmProcTest.h Initial commit преди 12 години
cmRbm.c Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. преди 10 години
cmRbm.h Initial commit преди 12 години
cmRpt.c cmRpt.c: _cmVOut() now uses a dynamically allocated buffer on long messages. преди 11 години
cmRpt.h Initial commit преди 12 години
cmRtNet.c cmRtNet.h/c,cmRtSysMsg.h:Added cmRtNetMsg_t to suport use of rtSubIdx as part of endpoint description. преди 11 години
cmRtNet.h cmRtNet.h/c,cmRtSysMsg.h:Added cmRtNetMsg_t to suport use of rtSubIdx as part of endpoint description. преди 11 години
cmRtSys.c cmRtSys.h/c: cmRtSysCtx.h now have cmTimeSpec_t timestamps. These timestamps are set in _cmRtDspExecCallback() by cmApBufGetIO(). _cmRtSysEnable() now calls cmApBufOnPortEnable() to allow cmApBuf to be aware of the audio stream starting and stopping. преди 10 години
cmRtSys.h cmRtSys.h/c: cmRtSysCtx.h now have cmTimeSpec_t timestamps. These timestamps are set in _cmRtDspExecCallback() by cmApBufGetIO(). _cmRtSysEnable() now calls cmApBufOnPortEnable() to allow cmApBuf to be aware of the audio stream starting and stopping. преди 10 години
cmRtSysMsg.h cmRtNet.h/c,cmRtSysMsg.h:Added cmRtNetMsg_t to suport use of rtSubIdx as part of endpoint description. преди 11 години
cmSerialize.c Initial commit преди 12 години
cmSerialize.h Initial commit преди 12 години
cmStack.c cmStack.h/c: Added cmStackTop() to return the top stack element. преди 11 години
cmStack.h cmStack.h : Added comments. преди 11 години
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 : Initial implementation of MIDI / Audio synchronized recorder. Recording has been tested but reading the recorded files has not. Initial commit. преди 10 години
cmSyncRecd.h cmSyncRecd.h/c : Initial implementation of MIDI / Audio synchronized recorder. Recording has been tested but reading the recorded files has not. Initial commit. преди 10 години
cmTagFile.c Initial commit преди 12 години
cmTagFile.h Initial commit преди 12 години
cmTaskMgr.c cmTaskMgr.h/c : Many updates and changes to complete the initial development. преди 11 години
cmTaskMgr.h cmTaskMgr.h/c : Many updates and changes to complete the initial development. преди 11 години
cmText.c cmText.h/c : Added cmTextSysIsStored() and cmTsIsStored(). преди 11 години
cmText.h cmText.h/c : Added cmTextSysIsStored() and cmTsIsStored(). преди 11 години
cmTextTemplate.c Many changes преди 12 години
cmTextTemplate.h Many changes преди 12 години
cmThread.c cmMath.c, cmThread.c : Replaced type casting with use of unions to do type conversion in byte swap and CAS functions. This was required to address a strict-aliasing violation in the release build. преди 10 години
cmThread.h cmThread.h/c: Added cmTs1p1cSetCallback(). преди 11 години
cmTime.c cmTime.h/c: Replaced clock_gettime_stub.h/c with OS-X specific code which may not be as accurate with absolute time but has equivalent delta-time accuracty. This code needs to be tested. преди 11 години
cmTime.h cmTime.h/c: Replaced clock_gettime_stub.h/c with OS-X specific code which may not be as accurate with absolute time but has equivalent delta-time accuracty. This code needs to be tested. преди 11 години
cmUdpNet.c Initial commit преди 12 години
cmUdpNet.h cmUdpNet.h: Comment updates. преди 11 години
cmUdpPort.c cmUdpPort.h/c:Added cmInvalidUdpPortNumber and check for definition of HOST_NAME_MAX. преди 11 години
cmUdpPort.h cmUdpPort.h/c:Added cmInvalidUdpPortNumber and check for definition of HOST_NAME_MAX. преди 11 години
cmUi.c cmUi.h/c and cmUiDrvr.h/c: Many changes and additions. преди 11 години
cmUi.h cmUi.h/c and cmUiDrvr.h/c: Many changes and additions. преди 11 години
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 преди 12 години
cmVirtNet.h Initial commit преди 12 години