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