Kevin Larke
4ddbe2c1d6
cmTakeSeqBldr.h/c : Many changes and additions.
il y a 9 ans
Kevin Larke
60de3ffb15
cmScore.h/c : Added cmScoreNotifyCb().
il y a 9 ans
Kevin Larke
7daa1ebcee
cmTakeSeqBldr.c : Partial initial implementation of _cmTakeSeqBldrRender().
il y a 9 ans
Kevin Larke
d60eb3c0da
cmTakeSeqBldr.c : Completed cmTakeSeqBldrLoadTake() and cmTakeSeqBldrUnloadTake().
il y a 9 ans
Kevin Larke
9b86614e57
cmTakeSeqBldr.c : Added 'muid' to cmScTrkMidiTsb_t.
Fixed bug in _cmTsbScoreTrkFree().
il y a 9 ans
Kevin Larke
857dae7646
cmTimeLine.h/c : Added cmTimeLinePrefixPath().
il y a 9 ans
Kevin Larke
15a0c7beeb
cmScoreProc.c : Updated the TakeSeqBldr JSON file generation code to match the
file parser code in cmTakeSeqBldr.c.
il y a 9 ans
Kevin Larke
80b094d205
cmScoreProc.c : Initial support for sending the MIDI file msg unique id to the
score tracker.
il y a 9 ans
Kevin Larke
72c373c836
cmTakeSeqBldr.c : Fix parsing JSON parsing bugs.
il y a 9 ans
Kevin Larke
a7cecdd678
cmScore.h/c : Pedal events are now handled similarly to Note-on events and given
their own type: kPedalEvtScId and pedal down messages are assigned the
pedal event duration in cmScEvent_t.durSecs.
il y a 9 ans
Kevin Larke
c89117af6a
cmScoreProc.c : Changed kBegin/EndSectionSpId to kBegin/EndTakeSpId to better
reflect the meaning of the score markers.
il y a 9 ans
Kevin Larke
cf53227561
cmScore.c : Fixed assert() bug in _cmScParseFile().
il y a 9 ans
Kevin Larke
4873885874
cmTakeSeqBldr.h/c : Partial implementation of cmTakeSeqBldrLoadTake().
il y a 9 ans
Kevin Larke
9e11eb49b8
cmScore.h/c : The durSecs's cmScEvt_t field of pedal down events now contains
the length of time the pedal is held down and the 'pitch' field is set
to the MIDI id of the pedal.
il y a 9 ans
Kevin Larke
a89cadec84
app/cmTimeLine.h/c : cMTlXXXObjPtr() now returns NULL if the 'op' arg. is NULL.
il y a 9 ans
Kevin Larke
1b6a798401
cmTakeSeqBldr.h/c : Completed code for cmTakeSeqBldrAlloc()/Free() and initial testing.
il y a 9 ans
Kevin Larke
b2dee6219f
cmTakeSeqBldr.h/c : Initial commit.
il y a 9 ans
Kevin Larke
e5dbc44c61
cmScoreProc.h : Completed the cmSpAssocProc_t based processing.
Added kNoteNoSpid and kFailSpId messages to the score tracking processor callback.
il y a 9 ans
Kevin Larke
f50e5a85cc
cmScoreProc.h : Moved cmSpRC_t result codes from inside cmScoreProc.c to cmScoreProc.h
il y a 9 ans
Kevin Larke
88d5d9a499
cmScoreProc.c : Reorganized the score processor to support plugging in different
score processing algorithms without changing the processor.
Created the shell code for generating performance editing data.
il y a 9 ans
Kevin Larke
cac6e8e974
cmScoreProc.c : Added comments.
il y a 9 ans
Kevin Larke
2d878144d2
cmScore.h : Added comments.
il y a 9 ans
kevin
e581d54cc0
cmTimeLine.c : durSmpCnt is now set for pedal up/down in _cmTlProcMidiFile().
il y a 10 ans
kpl
c7e3f55a2d
cmSdb.c : Fixed potential uninitialized variable in _cmSdbStoreSeqEvent().
il y a 10 ans
kevin
d863299265
cmSdb.h/c : Added initial set of cmSdbSeqXXX() operations.
Added 'pitchV' arg. to cmSdbSelect().
Added cmSdbSyncChPairs().
il y a 10 ans
kevin
f95d93a4f8
app/cmSdb.h/c : Sample database reader object. Initial commit.
il y a 10 ans
kevin
5c36dfcf9a
cmScore.c : Changed _cmScParseMarkers() to allow multiple recd/play markers on the same line.
il y a 10 ans
kevin
6c66569f79
Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps.
app/cmOnset.c
app/cmPickup.c
app/cmScore.c
app/cmScoreProc.c
app/cmTimeLine.c
cmAudDsp.c
cmAudioAggDev.c
cmAudioFileDev.c
cmAudioNrtDev.c
cmAudioPort.c
cmAudioPortFile.c
cmDevCfg.c
cmFeatFile.c
cmMidi.c
cmMidiFile.c
cmProc2.c
cmProc3.c
cmProc4.c
cmProcTest.c
cmRbm.c
cmUiRtSysMstr.c
dsp/cmDspClass.c
dsp/cmDspFx.c
dsp/cmDspNet.c
dsp/cmDspPgmKr.c
dsp/cmDspPgmPP.c
dsp/cmDspPgmPPMain.c
dsp/cmDspSys.c
dsp/cmDspUi.c
il y a 11 ans
kevin
47b006f89e
cmScore.h : Added cmInvalidVarScId.
il y a 11 ans
kevin
837aab5cc1
cmScore.h : Added kNameEvtScId to match the MIDI file 'name' data element.
il y a 11 ans
kevin
2cba573163
cmProc4.h/c: Fixed bug in _cmScValidateMarkers() that incorrectly tagged good fade markers and invalid.
il y a 11 ans
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.
il y a 11 ans
kpl
70dffe559b
cmScore.h/c : Added the concept of 'markers' to support locating live recd/play fragments.
il y a 11 ans
kevin
9181a5d804
cmScore.c : Completed implementation of cmScoreFileFromMidi().
il y a 11 ans
kevin
72b65a1904
cmScore.h/c : Initial implementation of cmScoreFileFromMidi().
il y a 11 ans
kevin
a690102601
cmScore.c : Changes to _cmScProcSets() to prevent crashing on OSX debug build.
il y a 11 ans
kevin
5fd0c95f34
cmScore.c : Removed printf() from _cmScProcSets() but this is still mysteriously
required to prevent crash on OS-X debug (but not release) version.
il y a 11 ans
kpl
daf04431aa
cmTimeLine.c : Added return value to cmTimeLineDeleteOnsetMarks() to
eliminate compiler warning.
il y a 11 ans
kevin
d52ea1c369
cmScore.c : Fixed apparent bug where p->sets[i].symArray[] was assigned
twice and p->sets[i].costSymArray[] was not assigned at all in _cmScProcSets().
Added a printf() which mysteriously prevents an OS-X Crash in _cmScProcSets().
il y a 11 ans
kevin
46a3bcfc9f
cmScore.c : Debug output.
il y a 11 ans
kpl
63e3713c84
cmTimeLine.h/c: Added cmTimeLineGenOnsetMarks() and empty shell code
for cmTimeLineDeleteOnsetMarks(). Added marker typeId field to
cmTlMarkerTl_t.
il y a 11 ans
kpl
feae7dc12c
cmOnset.h/c : Added cmOnsetCount(), cmOnsetSampleIndex() and
cmOnsetHopSampleCount().
il y a 11 ans
kpl
797e73e958
cmOnset.h/c : Added median filter and pre-delay to audio output.
il y a 11 ans
kpl
6a46695080
cmOnset.h/c : Replaced cmOnsetExec() with cmOnsetProc() and cmOnsetWrite().
il y a 11 ans
kpl
e918c4308b
app/cmTimeLine.h/c,cmScoreProc.c:The time-line now takes a prefix path rather
then included explicit paths as part of the time-line data file.
il y a 11 ans
kevin
efd54c7657
cmTimeLine.c,cmAudioPort.c,cmPgmOpts.c,cmProc.c,cmRtSys.c:
Changes to remove compiler warnings on OSX build.
il y a 11 ans
kevin
12800d428b
cmScoreProc.c:cmScWriteMeasFile() now sorts file on the section label.
Also changed column order of the output file.
il y a 11 ans
kpl
b2cd4afccd
cmScoreProc.c:Changed format of output file from in _cmScWriteMeasFile().
il y a 11 ans
kpl
de009f9cd8
cmTimeLine.h/c:Added the 'bar' and 'sectionStr' field to cmTlMarker_t.
il y a 11 ans
kpl
a8ba59b2f5
cmScoreProc.c:Wrote _cmScoreGenAllMeasurements() to generate all performance
measurements from a time-line file.
il y a 11 ans