4 Commits (master)

Author SHA1 Message Date
  kevin d15e6a29ee Documentation updates. 3 years ago
  kevin fd3db429d2 Apply a license notice to all source code files. Add the LICENSE and COPYING files. 3 years ago
  kevin 220ca1577c cmDspKr.c : Update 'Kr2' to use input igain variable. 3 years ago
  kevin f36c81aae3 Rearrangment of library to support building inside of a project or independently. 3 years ago
  kevin.larke 0aee816083 Updates to support sample-rate conversion in cmApBuf.h/cpp. 4 years ago
  kevin.larke 1dc08d75a2 cmDspPgm.c : Initial working version of 'Picadae' processor. 4 years ago
  kevin.larke 0627387974 cmDspKr.h/c, cmDspBuiltIn.c : Initial implementation of shell for cmDspPicadae. 4 years ago
  kevin cffa6a6e45 Re-enabled performance measurement code. Replaced cmDspPgmKrChain.c with cmDspPgmKrChain2.c 6 years ago
  kevin 286a303d04 cmProc4.h/c, cmDspKr.c : Initial changes to support scMod 'in' and 'cross'. 6 years ago
  kevin larke 6c7d6376d8 Initial setup of Kr2 in _cmDspSys_TlXfromChain() to allow scaling parameters by measurements. 6 years ago
  kevin larke dc5bd41378 cmDspKr.h/c, cmDspBuiltIn.c : Added cmKr2 (modeless version of cmKr). 7 years ago
  kevin 1d1681eefd cmDspKr.c : In _cmDspTimeLineRecv() allow the selected time line object to be a kMidiEvtTlId type. 7 years ago
  kevin 7ff73452e2 cmProc4.h/c, cmDspKr.c : Changed cmScModulator to use entry groups rather than a single entry list. 7 years ago
  kevin 068cff567b cmDspClass.h,cmDspUi.c,cmDspKr.c : Added 'meas' inputs to cmDspScore and cmDspTimeline to allow the current score and timeline location to be set programattically. 8 years ago
  kevin 9df86e1c49 cmScore.c,cmTakeSeqBldr.c,cmTimeLine.c,cmMidiFile.h/c,cmMidiFilePlay.c,cmDspKr.c : Changed order of arg's in call to cmMidiFileOpen(). 8 years ago
  kevin c9eaf40705 cmDspKr.c : Updates to use amicro instead of dtick in MIDI mesg. 8 years ago
  Kevin Larke 176073874f *.h/c : Added 'cdg' markup to virtually all source files in libcm, libcm/app and libcm/dsp. 8 years ago
  kevin c02080bfcd cmDspKr.c : Added 'dump' command to cmDspScMod. 8 years ago
  kevin 47db49bb43 cmDspKr.c : Added bypass to echo cancel. 8 years ago
  kevin 0d1824b9c3 cmDspKr.c : Added compiled bypass flag and parameter setters to EchoCancel. 8 years ago
  kevin 66660cb6de cmDspKr.c : Added call to cmNlmsEcWrite() and set new default values for the 8 years ago
  kevin afc70eae74 cmDspKr.c : Added initial implementation of _cmDspEchoCancel. 8 years ago
  kevin 4b3d575099 cmDspKr.c : Changed default PHAT mult arg. in cmPhat from 4 to 1. 8 years ago
  kevin 537ad58c39 cmDspKr.h/c : Added initial implementation of cmReflectCalc. 8 years ago
  kevin c262a44e72 cmDspKr.c : Changed error message to warning in _cmDspRecdPlayParseRsrc(). 8 years ago
  Kevin Larke 5c028bca2f cmDspKr.h/c : Many changes to cmDspTakeSeqBldr. 9 years ago
  Kevin Larke 39021c4c3b cmDspKr.c : Added 'muid' as in input to cmDspScFol to accept a unique 9 years ago
  Kevin Larke d01fdca576 cmDspKr.h/c, cmDspBuildIn.c : Added initial framework for cmTakeSeqBldr DSP object. 9 years ago
  Kevin Larke 18a21d5e96 cmDspKr.c : cmDspRecdPlayExec() now checks for disconnected inputs and outputs. 9 years ago
  Kevin Larke c9cba4c7bf dsp/cmDspKr.c : Changed the way the MIDI channel is handled in _cmDspNanoMapRecv(). 10 years ago
  kevin 4b59da2947 cmDspKr.c : Now depends on cmProc5.h. 10 years ago
  kevin 1e26484c74 cmDspKr.c: Removed declaration of unused variable in _cmDspNanMapRecv() 10 years ago
  kevin 8e0fb864e4 cmDspKr.c : cmRecdPlay object only records/plays segments when it recieves 10 years ago
  kevin d37fd59317 cmDspKr.c : Added ability to pre-load a list of segments for the cmRecdPlay object. 10 years ago
  kevin e07e632de6 cmDspKr.c : cmDspRecdPlay now takes an initial score search location index. 10 years ago
  kevin a19d93b265 cmDspKr.c : Added ability to preload a cmRecdPlay segment from an audio file. 10 years ago
  kevin 0a71501780 cmDspKr.c : Added 'cmd' input to cmDspScore object to print score location report upon reception of 'dump' symbol. 10 years ago
  kevin c4a0bceaec cmDspKr.c : Post test updates to cmDspSyncRecd(). 10 years ago
  kevin 9c752e95ac cmDspKr.h/c : Initial implementation of cmDspSyncRecd. 10 years ago
  kevin 7d7448ba55 cmDspKr.c : Fixed uninitialized variable warning (n in _cmDspRecdPlayExec()). 10 years ago
  kevin c81b178224 cmDspKr.c : Rewrote cmDspActiveMeas to use a linked list to store measurement records. 10 years ago
  kevin b95348f047 cmDspKr.c : Added option to cmDspScFol to generate score measurements 10 years ago
  kevin da98170c43 cmDspKr.c : Changed _cmDspGoertzel to initialize internal cmGoertzel object 10 years ago
  kevin f1be9f433d cmDspKr.h/c, cmDspBuiltIn.c : Added the cmDspGoertzel DSP object. 10 years ago
  kevin 0857f64730 cmDspKr.c : Improved comments on cmDspAmSync object. 10 years ago
  kevin 19224be46a cmDspKr.c : Added comments to _cmDspAmSync. 10 years ago
  kevin 89ad5d8857 cmDspKr.c: Added call to cmRecdPlaySetLaSecs() in _cmDspRecdPlayRecv() 10 years ago
  kevin 57d2a86a42 cmProc4.h/c, cmDspKr.c : Added look-ahead buffer to cmRecdPlay object. 10 years ago
  kpl 8f4981728c cmDspKr.h/c : Added the cmDspRecdPlay object. 10 years ago
  kevin 9b85e57045 cmDspKr.c : Added 'recent' output to score follower. 'out' output now 10 years ago