kevin
7ff73452e2
cmProc4.h/c, cmDspKr.c : Changed cmScModulator to use entry groups rather than a single entry list.
8年前
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年前
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年前
kevin
c9eaf40705
cmDspKr.c : Updates to use amicro instead of dtick in MIDI mesg.
9年前
Kevin Larke
176073874f
*.h/c : Added 'cdg' markup to virtually all source files in libcm, libcm/app and libcm/dsp.
9年前
kevin
c02080bfcd
cmDspKr.c : Added 'dump' command to cmDspScMod.
9年前
kevin
47db49bb43
cmDspKr.c : Added bypass to echo cancel.
9年前
kevin
0d1824b9c3
cmDspKr.c : Added compiled bypass flag and parameter setters to EchoCancel.
9年前
kevin
66660cb6de
cmDspKr.c : Added call to cmNlmsEcWrite() and set new default values for the
fixed delay time and impulse response length.
9年前
kevin
afc70eae74
cmDspKr.c : Added initial implementation of _cmDspEchoCancel.
9年前
kevin
4b3d575099
cmDspKr.c : Changed default PHAT mult arg. in cmPhat from 4 to 1.
9年前
kevin
537ad58c39
cmDspKr.h/c : Added initial implementation of cmReflectCalc.
9年前
kevin
c262a44e72
cmDspKr.c : Changed error message to warning in _cmDspRecdPlayParseRsrc().
9年前
Kevin Larke
5c028bca2f
cmDspKr.h/c : Many changes to cmDspTakeSeqBldr.
Added cmDspTakeSeqRend processor.
9年前
Kevin Larke
39021c4c3b
cmDspKr.c : Added 'muid' as in input to cmDspScFol to accept a unique
identifier for each incoming MIDI message. This is then used as the 'muid'
arg. to cmScMatcherExec() to support definitively matching score events and
particular MIDI events.
9年前
Kevin Larke
d01fdca576
cmDspKr.h/c, cmDspBuildIn.c : Added initial framework for cmTakeSeqBldr DSP object.
9年前
Kevin Larke
18a21d5e96
cmDspKr.c : cmDspRecdPlayExec() now checks for disconnected inputs and outputs.
10年前
Kevin Larke
c9cba4c7bf
dsp/cmDspKr.c : Changed the way the MIDI channel is handled in _cmDspNanoMapRecv().
10年前
kevin
4b59da2947
cmDspKr.c : Now depends on cmProc5.h.
10年前
kevin
1e26484c74
cmDspKr.c: Removed declaration of unused variable in _cmDspNanMapRecv()
to eliminate compiler warning.
10年前
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.
10年前
kevin
d37fd59317
cmDspKr.c : Added ability to pre-load a list of segments for the cmRecdPlay object.
10年前
kevin
e07e632de6
cmDspKr.c : cmDspRecdPlay now takes an initial score search location index.
10年前
kevin
a19d93b265
cmDspKr.c : Added ability to preload a cmRecdPlay segment from an audio file.
10年前
kevin
0a71501780
cmDspKr.c : Added 'cmd' input to cmDspScore object to print score location report upon reception of 'dump' symbol.
f
11年前
kevin
c4a0bceaec
cmDspKr.c : Post test updates to cmDspSyncRecd().
11年前
kevin
9c752e95ac
cmDspKr.h/c : Initial implementation of cmDspSyncRecd.
11年前
kevin
7d7448ba55
cmDspKr.c : Fixed uninitialized variable warning (n in _cmDspRecdPlayExec()).
11年前
kevin
c81b178224
cmDspKr.c : Rewrote cmDspActiveMeas to use a linked list to store measurement records.
11年前
kevin
b95348f047
cmDspKr.c : Added option to cmDspScFol to generate score measurements
(dyn,even,tempo,cost) as they are computed.
11年前
kevin
da98170c43
cmDspKr.c : Changed _cmDspGoertzel to initialize internal cmGoertzel object
in _cmDspGoertzelReset.
11年前
kevin
f1be9f433d
cmDspKr.h/c, cmDspBuiltIn.c : Added the cmDspGoertzel DSP object.
11年前
kevin
0857f64730
cmDspKr.c : Improved comments on cmDspAmSync object.
11年前
kevin
19224be46a
cmDspKr.c : Added comments to _cmDspAmSync.
11年前
kevin
89ad5d8857
cmDspKr.c: Added call to cmRecdPlaySetLaSecs() in _cmDspRecdPlayRecv()
11年前
kevin
57d2a86a42
cmProc4.h/c, cmDspKr.c : Added look-ahead buffer to cmRecdPlay object.
11年前
kpl
8f4981728c
cmDspKr.h/c : Added the cmDspRecdPlay object.
The cmScoreInitialize() call in cmDspScore now is passed a valid symbol table handle.
11年前
kevin
9b85e57045
cmDspKr.c : Added 'recent' output to score follower. 'out' output now
only reports the latest score location reported so far. 'recent' reports
the most recent score location (which may be out of time order).
11年前
kpl
edad3b99cd
cmDspKr.h/c cmDspBuiltIn.c, cmDspPgmKr.c : Added 'NanoMap' DSP object.
11年前
kpl
3a247f986f
cmDspKr.c : Minor code formatting changes.
11年前
kevin
de58bb5232
cmDspKr.c : Added 'post' output to cmDspScMod object.
11年前
kevin
7d3e82d417
cmDspKr.c : cmDspMidiFilePlay object now sents note off messages.
11年前
kevin
79b1666c2c
cmDspKr.c : Bug fix to support multiple sync points in the same
audio and/or midi file.
AmSync object is now reset as part of the printing operation.
11年前
kpl
35afc5f004
cmDspKr.c : Updated AmSync output format.
11年前
kpl
ffde60139a
cmDspKr.h/c: Added 'AmSync' DSP processor object. Added unique midi msg
id output to midi file player. Added audio and midi label output to
time line object.
11年前
kpl
b56fee2605
cmDspKr.c:
1) Changed time-line to support setting data prefix path
in cmTimeLine initialization.
2) Added 'scloc' to 'ActiveMeas'.
11年前
kevin
fbf2b570a9
cmDspKr.c:Added 'rewind' command to _cmDspActiveMeas.
11年前
kpl
4576de0263
cmDspBuiltIn.c,cmDspKr.h/c:Inital development of cmActiveMeas in cmDspKr.c.
11年前
kevin
a50001972f
cmDspKr.c: Added test for DBL_MAX in _cmScFolMatcherCb() to prevent invalid score measurement values from being used as parameter values.
This would might be better accomplished inside cmProc4.c:cmScMeaExec().
11年前
kevin
b7bcac7de6
cmDspKr.c: kAudPathTlId now transmits to UI in _cmDspTimeLineRecv()
11年前