提交線圖

519 次程式碼提交

作者 SHA1 備註 日期
kevin
c21c04e2ca cmMidiFile.c : Added _cmMidiFileCalcNoteDurationsAllocVoice() to modularize
note duration tracking.
2014-03-17 10:03:37 -07:00
kevin
ac62d77803 cmMidi.h : Added status tests cmMidiIsNoteOn(), cmMidiIsCtl(), etc. 2014-03-17 10:01:47 -07:00
kevin
8897b62c5b cmVectOpsRICode.h : Fixed bug in IsClose(). 2014-02-21 22:46:37 -08:00
kevin
08e4aa7c51 cmVectOpsTemplateCode.h : Changed cmVOx_Filter() to return a pointer to the output buffer. 2014-02-19 08:18:46 -08:00
kevin
02f9bceaac cmUi.h/c : Added cmUiListEleLabelToIndex() and shell for cmUiSelectPanel(). 2014-02-06 22:47:03 -08:00
kevin
4b59da2947 cmDspKr.c : Now depends on cmProc5.h. 2014-02-04 08:40:25 -08:00
kevin
d8d63d7e29 cmProc4.h/c,cmProc5.h/c,Makefiile.am : Moved cmGoertzel from cmProc4.h/c into new file (cmProc5.h/c). 2014-02-04 08:39:51 -08:00
kpl
4dcd756f33 cmFile.c : Fixed potential uninitialized variable in cmFiileBackup(). 2014-02-01 16:27:13 -08:00
kpl
c7e3f55a2d cmSdb.c : Fixed potential uninitialized variable in _cmSdbStoreSeqEvent(). 2014-02-01 16:26:52 -08:00
kevin
9f4c7bd291 cmFileSys.h/c: Added cmFileSysCanWriteToDir() and cmFsCanWriteToDir(). 2014-02-01 12:49:28 -08:00
kevin
0cccd0392d cmGrPlot.c : Fixed apparent but in _cmGrPlotObjIsSelected()
Changed: memset(a,0,sizeof(a))
to:      memset(a,0,sizeof(*a));
2014-02-01 12:49:05 -08:00
kevin
6bb138b1ad Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm 2014-01-31 10:31:34 -08:00
kevin
c5c45e5039 cmVectOpTemplateHdr/Code.h : Added cmVox_NormToAbsMax() and cmVox_LinSpace(). 2014-01-30 23:36:50 -08:00
kevin
83841f4934 cmMath.h.c : Added cmRandXXX() functions. 2014-01-30 23:35:54 -08:00
kevin
e65764d7a4 cmAudioFile.h/c : Fixed crash bug in cmAudioFilecreate() caused by using a file name without and extension.
_cmAudioFileReadInt() now returns in error instead of asserting when an invalid input channel count is encountered.
2014-01-30 23:35:25 -08:00
kevin
d863299265 cmSdb.h/c : Added initial set of cmSdbSeqXXX() operations.
Added 'pitchV' arg. to cmSdbSelect().
Added cmSdbSyncChPairs().
2014-01-30 23:33:00 -08:00
kevin
1c4fb1097d cmFile.c : Fixed code formatting problem in cmFileByteCount(). 2014-01-26 17:08:46 -08:00
kevin
25932dc723 cmFileSys.h : cmFileSysVMakeFn() can now work with no 'fn' arg. 2014-01-26 17:08:01 -08:00
kevin
92a9b18f44 cmFile.h/c : Added cmFileCopy() and cmFileBackup(). 2014-01-26 17:06:46 -08:00
kevin
6d317d54ca Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm 2014-01-25 16:19:34 -05:00
kevin
1e26484c74 cmDspKr.c: Removed declaration of unused variable in _cmDspNanMapRecv()
to eliminate compiler warning.
2014-01-25 16:17:50 -05:00
kevin
2cac6143ad cmCsv.h/c: CSV reader now uses a hash table rather than symbol table. 2014-01-25 16:16:06 -05:00
kevin
c8d4648af5 cmSyncRecd.h/c : Changed result codes from cmXXXSrRC to cmXXXSyRc to avoid
conflicts with same named result codes from cmSerialize.h.
2014-01-25 16:15:09 -05:00
kevin
9b3aa4c798 cmHashTbl.h/c : Initial commit. 2014-01-25 16:13:57 -05:00
kevin
f95d93a4f8 app/cmSdb.h/c : Sample database reader object. Initial commit. 2014-01-25 16:13:42 -05:00
kevin
e25a9abaac Makefile.am : Added references to cmSdb.h/c cmHashTbl.h/c. 2014-01-25 16:13:13 -05:00
kevin
9dc8a4eb8c Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm 2014-01-21 22:37:40 -05:00
kevin
a4020934ee cmText.h/c : Added cmTextLastWhiteChar(). 2014-01-21 22:37:18 -05:00
kevin
72a4c2f3dd cmPgmOpts.h : Clarified comment on cmPgmOptHandleBuiltInActions(). 2014-01-21 22:36:48 -05:00
kevin
e70eba6ff9 cmPgmOpts.c : Changed the initial value of 'i' in cmPgmOptParse() from 0 to 1. 2014-01-21 22:36:13 -05:00
kevin
a8c3a33591 cmLex.c : The quoted string matcher now correctly handles escaped double quotes. 2014-01-21 22:35:24 -05:00
kevin
cbd1b74586 cmMem.c : Added a comment at the location where breakpoints may be set
to stop on the reallocation of a memory block with a known 'uniqueId'.
2014-01-21 22:34:46 -05:00
kevin
8e0fb864e4 cmDspKr.c : cmRecdPlay object only records/plays segments when it recieves
a perfect match to the start of the record/playback segment. Segments
which are specified between the last received score location and the
current location are skipped.
2014-01-18 16:13:05 -08:00
kevin
7584fdd936 cmDspPgmKr.c : Removed segment filename/label from cmRecdPlay object.
cmRecdPlay objects now take a resource based list of segments to pre-load.
2014-01-17 17:00:51 -05:00
kevin
d37fd59317 cmDspKr.c : Added ability to pre-load a list of segments for the cmRecdPlay object. 2014-01-17 16:59:38 -05:00
kevin
84782a1fa8 cmText.h/c : Added cmTextTrimBegin(),cmTextTrimEnd() and cmTextTime(). 2014-01-17 16:54:24 -05:00
kevin
5c36dfcf9a cmScore.c : Changed _cmScParseMarkers() to allow multiple recd/play markers on the same line. 2014-01-17 16:53:54 -05:00
kevin
5851b40dc1 cmMidiOsx.c : Added use of delta time to time stamp in call to cmMpParseMidiData().
The time stamp value still needs to be verified.
2014-01-16 20:21:37 -08:00
kevin
57faeb20e6 cmAudioPortOsx.c : Added #include "cmTime.h" 2014-01-16 20:20:25 -08:00
kevin
c0fb38d8b7 cmDspPgmKr.c : RecdPlay object now takes an initial score search location
from the score UI.
2014-01-16 20:20:01 -08:00
kevin
e07e632de6 cmDspKr.c : cmDspRecdPlay now takes an initial score search location index. 2014-01-16 20:18:48 -08:00
kevin
fd61da603f cmProc4.c : cmRecdPlayInsertRecord() now sets frag.recdIdx field to the actual number of sample
frames read rather than the number allocated.
2014-01-16 20:17:55 -08:00
kevin
f2d06b68bd cmProc4.c : fixed call to cmAudioFileReadSample() in cmRecdPlayInsertRecord(). 2014-01-16 17:12:04 -08:00
kevin
1d9455e9eb merging recdplay updates from thunk onto mac 2014-01-16 16:15:04 -08:00
kevin
f96e261382 cmDspPgmKr.c : Added 'useWtFl' to cmDspSysPgm_Timeline. 2014-01-16 15:05:24 -08:00
kevin
a19d93b265 cmDspKr.c : Added ability to preload a cmRecdPlay segment from an audio file. 2014-01-16 16:05:45 -05:00
kevin
744da47218 cmProc4.h/c : Added cmRecdPlayInsertRecord() to the cmRecdPlay object. 2014-01-16 16:05:11 -05:00
kevin
ed1c13c0ec cmMem.c : Moved unique id break point comment after where the
unique id is calculated.
2014-01-15 11:55:46 -05:00
kevin
e1a6257d74 cmText.h/c : Added cmTextNextRow(),cmTextMinIndent(),cmTextOutdent(). 2014-01-12 13:06:45 -05:00
kevin
99ad71cddd cmStrStream.h : Added code comments. 2014-01-12 13:06:13 -05:00