555 Commits (e1ab740d828f3665e8012428af0a282f3ccc63d7)
 

Author SHA1 Message Date
  kevin 50677f8f0f cmTime.h : Added function cmTimeAbsElapsedMicros(). 10 years ago
  kevin e2a2295be6 cmDspPgm.c : Added _cmDspSysPgm_SyncRecd to test the cmDspSyncRecd. 10 years ago
  kevin e0a0060696 Makefile.am : Added cmSyncRecd.h/c. 10 years ago
  kevin 94da1333af cmDspBuiltIn.c : cmDspMidiIn now outputs MIDI timestamps. 10 years ago
  kevin 9c752e95ac cmDspKr.h/c : Initial implementation of cmDspSyncRecd. 10 years ago
  kevin 0ae13b9fc7 cmSyncRecd.h/c : Initial implementation of MIDI / Audio synchronized recorder. 10 years ago
  kevin 58f2040529 cmRtSys.h/c: cmRtSysCtx.h now have cmTimeSpec_t timestamps. 10 years ago
  kevin a52909671f cmAudioSys.h/c : cmAudioSysCtx_t now have time stamps which are set in 10 years ago
  kevin 40a649dfc1 cmApBuf.h/c : Added code to handle audio timestamps. 10 years ago
  kevin 2080d13eb2 cmAudioPortAlsa.c : _cmApThreadFunc() now generates a cmTimeSpec_t timestamp. 10 years ago
  kevin e67d8f7ea5 cmAudioPort.h : cmApAudioPacket_t now has a cmTimeSpec_t timestamp. 10 years ago
  kevin 45361cd535 cmMidiFilePlay.c : _cmMfpCb() now generates a zeroed timestamp. 10 years ago
  kevin 2aa2938957 cmMidiAlsa.c : cmMpPoll() now generates a cmTimeSpec_t timestamp with each message. 10 years ago
  kevin 7aaba194c6 cmMidiPort.h/c : cmMpParseMidiData() and cmMpParseMidiTriple() now take a MIDI time stamp as part of the incoming message. 10 years ago
  kevin b403c1a2bf cmMidi.h : Changed cmMidiMsg to use a cmTimeSpec_t as a timestamp and removed the 'deltaUs' field. 10 years ago
  kevin 6c66569f79 Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 10 years ago
  kevin 2f0df884b0 cmDspPgmKr.c : Added separate channels for fragment transformation. 10 years ago
  kevin 7d7448ba55 cmDspKr.c : Fixed uninitialized variable warning (n in _cmDspRecdPlayExec()). 10 years ago
  kevin 0a12858783 cmDspFx.c : Fixed uninitialized variable (n in _cmDspAudioNofM_Exec(). 10 years ago
  kevin cd6a0b1891 cmDspBuiltIn.c : Fixed bug in _cmDspCheckboxAlloc() where the on/off symbols were not registered using the default labels. 10 years ago
  kevin beefa4ef42 cmMath.c, cmThread.c : Replaced type casting with use of unions to do type conversion in byte swap and CAS functions. 10 years ago
  kevin c442830e85 cmDspPgmKr.c : Added audio output 2&3 to handle direct through dry signal. 10 years ago
  kevin c81b178224 cmDspKr.c : Rewrote cmDspActiveMeas to use a linked list to store measurement records. 10 years ago
  kevin 47b006f89e cmScore.h : Added cmInvalidVarScId. 10 years ago
  kevin 3a202c27f9 cmDspPgmKr.c : Major rewrite of _cmDspSysPgm_TimeLine(). 10 years ago
  kevin 40a9f35e18 cmMidiOsx.c : Added comment on a possible problem with the time stamp 10 years ago
  kevin 4c44c396fd cmDspPgm.c : Added test for 'Checkbox' to _cmDspSysPgm_UiTest(). 10 years ago
  kevin b95348f047 cmDspKr.c : Added option to cmDspScFol to generate score measurements 10 years ago
  kevin e7429a773c cmDspFx.c : Changed _cmDspAvailCh_Recv() to handle 'trigger' case where 10 years ago
  kevin f41a6d6709 cmDspBuiltIn.c : Added cmDspCheckbox() as an improved check box control 10 years ago
  kevin 837aab5cc1 cmScore.h : Added kNameEvtScId to match the MIDI file 'name' data element. 10 years ago
  kpl d92465cb37 cmData.h/c : Changed cmDataRecdAllocXXX() to return a cmDtRC_t. 10 years ago
  kpl 86f64739e4 cmData.h/c : Added scalar bool (kBoolDtId) data type. 10 years ago
  kevin 033681c8b4 cmData.h/c : Many minor changes and bug fixes. 10 years ago
  kevin af002db879 cmDspPgm.c : Added more channels to _cmDspSysPgm_Goertzel() and parameters 10 years ago
  kevin da98170c43 cmDspKr.c : Changed _cmDspGoertzel to initialize internal cmGoertzel object 10 years ago
  kevin 3d32b3ac51 cmProc.h : Added cmShiftBuf_str tag to cmShiftBuf. 10 years ago
  kevin 77206408cf cmProc4.h/c : Added a window function whose length can vary independently 10 years ago
  kevin d011e83cd9 cmProc4.h/c: Fixed bug in cmGoertzel where ch->s1 and ch->s2 were swapped. 10 years ago
  kevin ab1161d138 cmDspPgm.c : Added _cmDspSysPgm_Goertzel. 10 years ago
  kevin f1be9f433d cmDspKr.h/c, cmDspBuiltIn.c : Added the cmDspGoertzel DSP object. 10 years ago
  kevin b206e2d457 cmProc4.h/c : Added the cmGoertzel tone detector 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 c11c875f29 cmDspPgmKr.c: Added option to direct fragments to independent audio outputs. 10 years ago
  kevin 198908dd47 cmProc4.h/c: Added cmRcdPlaySetLaSecs(). 10 years ago
  kevin 2cba573163 cmProc4.h/c: Fixed bug in _cmScValidateMarkers() that incorrectly tagged good fade markers and invalid. 10 years ago
  kevin c946234fde Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm with 10 years ago
  kevin 031210c7e9 cmDspPgmKr.c : Added look-head parameters for cmDspRecdPlay object. 10 years ago