kevin
2f0df884b0
cmDspPgmKr.c : Added separate channels for fragment transformation.
11 years ago
kevin
7d7448ba55
cmDspKr.c : Fixed uninitialized variable warning (n in _cmDspRecdPlayExec()).
11 years ago
kevin
0a12858783
cmDspFx.c : Fixed uninitialized variable (n in _cmDspAudioNofM_Exec().
11 years ago
kevin
cd6a0b1891
cmDspBuiltIn.c : Fixed bug in _cmDspCheckboxAlloc() where the on/off symbols were not registered using the default labels.
11 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.
This was required to address a strict-aliasing violation in the release build.
11 years ago
kevin
c442830e85
cmDspPgmKr.c : Added audio output 2&3 to handle direct through dry signal.
11 years ago
kevin
c81b178224
cmDspKr.c : Rewrote cmDspActiveMeas to use a linked list to store measurement records.
11 years ago
kevin
47b006f89e
cmScore.h : Added cmInvalidVarScId.
11 years ago
kevin
3a202c27f9
cmDspPgmKr.c : Major rewrite of _cmDspSysPgm_TimeLine().
The original function is in _cmDspSysPgm_TimeLine2().
11 years ago
kevin
40a9f35e18
cmMidiOsx.c : Added comment on a possible problem with the time stamp
computation in _cmMpMIDISystemReadProc().
11 years ago
kevin
4c44c396fd
cmDspPgm.c : Added test for 'Checkbox' to _cmDspSysPgm_UiTest().
11 years ago
kevin
b95348f047
cmDspKr.c : Added option to cmDspScFol to generate score measurements
(dyn,even,tempo,cost) as they are computed.
11 years ago
kevin
e7429a773c
cmDspFx.c : Changed _cmDspAvailCh_Recv() to handle 'trigger' case where
no available channels are available.
11 years ago
kevin
f41a6d6709
cmDspBuiltIn.c : Added cmDspCheckbox() as an improved check box control
which can be used with specific on/off values and symbols.
11 years ago
kevin
837aab5cc1
cmScore.h : Added kNameEvtScId to match the MIDI file 'name' data element.
11 years ago
kpl
d92465cb37
cmData.h/c : Changed cmDataRecdAllocXXX() to return a cmDtRC_t.
11 years ago
kpl
86f64739e4
cmData.h/c : Added scalar bool (kBoolDtId) data type.
Changed container values from integers to flags so they can be mixed with
basic data types when used with var-arg based functions.
Added cmErr_t* arg's to all var-arg based functions.
11 years ago
kevin
033681c8b4
cmData.h/c : Many minor changes and bug fixes.
11 years ago
kevin
af002db879
cmDspPgm.c : Added more channels to _cmDspSysPgm_Goertzel() and parameters
to support window size on the Goertzel detector.
11 years ago
kevin
da98170c43
cmDspKr.c : Changed _cmDspGoertzel to initialize internal cmGoertzel object
in _cmDspGoertzelReset.
11 years ago
kevin
3d32b3ac51
cmProc.h : Added cmShiftBuf_str tag to cmShiftBuf.
11 years ago
kevin
77206408cf
cmProc4.h/c : Added a window function whose length can vary independently
from the system frame rate (procSmpCnt) to cmGoertzel.
11 years ago
kevin
d011e83cd9
cmProc4.h/c: Fixed bug in cmGoertzel where ch->s1 and ch->s2 were swapped.
11 years ago
kevin
ab1161d138
cmDspPgm.c : Added _cmDspSysPgm_Goertzel.
11 years ago
kevin
f1be9f433d
cmDspKr.h/c, cmDspBuiltIn.c : Added the cmDspGoertzel DSP object.
11 years ago
kevin
b206e2d457
cmProc4.h/c : Added the cmGoertzel tone detector object.
11 years ago
kevin
0857f64730
cmDspKr.c : Improved comments on cmDspAmSync object.
11 years ago
kevin
19224be46a
cmDspKr.c : Added comments to _cmDspAmSync.
11 years ago
kevin
89ad5d8857
cmDspKr.c: Added call to cmRecdPlaySetLaSecs() in _cmDspRecdPlayRecv()
11 years ago
kevin
c11c875f29
cmDspPgmKr.c: Added option to direct fragments to independent audio outputs.
11 years ago
kevin
198908dd47
cmProc4.h/c: Added cmRcdPlaySetLaSecs().
Added comments.
Fixed bug in filling record buffer.
11 years ago
kevin
2cba573163
cmProc4.h/c: Fixed bug in _cmScValidateMarkers() that incorrectly tagged good fade markers and invalid.
11 years ago
kevin
c946234fde
Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm with
spat lab mac.
11 years ago
kevin
031210c7e9
cmDspPgmKr.c : Added look-head parameters for cmDspRecdPlay object.
11 years ago
kevin
57d2a86a42
cmProc4.h/c, cmDspKr.c : Added look-ahead buffer to cmRecdPlay object.
11 years ago
kevin
ebef000a27
cmData.h/c: Commented out uncompilable bits.
11 years ago
kevin
e6933b61d2
cmScore.c : Fixed bug in _cmScParseFile() where _cmScParseSectionColumn()
overwrote 'rc' and thereby prevented the functio from returning the correct result code on fail.
11 years ago
kpl
c809469b62
cmData.h/c : More changes - that won't fully compile.
11 years ago
kpl
b74e24a46b
cmData.h/c: Initial rewrite of cmData to include the concept of homogeneous arrays as containers and leaf nodes.
11 years ago
kpl
691d0ef278
cmDspPgmKr.c : Added the cmDspRecdPlay object to the patch.
11 years ago
kpl
d64f92ac03
Added the cmRecdPlay proc object.
11 years ago
kpl
70dffe559b
cmScore.h/c : Added the concept of 'markers' to support locating live recd/play fragments.
11 years ago
kpl
8f4981728c
cmDspKr.h/c : Added the cmDspRecdPlay object.
The cmScoreInitialize() call in cmDspScore now is passed a valid symbol table handle.
11 years ago
kpl
fd52495292
cmDspBuiltIn.c : Added cmRecdPlayClassCons to _cmDspClassBuiltInArray[].
11 years ago
kpl
b4d99528f9
cmLex.h/c : Added cmLexTokenIsUnsigned() and cmLexTokenIsSignlePrecision().
11 years ago
kpl
2e1c77f150
cmData.h/c : Initial debugging and testing of cmDataParser.
11 years ago
kevin
fd56025468
cmData.c : Minor bug fixes to complete initial testing of cmDataParser.
11 years ago
kevin
ead258c822
Merging 'de' libcm into 'cmtest' libcm
11 years ago
kevin
1a70a5afa0
cmData.h/c : Completed initial implementation of cmDataParser.
11 years ago
kevin
1431685ef3
cmStack.h : Added comments.
11 years ago