960 コミット (0cc1cefe19f0ff91eabe65c4e2a73c9b99d006ee)
 

作成者 SHA1 メッセージ 日付
  kevin.larke 0cc1cefe19 Merge branch 'master' of wf:webapps/gitweb/repos/libcm 4年前
  kevin.larke d4af37682b cmDspPgm.c : Added _cmDspSysPgm_All_In_And_Out() and other minor changes to test Focusrite audio interface. 4年前
  kevin.larke 0627387974 cmDspKr.h/c, cmDspBuiltIn.c : Initial implementation of shell for cmDspPicadae. 4年前
  kevin.larke bc901415ac Added cmSerialPort.h include dependency to many files. 4年前
  kevin.larke e686cc2c9c cmAudDsp.h/c, cmAudioSys.h/c, cmDspSys.h/c, cmDspNet.h : Added support for serial port. 4年前
  kevin.larke 5fc0fccb83 cmAudioPort.c : Added cmApBufEnableMeter() call in cmApPortTest(). 4年前
  kevin.larke 08ae2446b2 cmSerialPort.h/c : Added cmSeSetCallback() and cmSeStart(). 4年前
  kevin.larke 18b815d387 cmApBuf.c : Added meters output to cmApBufRefport(). 4年前
  kevin.larke 317a1fb755 Makefile.am : added cmSerialPort.h/c to Makefile. 4年前
  kevin.larke e9afa60e75 cmGlobal.h : Added cmXXXBits() in-place binary operations. 4年前
  kevin.larke 575db4382d cmSerialPort.h/c : Initial commit. 4年前
  kevin e0a683e8b1 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 6年前
  kevin cffa6a6e45 Re-enabled performance measurement code. Replaced cmDspPgmKrChain.c with cmDspPgmKrChain2.c 6年前
  kevin 1caa200c90 cmXScore.c : Fixed bug in _cmXScoreRemoveNote() which prevented notes from being removed. 6年前
  kevin 7bb3a82bd6 cmMidiScoreFollow.c : Added _cmMsf_ReportScoreErrors() to the end of cmMidiScoreFollowMain(). 6年前
  kevin e3155ce350 cmXScore.h/c : Aded reportFl,begMeasNumb and begBPM to cmXScoreTest(). 6年前
  kevin 43d7968ba0 cmFile.c : Added use of cmSTATIC_NULL_HANDLE to set cmFileNullHandle. 6年前
  kevin d490c05b72 cmMidiFile.h/c : Added cmMidiFileReport(). 6年前
  kevin f028c892ad cmRptFile.c : Initial commit. 6年前
  kevin 286a303d04 cmProc4.h/c, cmDspKr.c : Initial changes to support scMod 'in' and 'cross'. 6年前
  kevin 3dd3d9818a cmDspPgmKrChain.h/c, cmDspPgmKrTimeLineLite.c : Changes to support driving transforms 6年前
  kevin 4cb13a7cc3 cmScore.h : Documented varlues of kXXXVarScId's 6年前
  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年前
  kevin b7ab42065b cmDspBuiltIn.c : cmDspMidiIn now accepts a MIDI device/port to filter incoming MIDI messages. 6年前
  kevin b22f1d3ad3 cmMidiOsx.c : Fixed bug where the incorrect device index was reported by incoming MIDI messages. 6年前
  kevin df71bdfc70 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 6年前
  kevin 468b5d54bc Fixed bug in cmDspSys.c cmDspSysRcvMsg() where the value.flags field in the MIDI packet broadcast message was not initialized. 6年前
  kevin larke 6c7d6376d8 Initial setup of Kr2 in _cmDspSys_TlXfromChain() to allow scaling parameters by measurements. 6年前
  kevin dbd448177c cmDspPgmKrChain.c : Added 'switch' button to force x-fader transition. 7年前
  kevin larke 4461d1c128 cmXScore.c : Changed to fix problem with dynamic forks interpretation. 7年前
  kevin 92ea6ff806 cmXScore.c : Added the ability to increment the grace group id. 7年前
  kevin af84645fa4 cmXScore.c : Added dynamic level interpolation during edit file processing via upper case dynamic markings. 7年前
  kevin larke c1076ddf0c cmXScore.c : Added _cmXScoreRemoveNote(). 7年前
  kevin larke 677f8d1c34 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 7年前
  kevin larke 71e9fdd169 cmXScore.h/c : Improved comments. cmXScoreTest() now calls cmXScoreGenEditFile() when editFn arg is given and the associated file does not exist. 7年前
  kevin 98cef5668f Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 7年前
  kevin 00728f26af cmDspPgmKrChain.c : Added TODO on crash bug - but didn't fix it! 7年前
  kevin larke e426f5dbd1 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 7年前
  kevin larke 59dbe1df10 cmScore.c : Changed invalid MIDI velocity from fatal error to a warning. 7年前
  kevin larke 79c4326782 cmDspPgmKrChain.c : Added the cmKr2 based version of the transform chain. 7年前
  kevin larke dc5bd41378 cmDspKr.h/c, cmDspBuiltIn.c : Added cmKr2 (modeless version of cmKr). 7年前
  kevin larke 002ca3507b cmProc2.h/c : Added cmSpecDist2(). 7年前
  kevin 970a6fb36c Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 7年前
  kevin bbcd065cb1 cmDspPgmKrChain.c : Fixed 'Min Wet' to default to 0.0 (was set to 1.0) 7年前
  kevin 5272aaeb52 cmXScore.h/c : Added cmXScoreGenEditFile(). 7年前
  kevin 1b2054bf10 cmScoreMatchGraphic.c : Changed score0.css to cmScoreMatchGraphic.css. 7年前
  kevin 8e4f32c0c1 cmXScore.h/c : Moved edit file processing into cmXScoreInitialize(). 7年前
  kevin 85878f995b cmXScore.c : Minor improvements and bug-fixes for _cmXsMeasComplexity() 7年前
  kevin 7eac59b3ca .gitignore : Ignore .DS_Store. 7年前
  kevin b43b6af509 cmSvgWriter.c : Removed pan-zoom code from HTML header. 7年前