1026 Commits (master)
 

Author SHA1 Message Date
  kevin 7630f0a453 cmApBuf.c : Fixed bug in call to generate output test tone. 3 years ago
  kevin 0243857bfe cmXml.c : XML declaration nodes of the form: <?label ... ?> which do not have conventional attribute lists are now handled. 3 years ago
  kevin 29196253a7 cmAudioPortAlsa.c : Included new snd_pcm_state value SND_PCM_STATE_PRIVATE1 in switch statements to eliminate warning. 3 years ago
  kevin 118fd5c92d Merge branch 'master' of gitea.larke.org:klarke/libcm 3 years ago
  kevin 9d5697d9cd Many changes to support cmtools. 3 years ago
  kevin 2eb0fd0f60 Merge branch 'master' of gitea.larke.org:klarke/libcm 3 years ago
  kevin 2f47cc473c cmTakeSeqBldr.h : Fixed comment spelling error. 3 years ago
  kevin d85c5340fb cmDspPgm.c, cmDspPgmKrTimeLineLite.c : minor changes to support current runtime. 3 years ago
  kevin b79438c5f6 cmDspPgmKrTimeLineLiteAf.c : initial commit 3 years ago
  kevin.larke 6240b8f9a8 Merge branch 'master' of gitea.larke.org:klarke/libcm 4 years ago
  kevin.larke 4a106504f6 cmSerialize.c : Fixed a typo in an assertion in _cmSrReadV(). 4 years ago
  kevin.larke 93382d3b97 cmXScore.c : Added a color to _cmXScoreParseColor(). 4 years ago
  kevin.larke 84243b69aa cmAudDsp.c : Added serial port handle to the audioSys configuration record. 4 years ago
  kevin.larke 0aee816083 Updates to support sample-rate conversion in cmApBuf.h/cpp. 4 years ago
  kevin.larke d5f072fb40 cmDspPgmKrTimeLineLite.c : Added use of 'Picadae' processor. 4 years ago
  kevin.larke 1dc08d75a2 cmDspPgm.c : Initial working version of 'Picadae' processor. 4 years ago
  kevin.larke 0cc1cefe19 Merge branch 'master' of wf:webapps/gitweb/repos/libcm 4 years ago
  kevin.larke d4af37682b cmDspPgm.c : Added _cmDspSysPgm_All_In_And_Out() and other minor changes to test Focusrite audio interface. 4 years ago
  kevin.larke 0627387974 cmDspKr.h/c, cmDspBuiltIn.c : Initial implementation of shell for cmDspPicadae. 4 years ago
  kevin.larke bc901415ac Added cmSerialPort.h include dependency to many files. 4 years ago
  kevin.larke e686cc2c9c cmAudDsp.h/c, cmAudioSys.h/c, cmDspSys.h/c, cmDspNet.h : Added support for serial port. 4 years ago
  kevin.larke 5fc0fccb83 cmAudioPort.c : Added cmApBufEnableMeter() call in cmApPortTest(). 4 years ago
  kevin.larke 08ae2446b2 cmSerialPort.h/c : Added cmSeSetCallback() and cmSeStart(). 4 years ago
  kevin.larke 18b815d387 cmApBuf.c : Added meters output to cmApBufRefport(). 4 years ago
  kevin.larke 317a1fb755 Makefile.am : added cmSerialPort.h/c to Makefile. 4 years ago
  kevin.larke e9afa60e75 cmGlobal.h : Added cmXXXBits() in-place binary operations. 4 years ago
  kevin.larke 575db4382d cmSerialPort.h/c : Initial commit. 4 years ago
  kevin e0a683e8b1 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 6 years ago
  kevin cffa6a6e45 Re-enabled performance measurement code. Replaced cmDspPgmKrChain.c with cmDspPgmKrChain2.c 6 years ago
  kevin 1caa200c90 cmXScore.c : Fixed bug in _cmXScoreRemoveNote() which prevented notes from being removed. 6 years ago
  kevin 7bb3a82bd6 cmMidiScoreFollow.c : Added _cmMsf_ReportScoreErrors() to the end of cmMidiScoreFollowMain(). 6 years ago
  kevin e3155ce350 cmXScore.h/c : Aded reportFl,begMeasNumb and begBPM to cmXScoreTest(). 6 years ago
  kevin 43d7968ba0 cmFile.c : Added use of cmSTATIC_NULL_HANDLE to set cmFileNullHandle. 6 years ago
  kevin d490c05b72 cmMidiFile.h/c : Added cmMidiFileReport(). 6 years ago
  kevin f028c892ad cmRptFile.c : Initial commit. 6 years ago
  kevin 286a303d04 cmProc4.h/c, cmDspKr.c : Initial changes to support scMod 'in' and 'cross'. 6 years ago
  kevin 3dd3d9818a cmDspPgmKrChain.h/c, cmDspPgmKrTimeLineLite.c : Changes to support driving transforms 6 years ago
  kevin 4cb13a7cc3 cmScore.h : Documented varlues of kXXXVarScId's 6 years ago
  kevin 65415e4111 cmDspPgmKrTimeLineLite.c : Disconnected the MIDI file player from the score follower and MIDI out and connected a MIDI input port in it's place. 6 years ago
  kevin b7ab42065b cmDspBuiltIn.c : cmDspMidiIn now accepts a MIDI device/port to filter incoming MIDI messages. 6 years ago
  kevin b22f1d3ad3 cmMidiOsx.c : Fixed bug where the incorrect device index was reported by incoming MIDI messages. 6 years ago
  kevin df71bdfc70 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 6 years ago
  kevin 468b5d54bc Fixed bug in cmDspSys.c cmDspSysRcvMsg() where the value.flags field in the MIDI packet broadcast message was not initialized. 6 years ago
  kevin larke 6c7d6376d8 Initial setup of Kr2 in _cmDspSys_TlXfromChain() to allow scaling parameters by measurements. 6 years ago
  kevin dbd448177c cmDspPgmKrChain.c : Added 'switch' button to force x-fader transition. 6 years ago
  kevin larke 4461d1c128 cmXScore.c : Changed to fix problem with dynamic forks interpretation. 7 years ago
  kevin 92ea6ff806 cmXScore.c : Added the ability to increment the grace group id. 7 years ago
  kevin af84645fa4 cmXScore.c : Added dynamic level interpolation during edit file processing via upper case dynamic markings. 7 years ago
  kevin larke c1076ddf0c cmXScore.c : Added _cmXScoreRemoveNote(). 7 years ago
  kevin larke 677f8d1c34 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 7 years ago