kevin
d7a7b3a895
cmXScore.h/c : Added colors to color map. Allow for double whole (breve) as rvalue. Changed note.rvalue from unsigned to double. Recognize 'heel' mark.
hace 8 años
Kevin Larke
8b2c47f64d
cmXScore.h/c : Added cmXScoreWriteCsv().
hace 8 años
Kevin Larke
304ff25285
cmXScore.h/c : Completed note, metronome, section label, color, and pedal parsing. Added per measure time sorted note list.
hace 8 años
kevin
3babaf428a
cmXScore.c : Updates to parse 'note' nodes.
hace 8 años
Kevin Larke
1fc5183394
cmXScore.h/c,Makefile.am : Initial commit.
hace 8 años
kevin
a142123bd8
cmTimeLine.c : Updates to use amicro instead of dticks in MIDI msgs.
hace 9 años
kevin
8688a7f28c
cmScore.c,cmTakeSeqBldr.c : Updates to to use amicro instead of dtick field in MIDI messages.
hace 9 años
kevin
c01e9731c9
cmTimeline.c : Make use of 'onsetCfg' in time-line optional.
hace 9 años
kevin
c7bf7a2c94
cmScore.h: Added cmScStatusToOpString(). Replaced calls to cmMidiMetaStatusToLabel() and cmMidiStatusToLabel() with calls to cmScStatusToOpStr().
hace 9 años
Kevin Larke
176073874f
*.h/c : Added 'cdg' markup to virtually all source files in libcm, libcm/app and libcm/dsp.
hace 9 años
kevin
65452c0d40
cmOnset.c : Added printout of parameters to cmOnsetProc().
hace 9 años
kevin
6c792e240d
cmDspPgmJsonToDot.h/c, Makefile : Initial working version of cmDspPgmJsonToDot
hace 9 años
kevin
611eda87de
app/cmDspPgmJsonToDot.h/c : Initial partial implementation.
hace 9 años
Kevin Larke
4ddbe2c1d6
cmTakeSeqBldr.h/c : Many changes and additions.
hace 9 años
Kevin Larke
60de3ffb15
cmScore.h/c : Added cmScoreNotifyCb().
hace 9 años
Kevin Larke
7daa1ebcee
cmTakeSeqBldr.c : Partial initial implementation of _cmTakeSeqBldrRender().
hace 9 años
Kevin Larke
d60eb3c0da
cmTakeSeqBldr.c : Completed cmTakeSeqBldrLoadTake() and cmTakeSeqBldrUnloadTake().
hace 9 años
Kevin Larke
9b86614e57
cmTakeSeqBldr.c : Added 'muid' to cmScTrkMidiTsb_t.
Fixed bug in _cmTsbScoreTrkFree().
hace 9 años
Kevin Larke
857dae7646
cmTimeLine.h/c : Added cmTimeLinePrefixPath().
hace 9 años
Kevin Larke
15a0c7beeb
cmScoreProc.c : Updated the TakeSeqBldr JSON file generation code to match the
file parser code in cmTakeSeqBldr.c.
hace 9 años
Kevin Larke
80b094d205
cmScoreProc.c : Initial support for sending the MIDI file msg unique id to the
score tracker.
hace 9 años
Kevin Larke
72c373c836
cmTakeSeqBldr.c : Fix parsing JSON parsing bugs.
hace 9 años
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.
hace 9 años
Kevin Larke
c89117af6a
cmScoreProc.c : Changed kBegin/EndSectionSpId to kBegin/EndTakeSpId to better
reflect the meaning of the score markers.
hace 9 años
Kevin Larke
cf53227561
cmScore.c : Fixed assert() bug in _cmScParseFile().
hace 9 años
Kevin Larke
4873885874
cmTakeSeqBldr.h/c : Partial implementation of cmTakeSeqBldrLoadTake().
hace 9 años
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.
hace 9 años
Kevin Larke
a89cadec84
app/cmTimeLine.h/c : cMTlXXXObjPtr() now returns NULL if the 'op' arg. is NULL.
hace 9 años
Kevin Larke
1b6a798401
cmTakeSeqBldr.h/c : Completed code for cmTakeSeqBldrAlloc()/Free() and initial testing.
hace 9 años
Kevin Larke
b2dee6219f
cmTakeSeqBldr.h/c : Initial commit.
hace 9 años
Kevin Larke
e5dbc44c61
cmScoreProc.h : Completed the cmSpAssocProc_t based processing.
Added kNoteNoSpid and kFailSpId messages to the score tracking processor callback.
hace 9 años
Kevin Larke
f50e5a85cc
cmScoreProc.h : Moved cmSpRC_t result codes from inside cmScoreProc.c to cmScoreProc.h
hace 9 años
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.
hace 9 años
Kevin Larke
cac6e8e974
cmScoreProc.c : Added comments.
hace 9 años
Kevin Larke
2d878144d2
cmScore.h : Added comments.
hace 9 años
kevin
e581d54cc0
cmTimeLine.c : durSmpCnt is now set for pedal up/down in _cmTlProcMidiFile().
hace 10 años
kpl
c7e3f55a2d
cmSdb.c : Fixed potential uninitialized variable in _cmSdbStoreSeqEvent().
hace 10 años
kevin
d863299265
cmSdb.h/c : Added initial set of cmSdbSeqXXX() operations.
Added 'pitchV' arg. to cmSdbSelect().
Added cmSdbSyncChPairs().
hace 10 años
kevin
f95d93a4f8
app/cmSdb.h/c : Sample database reader object. Initial commit.
hace 10 años
kevin
5c36dfcf9a
cmScore.c : Changed _cmScParseMarkers() to allow multiple recd/play markers on the same line.
hace 10 años
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
hace 11 años
kevin
47b006f89e
cmScore.h : Added cmInvalidVarScId.
hace 11 años
kevin
837aab5cc1
cmScore.h : Added kNameEvtScId to match the MIDI file 'name' data element.
hace 11 años
kevin
2cba573163
cmProc4.h/c: Fixed bug in _cmScValidateMarkers() that incorrectly tagged good fade markers and invalid.
hace 11 años
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.
hace 11 años
kpl
70dffe559b
cmScore.h/c : Added the concept of 'markers' to support locating live recd/play fragments.
hace 11 años
kevin
9181a5d804
cmScore.c : Completed implementation of cmScoreFileFromMidi().
hace 11 años
kevin
72b65a1904
cmScore.h/c : Initial implementation of cmScoreFileFromMidi().
hace 11 años
kevin
a690102601
cmScore.c : Changes to _cmScProcSets() to prevent crashing on OSX debug build.
hace 11 años
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.
hace 11 años