478 次代码提交 (fd61da603fd73767b2d2f43dc033dbeb20736faa)
 

作者 SHA1 备注 提交日期
  kevin fd61da603f cmProc4.c : cmRecdPlayInsertRecord() now sets frag.recdIdx field to the actual number of sample 10 年前
  kevin f2d06b68bd cmProc4.c : fixed call to cmAudioFileReadSample() in cmRecdPlayInsertRecord(). 10 年前
  kevin 1d9455e9eb merging recdplay updates from thunk onto mac 10 年前
  kevin f96e261382 cmDspPgmKr.c : Added 'useWtFl' to cmDspSysPgm_Timeline. 10 年前
  kevin a19d93b265 cmDspKr.c : Added ability to preload a cmRecdPlay segment from an audio file. 10 年前
  kevin 744da47218 cmProc4.h/c : Added cmRecdPlayInsertRecord() to the cmRecdPlay object. 10 年前
  kevin ed1c13c0ec cmMem.c : Moved unique id break point comment after where the 10 年前
  kevin e1a6257d74 cmText.h/c : Added cmTextNextRow(),cmTextMinIndent(),cmTextOutdent(). 10 年前
  kevin 99ad71cddd cmStrStream.h : Added code comments. 10 年前
  kevin 7e27581f78 cmStrStream.c : Completed initial tests and fixed bugs in cmOStrStreamWrite(). 10 年前
  kevin e4c9f185b0 cmStrStream.h : Added cmOStrStreamWriteStrN(). 10 年前
  kevin 2a4f4d6ed5 cmProc4.c : Fixed memory leak of cmGoertzel.wnd. 10 年前
  kevin f21fbb8729 cmStrStream.h/c, Makefile.am : Added cmStrStream.h/c. 10 年前
  kevin bc7b5a4c09 cmText.h/c : Added cmTextVAppendSS(), cmTextLength(), cmTextCmpN(), cmTextToLower(), cmTextToUpper(). 10 年前
  kevin babb016383 cmTagFile.h/c : cmTagFile now recognizes function definition, and structure and union tags. 10 年前
  kevin 83314506d7 cmLex.h/c : Added optional quoted character token recognizer. 10 年前
  kevin 0a71501780 cmDspKr.c : Added 'cmd' input to cmDspScore object to print score location report upon reception of 'dump' symbol. 10 年前
  kevin 4b2f2e0398 cmDspPgmKr.c : Added 'fragFl' to toggle fragment processing chains. 10 年前
  kevin f2bed90054 CmDspPgm.c : Added individual printer outputs for each MIDI data element. 10 年前
  kevin c4a0bceaec cmDspKr.c : Post test updates to cmDspSyncRecd(). 10 年前
  kevin e11e660e52 cmTime.h/c : Added cmTimeDiffMicros(),cmTimeIsLTE(),cmTimeIsGTE(),cmTimeIsEqual(),cmTimeIsZero(),cmTimeSetZero(). 10 年前
  kevin 07a49801dd cmSyncRecd.h/c : Post test updates. 10 年前
  kevin 377429d33a cmSyncRecd.h/c: Added cmSyncRecdTest() and cmSyncRecdPrint(). 10 年前
  kevin 50677f8f0f cmTime.h : Added function cmTimeAbsElapsedMicros(). 10 年前
  kevin e2a2295be6 cmDspPgm.c : Added _cmDspSysPgm_SyncRecd to test the cmDspSyncRecd. 10 年前
  kevin e0a0060696 Makefile.am : Added cmSyncRecd.h/c. 10 年前
  kevin 94da1333af cmDspBuiltIn.c : cmDspMidiIn now outputs MIDI timestamps. 10 年前
  kevin 9c752e95ac cmDspKr.h/c : Initial implementation of cmDspSyncRecd. 10 年前
  kevin 0ae13b9fc7 cmSyncRecd.h/c : Initial implementation of MIDI / Audio synchronized recorder. 10 年前
  kevin 58f2040529 cmRtSys.h/c: cmRtSysCtx.h now have cmTimeSpec_t timestamps. 10 年前
  kevin a52909671f cmAudioSys.h/c : cmAudioSysCtx_t now have time stamps which are set in 10 年前
  kevin 40a649dfc1 cmApBuf.h/c : Added code to handle audio timestamps. 10 年前
  kevin 2080d13eb2 cmAudioPortAlsa.c : _cmApThreadFunc() now generates a cmTimeSpec_t timestamp. 10 年前
  kevin e67d8f7ea5 cmAudioPort.h : cmApAudioPacket_t now has a cmTimeSpec_t timestamp. 10 年前
  kevin 45361cd535 cmMidiFilePlay.c : _cmMfpCb() now generates a zeroed timestamp. 10 年前
  kevin 2aa2938957 cmMidiAlsa.c : cmMpPoll() now generates a cmTimeSpec_t timestamp with each message. 10 年前
  kevin 7aaba194c6 cmMidiPort.h/c : cmMpParseMidiData() and cmMpParseMidiTriple() now take a MIDI time stamp as part of the incoming message. 10 年前
  kevin b403c1a2bf cmMidi.h : Changed cmMidiMsg to use a cmTimeSpec_t as a timestamp and removed the 'deltaUs' field. 10 年前
  kevin 6c66569f79 Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. 10 年前
  kevin 2f0df884b0 cmDspPgmKr.c : Added separate channels for fragment transformation. 10 年前
  kevin 7d7448ba55 cmDspKr.c : Fixed uninitialized variable warning (n in _cmDspRecdPlayExec()). 10 年前
  kevin 0a12858783 cmDspFx.c : Fixed uninitialized variable (n in _cmDspAudioNofM_Exec(). 10 年前
  kevin cd6a0b1891 cmDspBuiltIn.c : Fixed bug in _cmDspCheckboxAlloc() where the on/off symbols were not registered using the default labels. 10 年前
  kevin beefa4ef42 cmMath.c, cmThread.c : Replaced type casting with use of unions to do type conversion in byte swap and CAS functions. 10 年前
  kevin c442830e85 cmDspPgmKr.c : Added audio output 2&3 to handle direct through dry signal. 10 年前
  kevin c81b178224 cmDspKr.c : Rewrote cmDspActiveMeas to use a linked list to store measurement records. 10 年前
  kevin 47b006f89e cmScore.h : Added cmInvalidVarScId. 10 年前
  kevin 3a202c27f9 cmDspPgmKr.c : Major rewrite of _cmDspSysPgm_TimeLine(). 10 年前
  kevin 40a9f35e18 cmMidiOsx.c : Added comment on a possible problem with the time stamp 10 年前
  kevin 4c44c396fd cmDspPgm.c : Added test for 'Checkbox' to _cmDspSysPgm_UiTest(). 10 年前