kevin
c262a44e72
cmDspKr.c : Changed error message to warning in _cmDspRecdPlayParseRsrc().
hace 9 años
Kevin Larke
5c028bca2f
cmDspKr.h/c : Many changes to cmDspTakeSeqBldr.
Added cmDspTakeSeqRend processor.
hace 9 años
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.
hace 9 años
Kevin Larke
d01fdca576
cmDspKr.h/c, cmDspBuildIn.c : Added initial framework for cmTakeSeqBldr DSP object.
hace 9 años
Kevin Larke
18a21d5e96
cmDspKr.c : cmDspRecdPlayExec() now checks for disconnected inputs and outputs.
hace 10 años
Kevin Larke
c9cba4c7bf
dsp/cmDspKr.c : Changed the way the MIDI channel is handled in _cmDspNanoMapRecv().
hace 10 años
kevin
4b59da2947
cmDspKr.c : Now depends on cmProc5.h.
hace 10 años
kevin
1e26484c74
cmDspKr.c: Removed declaration of unused variable in _cmDspNanMapRecv()
to eliminate compiler warning.
hace 10 años
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.
hace 10 años
kevin
d37fd59317
cmDspKr.c : Added ability to pre-load a list of segments for the cmRecdPlay object.
hace 10 años
kevin
e07e632de6
cmDspKr.c : cmDspRecdPlay now takes an initial score search location index.
hace 10 años
kevin
a19d93b265
cmDspKr.c : Added ability to preload a cmRecdPlay segment from an audio file.
hace 10 años
kevin
0a71501780
cmDspKr.c : Added 'cmd' input to cmDspScore object to print score location report upon reception of 'dump' symbol.
f
hace 11 años
kevin
c4a0bceaec
cmDspKr.c : Post test updates to cmDspSyncRecd().
hace 11 años
kevin
9c752e95ac
cmDspKr.h/c : Initial implementation of cmDspSyncRecd.
hace 11 años
kevin
7d7448ba55
cmDspKr.c : Fixed uninitialized variable warning (n in _cmDspRecdPlayExec()).
hace 11 años
kevin
c81b178224
cmDspKr.c : Rewrote cmDspActiveMeas to use a linked list to store measurement records.
hace 11 años
kevin
b95348f047
cmDspKr.c : Added option to cmDspScFol to generate score measurements
(dyn,even,tempo,cost) as they are computed.
hace 11 años
kevin
da98170c43
cmDspKr.c : Changed _cmDspGoertzel to initialize internal cmGoertzel object
in _cmDspGoertzelReset.
hace 11 años
kevin
f1be9f433d
cmDspKr.h/c, cmDspBuiltIn.c : Added the cmDspGoertzel DSP object.
hace 11 años
kevin
0857f64730
cmDspKr.c : Improved comments on cmDspAmSync object.
hace 11 años
kevin
19224be46a
cmDspKr.c : Added comments to _cmDspAmSync.
hace 11 años
kevin
89ad5d8857
cmDspKr.c: Added call to cmRecdPlaySetLaSecs() in _cmDspRecdPlayRecv()
hace 11 años
kevin
57d2a86a42
cmProc4.h/c, cmDspKr.c : Added look-ahead buffer to cmRecdPlay object.
hace 11 años
kpl
8f4981728c
cmDspKr.h/c : Added the cmDspRecdPlay object.
The cmScoreInitialize() call in cmDspScore now is passed a valid symbol table handle.
hace 11 años
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).
hace 11 años
kpl
edad3b99cd
cmDspKr.h/c cmDspBuiltIn.c, cmDspPgmKr.c : Added 'NanoMap' DSP object.
hace 11 años
kpl
3a247f986f
cmDspKr.c : Minor code formatting changes.
hace 11 años
kevin
de58bb5232
cmDspKr.c : Added 'post' output to cmDspScMod object.
hace 11 años
kevin
7d3e82d417
cmDspKr.c : cmDspMidiFilePlay object now sents note off messages.
hace 11 años
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.
hace 11 años
kpl
35afc5f004
cmDspKr.c : Updated AmSync output format.
hace 11 años
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.
hace 11 años
kpl
b56fee2605
cmDspKr.c:
1) Changed time-line to support setting data prefix path
in cmTimeLine initialization.
2) Added 'scloc' to 'ActiveMeas'.
hace 11 años
kevin
fbf2b570a9
cmDspKr.c:Added 'rewind' command to _cmDspActiveMeas.
hace 11 años
kpl
4576de0263
cmDspBuiltIn.c,cmDspKr.h/c:Inital development of cmActiveMeas in cmDspKr.c.
hace 11 años
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().
hace 11 años
kevin
b7bcac7de6
cmDspKr.c: kAudPathTlId now transmits to UI in _cmDspTimeLineRecv()
hace 11 años
kevin
cc3f7627a0
cmDspKr.c:Removed unused variable p in _cmDspScaleRangeReset().
hace 11 años
kevin
14f163394d
cmDspKr.h/c: Added 'ScaleRange' DSP class.
hace 11 años
kevin
c9dd87625a
cmProc4.h/c, cmDspKr.c, cmDspPgmKr.c: Many changes to debug cmScMod. Added _cmDspGSwitchAlloc().
hace 11 años
kevin
9b9e626287
cmProc.h/c: Added cmScModulator cmDspKr.h/c,cmDspPgmKr add cmScMod
hace 11 años
kevin
030510039d
cmDspKr.c: Added cmMeas and Dyn,Even,Tempo outputs to cmDspScFol.
hace 11 años
kevin
883891657f
cmDspKr.c Changes to reflect new cmScoreInitialize() signature.
hace 11 años
kevin
0fcfebb1cd
cmDspKr.c Changes to _cmDspMidiFilePlaySeekMsgIdx() and _cmDspMidiFilePlayExec() to validate MIDI file handle prior to using it.
hace 12 años
kevin
e9c4d0edd2
Many changes to add score/performance feedback to GUI
hace 12 años
kevin
3a5ab6f36c
cmDspKr.c MIDI file player now emits time tag. Changes related to score follower development
hace 12 años
kpl
24bcde77ac
cmProc4.h/c cmDspKr.c Score follower tweeking.
hace 12 años
kpl
f0e00c3d37
cmDspKr.h/c Added Score Object added Time-line cursor.
hace 12 años
kevin
68696bce20
Rewrote pitch tracker
hace 12 años