978 Commits (f36c81aae3c751d93a7b1af583e3ac8dc4240e32)
 

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