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 6552c90322 cmDspPgmKr.c:Added compressor to _cmDspSysPgm_TimeLine() hace 11 años
app cmScore.h/c: Added sectArray[],symArray[],costSymArray[] to cmScoreSet_t. hace 11 años
dsp cmDspPgmKr.c:Added compressor to _cmDspSysPgm_TimeLine() hace 11 años
linux cmMidiAlsa.c: Implemented cmMidiPort() based on ALSA. hace 11 años
osx Initial commit hace 11 años
vop cmVectOpsRIHdr/Code.h: Added cmVoX_IsEqual() and cmVoX_IsClose(). hace 11 años
Makefile.am cmRtNet.h/c: Iniital commit. hace 11 años
cmApBuf.c cmApBuf.c: Change to sqrt(sum) to sart(sum/cp->mn) in _cmApMeterValue() hace 11 años
cmApBuf.h cmApBuf.h/c: Limit the meter update parameter (meterMs) to the range 10-1000. hace 11 años
cmArray.c cmArray.c: When the array handle is invalid cmArrayCount() now returns 0 instead of throwing an error. hace 11 años
cmArray.h cmArray.h: Update comments. hace 11 años
cmAudDsp.c cmAudDsp.c:Added MIDI device report to audio device report. hace 11 años
cmAudDsp.h cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. hace 11 años
cmAudDspIF.c Initial commit hace 11 años
cmAudDspIF.h Initial commit hace 11 años
cmAudDspLocal.c Added cmAudDspLocalSendSetup() and cmAudDspSendSetup() hace 11 años
cmAudDspLocal.h Added cmAudDspLocalSendSetup() and cmAudDspSendSetup() hace 11 años
cmAudLabelFile.c cmAudLabelFile.c:Fixed uninitialzed 'rc' in cmGrObjWorldExt(). hace 11 años
cmAudLabelFile.h Initial commit hace 11 años
cmAudioAggDev.c cmThread.h/c: cmSleepMs() and cmSleepUs() and replaced all references to usleep() in many files. hace 11 años
cmAudioAggDev.h Initial commit hace 11 años
cmAudioBuf.c Initial commit hace 11 años
cmAudioBuf.h Initial commit hace 11 años
cmAudioFile.c Initial commit hace 11 años
cmAudioFile.h Initial commit hace 11 años
cmAudioFileDev.c cmThread.h/c: cmSleepMs() and cmSleepUs() and replaced all references to usleep() in many files. hace 11 años
cmAudioFileDev.h cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. hace 11 años
cmAudioFileMgr.c Initial commit hace 11 años
cmAudioFileMgr.h Initial commit hace 11 años
cmAudioNrtDev.c cmThread.h/c: cmSleepMs() and cmSleepUs() and replaced all references to usleep() in many files. hace 11 años
cmAudioNrtDev.h Initial commit hace 11 años
cmAudioPort.c cmAudioPort.c: Added cmApFileAllocate() to cmApPortTest(). Verified ALSA is working with cmApPortTest() hace 11 años
cmAudioPort.h cmAudioPort.h/c: Added cmApDeviceLabelToIndex(). hace 11 años
cmAudioPortFile.c cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. hace 11 años
cmAudioPortFile.h cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. hace 11 años
cmAudioSys.c cmAudioSys.h/c and cmAudioSysMsg.h: Added several kAsDfltXXX values. cmAudioSysSsInitMsg_t now includes srate and dspFramesPerCycle. hace 11 años
cmAudioSys.h cmAudioSys.h/c and cmAudioSysMsg.h: Added several kAsDfltXXX values. cmAudioSysSsInitMsg_t now includes srate and dspFramesPerCycle. hace 11 años
cmAudioSysMsg.h cmAudioSys.h/c and cmAudioSysMsg.h: Added several kAsDfltXXX values. cmAudioSysSsInitMsg_t now includes srate and dspFramesPerCycle. hace 11 años
cmComplexTypes.h Initial commit hace 11 años
cmCsv.c cmCsv.c Included some input file line numbers in some error message. hace 11 años
cmCsv.h Initial commit hace 11 años
cmCtx.c Initial commit hace 11 años
cmCtx.h Makefile.am Added cmTextTemplate.c/h cmText.c/h Added CmTextReplaceFirst() hace 11 años
cmDevCfg.c cmDevCfg.h/c: Added ipAddr,ipPort to audio cfg. Removed localFl from net cfg. hace 11 años
cmDevCfg.h cmDevCfg.h/c: Added ipAddr,ipPort to audio cfg. Removed localFl from net cfg. hace 11 años
cmDocMain.h Initial commit hace 11 años
cmErr.c Initial commit hace 11 años
cmErr.h Initial commit hace 11 años
cmFeatFile.c Initial commit hace 11 años
cmFeatFile.h Initial commit hace 11 años
cmFile.c cmFile.h/c: Added ability to use stdin,stdout,stderr. hace 11 años
cmFile.h cmFile.h/c: Added ability to use stdin,stdout,stderr. hace 11 años
cmFileSys.c cmFileSys.c: Changed _cmFileSysDirEntries() to check for symbolic links prior to checking for files or dir's because a link may be identified as file or directory. hace 11 años
cmFileSys.h cmFileSys.h/c: Symbolic link fixes. hace 11 años
cmFloatTypes.h Initial commit hace 11 años
cmFrameFile.c Initial commit hace 11 años
cmFrameFile.h Initial commit hace 11 años
cmGlobal.c Initial commit hace 11 años
cmGlobal.h cmGlobal.h,cmLinkedHeap.h,cmMallocDebug.h: Fixed bug w/ NULL src ptrs to cmMemAllocStr() hace 11 años
cmGnuPlot.c Initial commit hace 11 años
cmGnuPlot.h Initial commit hace 11 años
cmGr.c cmGr.c:Fixed unintialized variable 'rc' in cmGrWorldExt(). hace 11 años
cmGr.h cmGr.h/c: Removed cfgFlags and stateFlags from cmGrObj_t hace 11 años
cmGrDevCtx.c cmGrDevCtx.c Added _cmGrDcOffs() macros. hace 11 años
cmGrDevCtx.h cmGrDevCtx.h/c Added cmGrDcPoint/RectIsVisible() hace 11 años
cmGrPage.c cmGrPageLayout() now returns bool. hace 11 años
cmGrPage.h cmGrPageLayout() now returns bool. hace 11 años
cmGrPlot.c cmGrPlot.c: Changed op->userPtr release from _cmGrPlotObjDelete() to _cmGrPlotObjDestroy(). hace 11 años
cmGrPlot.h Changed cmGr,cmGrPlot,cmGrPlotAudio to better handle events. hace 11 años
cmGrPlotAudio.c cmGrPlotAudio.c Comment changes. hace 11 años
cmGrPlotAudio.h Initial commit hace 11 años
cmJson.c cmJson.c:cmJsonInserPairString() now passes NULL string value as 0 length string. hace 11 años
cmJson.h Initial commit hace 11 años
cmKeyboard.c Initial commit hace 11 años
cmKeyboard.h Initial commit hace 11 años
cmLex.c cmLex.c: Fixed bug where a '-' with no following digits was interpretted as a integer. hace 11 años
cmLex.h cmLex.h/c: Additions made to support cmTextFmt.h/c. hace 11 años
cmLib.c cmLib.c: Added kFulPathFsFl to directory scan in cmLibScan() to return full path to library files. hace 11 años
cmLib.h Initial commit hace 11 años
cmLinkedHeap.c Initial commit hace 11 años
cmLinkedHeap.h cmGlobal.h,cmLinkedHeap.h,cmMallocDebug.h: Fixed bug w/ NULL src ptrs to cmMemAllocStr() hace 11 años
cmMain.c Initial commit hace 11 años
cmMallocDebug.c Initial commit hace 11 años
cmMallocDebug.h cmGlobal.h,cmLinkedHeap.h,cmMallocDebug.h: Fixed bug w/ NULL src ptrs to cmMemAllocStr() hace 11 años
cmMath.c Initial commit hace 11 años
cmMath.h Initial commit hace 11 años
cmMem.c cmMem: Added cmThPtrCAS() to allow mutlithread alloc. hace 11 años
cmMem.h Initial commit hace 11 años
cmMidi.c cmMidi.h/c: Added conversion to/from 14bit values and Pitch Bend. hace 11 años
cmMidi.h cmMidi.h/c: Added conversion to/from 14bit values and Pitch Bend. hace 11 años
cmMidiFile.c cmMidiFile.c Fixed absolute time calc. bug in cmMidiFileTickToSamples(). hace 11 años
cmMidiFile.h cmMidiFile.h/c _cmMidiFileClose() is now called by cmMidiFileOpen() on the incoming handle. hace 11 años
cmMidiFilePlay.c cmThread.h/c: cmSleepMs() and cmSleepUs() and replaced all references to usleep() in many files. hace 11 años
cmMidiFilePlay.h Initial commit hace 11 años
cmMidiPort.c cmMidiPort.h/c: Changed cmMidiPort to support cmMidiAlsa.c. hace 11 años
cmMidiPort.h cmMidiPort.h/c: Changed cmMidiPort to support cmMidiAlsa.c. hace 11 años
cmMsgProtocol.c Initial commit hace 11 años
cmMsgProtocol.h cmAudioSys.c,cmAudioSysMsg.h,cmMsgProtocol.h: Removed cmAudioSys.c dependency on cmDspValue(). hace 11 años
cmPgmOpts.c cmPgmOpt.c: Changed _cmPgmOptInsertArg() to add args to the end of the option and mater lists. hace 11 años
cmPgmOpts.h cmPgmOpts.h/c: Many changes and additions hace 11 años
cmPrefix.h Initial commit hace 11 años
cmPrefs.c cmPrefs.h/c: Added cmPrefsGetUInt(). hace 11 años
cmPrefs.h cmPrefs.h: Update comments hace 11 años
cmProc.c Initial commit hace 11 años
cmProc.h cmProc.h,cmProcObj.c: Comment updates. hace 11 años
cmProc2.c cmProc2.c:Fixed bug in cmPvAnlInit() where cmShiftBufExec() was not called inside a while() condition. hace 11 años
cmProc2.h Initial commit hace 11 años
cmProc3.c Completed AvailCh DSP Object hace 11 años
cmProc3.h Completed AvailCh DSP Object hace 11 años
cmProc4.c cmProc4.c: _cmScModulatorParse() now allows values from previous entries to be automatically applied to subsequent entries. New entries must therefore only fill in the fields which change. hace 11 años
cmProc4.h cmProc4.h/c, cmDspKr.c, cmDspPgmKr.c: Many changes to debug cmScMod. Added _cmDspGSwitchAlloc(). hace 11 años
cmProcObj.c cmProc.h,cmProcObj.c: Comment updates. hace 11 años
cmProcObj.h Initial commit hace 11 años
cmProcTest.c Initial commit hace 11 años
cmProcTest.h Initial commit hace 11 años
cmRbm.c Initial commit hace 11 años
cmRbm.h Initial commit hace 11 años
cmRpt.c cmRpt.c: _cmVOut() now uses a dynamically allocated buffer on long messages. hace 11 años
cmRpt.h Initial commit hace 11 años
cmRtNet.c cmRtNet.h/c: Iniital commit. hace 11 años
cmRtNet.h cmRtNet.h/c: Iniital commit. hace 11 años
cmRtSys.c cmRtSys.h: Replace cmRtSysInitialize() with cmRtSysBeginCfg/Cfg/EndCfg(). hace 11 años
cmRtSys.h cmRtSys.h: Replace cmRtSysInitialize() with cmRtSysBeginCfg/Cfg/EndCfg(). hace 11 años
cmRtSysMsg.h cmRtSys.h/c and cmRtSysMsg.h: Replacement for cmAudioSys.h/c. Initial Commit. cmUiRtSysMstr.h/c: Renamed from cmUiAudioSys.h/c. hace 11 años
cmSerialize.c Initial commit hace 11 años
cmSerialize.h Initial commit hace 11 años
cmStack.c cmStack.h/c: Added cmStackTop() to return the top stack element. hace 11 años
cmStack.h cmStack.h/c: Added cmStackTop() to return the top stack element. hace 11 años
cmSymTbl.c cmSymTbl.c: Fixed cmSymTblRegisterFmt() to return new symbol id. hace 11 años
cmSymTbl.h cmSymTbl.h/c: Added cmSymTblRegisterFmt() hace 11 años
cmTagFile.c Initial commit hace 11 años
cmTagFile.h Initial commit hace 11 años
cmText.c cmText.h/c: Added cmTextIsNotEmpty() hace 11 años
cmText.h cmText.h/c: Added cmTextIsNotEmpty() hace 11 años
cmTextTemplate.c Many changes hace 11 años
cmTextTemplate.h Many changes hace 11 años
cmThread.c cmThread.h/c: cmSleepMs() and cmSleepUs() and replaced all references to usleep() in many files. hace 11 años
cmThread.h cmThread.h/c: cmSleepMs() and cmSleepUs() and replaced all references to usleep() in many files. hace 11 años
cmTime.c Initial commit hace 11 años
cmTime.h Initial commit hace 11 años
cmUdpNet.c Initial commit hace 11 años
cmUdpNet.h cmUdpNet.h: Comment updates. hace 11 años
cmUdpPort.c cmUdpPort.h/c:Added cmUdpAddrToString(). hace 11 años
cmUdpPort.h cmUdpPort.h/c:Added cmUdpAddrToString(). hace 11 años
cmUi.c cmUi.h/c and cmUiDrvr.h/c: Many changes and additions. hace 11 años
cmUi.h cmUi.h/c and cmUiDrvr.h/c: Many changes and additions. hace 11 años
cmUiDrvr.c cmUi.h/c and cmUiDrvr.h/c: Many changes and additions. hace 11 años
cmUiDrvr.h cmUiDrvr.h:Added kSendXXX flags. hace 11 años
cmUiRtSysMstr.c cmUiRtSysMstr.c:Removed dependence on cmUdpNet.h hace 11 años
cmUiRtSysMstr.h cmRtSys.h/c and cmRtSysMsg.h: Replacement for cmAudioSys.h/c. Initial Commit. cmUiRtSysMstr.h/c: Renamed from cmUiAudioSys.h/c. hace 11 años
cmVirtNet.c Initial commit hace 11 años
cmVirtNet.h Initial commit hace 11 años