151 Révisions (6ba8f0d22f29a51fba20ddc5bd764bfc63ad0fa7)
 

Auteur SHA1 Message Date
  kevin 6ba8f0d22f cmAudioSysMsg.h: Created cmAudioSysMsg_t data structure. il y a 11 ans
  kevin e5ee3deafd cmArray.c: When the array handle is invalid cmArrayCount() now returns 0 instead of throwing an error. il y a 11 ans
  kevin 2ccd818b55 cmApBuf.h/c: Limit the meter update parameter (meterMs) to the range 10-1000. il y a 11 ans
  kevin 81e55deee4 cmUiDrvr.h/c: cmUiDrvr.c initial commit. Added files for accessing and serializing cmUiDriverArg_t. il y a 11 ans
  kevin 0b83fdad25 Changed gtUi.h/c gtUiDrvr.h to cmUi.h/c cmUiDrvr.h il y a 11 ans
  kevin aec942c05a cmPrefs.h/c: Added cmPrefsGetUInt(). il y a 11 ans
  kevin bf278aaa99 cmJson.c:Added case kBoolTId to switch in cmJsonMemberValues() il y a 11 ans
  kevin 646f65222e cmDevCfg.h/c: Many changes and additions to complete implementation. il y a 11 ans
  kevin 5b8e7dfae7 cmAudioSys.h: Added kAsDfltXXXX constants. il y a 11 ans
  kevin 9d76f9bf3b cmPrefs.h/c: Added prefixPathStr to prefs. il y a 11 ans
  kevin bd7a9b23a0 cmDevCfg.h/c: Rewrite of cmDevCfg.h/c to simplify the implementation. il y a 11 ans
  kevin ac23cc8fb9 cmDevCfg.h/c: Many changes and additions. Implemented 'locattions'. il y a 11 ans
  kevin 4933586ef7 cmAudioPort.h/c: Added cmApDeviceLabelToIndex(). il y a 11 ans
  kevin 2bc819afb9 cmAudioSys.c,cmAudioSysMsg.h,cmMsgProtocol.h: Removed cmAudioSys.c dependency on cmDspValue(). il y a 11 ans
  kevin 7cf517ce44 cmUdpNet.h: Added extern "C" {} wrapper. il y a 11 ans
  kevin bbc847f3c1 cmAudioSys.h,cmMsgProtocol.h: Update comments. Removed dead code. il y a 11 ans
  kevin 92c8f52ec8 cmDevCfg.h/c: Initial commit. il y a 11 ans
  kevin 4eb15beebb Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm il y a 11 ans
  kevin 2171cf09ad cmMidiPort.h/c: Changed cmMidiPort to support cmMidiAlsa.c. il y a 11 ans
  kevin c07243c4fd cmAudDsp.c,cmMidiFilePlay.c: Changed cmMpInitialize() signature to use cmCtx_t according to convention. il y a 11 ans
  kevin 7adaa96d90 cmMidiAlsa.c: Implemented cmMidiPort() based on ALSA. il y a 11 ans
  kevin 0389468c85 cmArray.h: Updated comments. il y a 11 ans
  kevin 87cc2c4ceb cmTsVPrintfP.c: cmTsVPrintfP() added assert(). il y a 11 ans
  kevin 6f04687939 cmArray.c: Fixed bug cmArrayAlloc0() where p->alloc_cnt was treated as byte count instead of element count. il y a 11 ans
  kevin cc644e99d0 Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm il y a 11 ans
  kevin 620af4450b cmArray.h/c: Many changes to complete initial development. il y a 11 ans
  kevin 608afaa381 cmArray.h/c: Many changes to complete initial development. il y a 11 ans
  kevin d085271de4 cmSymTbl.c: Fixed cmSymTblRegisterFmt() to return new symbol id. il y a 11 ans
  kevin 44c4ad31fe cmVectOpsRIHdr/Code.h: Added cmVoX_IsEqual() and cmVoX_IsClose(). il y a 11 ans
  kevin cc7ac752af Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm il y a 11 ans
  kevin 0e865f149f cmLib.c: Added kFulPathFsFl to directory scan in cmLibScan() to return full path to library files. il y a 11 ans
  kevin bb8f746910 Makefile.am: Added cmArray.h/c. il y a 11 ans
  kevin 56e192c00e cmPrefs.h/c Check existsFl prior to signaling kDuplicateIdPrRC error in _cmPrefsCreateJsonNode(). il y a 11 ans
  kevin c7abab867e cmArray.h/c Initial commit. il y a 11 ans
  kevin 865ac36953 Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm il y a 11 ans
  kevin e669344036 cmFileSys.c: Changed _cmFileSysDirEntries() to check for symbolic il y a 11 ans
  kevin 79fde062cd cmPgmOpt.c: Changed _cmPgmOptInsertArg() to add args to the end of the option and mater lists. il y a 11 ans
  kevin c9dd87625a cmProc4.h/c, cmDspKr.c, cmDspPgmKr.c: Many changes to debug cmScMod. Added _cmDspGSwitchAlloc(). il y a 11 ans
  kevin 650b2a95a4 cmProc2.c:Fixed bug in cmPvAnlInit() where cmShiftBufExec() was not called inside a while() condition. il y a 11 ans
  kevin b467c7abd4 cmDspBuiltIn.c:Rewrote _cmDspAudioFileOutExec(). il y a 11 ans
  kevin 4463d9bbe3 cmDspKr.h,cmDspPgm.c,cmDspPgmKr.h: Added cmDspGSwitcher ('switcher') program. il y a 11 ans
  kevin 766cf37faf cmProc.h,cmProcObj.c: Comment updates. il y a 11 ans
  kevin e550f859c5 cmScore.h/c: Added sectArray[],symArray[],costSymArray[] to cmScoreSet_t. il y a 11 ans
  kevin 3f0d2efb2c cmDspFx.c: Removed printfs(). Fixed 'DsDist' class doc string. il y a 11 ans
  kevin 070962c721 cmDspClass.h/c: Added cmSampleDsvFl and cmRealDsvFl to cmDspValueSet(). il y a 11 ans
  kevin 66cf71e419 cmSymTbl.h/c: Added cmSymTblRegisterFmt() il y a 11 ans
  kevin 3e3b1e2aa9 cmGlobal.h,cmLinkedHeap.h,cmMallocDebug.h: Fixed bug w/ NULL src ptrs to cmMemAllocStr() il y a 11 ans
  kevin 0efe33d6e0 cmAudDsp,cmAudioFileDev,cmAudioPortFile,cmAudioSys: Changes to support audio port file devices. il y a 11 ans
  kevin d7b64b882b cmDspStore.h/c: Initial commit. il y a 11 ans
  kevin 18fc1b0a12 cmLex.c: Fixed bug where a '-' with no following digits was interpretted as a integer. il y a 11 ans