152 Commits (79c4326782fb89b87f807927726361d4fa1cfaf2)

Autor SHA1 Nachricht Datum
  kevin 8688a7f28c cmScore.c,cmTakeSeqBldr.c : Updates to to use amicro instead of dtick field in MIDI messages. vor 8 Jahren
  kevin c01e9731c9 cmTimeline.c : Make use of 'onsetCfg' in time-line optional. vor 8 Jahren
  kevin c7bf7a2c94 cmScore.h: Added cmScStatusToOpString(). Replaced calls to cmMidiMetaStatusToLabel() and cmMidiStatusToLabel() with calls to cmScStatusToOpStr(). vor 8 Jahren
  Kevin Larke 176073874f *.h/c : Added 'cdg' markup to virtually all source files in libcm, libcm/app and libcm/dsp. vor 8 Jahren
  kevin 65452c0d40 cmOnset.c : Added printout of parameters to cmOnsetProc(). vor 8 Jahren
  kevin 6c792e240d cmDspPgmJsonToDot.h/c, Makefile : Initial working version of cmDspPgmJsonToDot vor 8 Jahren
  kevin 611eda87de app/cmDspPgmJsonToDot.h/c : Initial partial implementation. vor 8 Jahren
  Kevin Larke 4ddbe2c1d6 cmTakeSeqBldr.h/c : Many changes and additions. vor 9 Jahren
  Kevin Larke 60de3ffb15 cmScore.h/c : Added cmScoreNotifyCb(). vor 9 Jahren
  Kevin Larke 7daa1ebcee cmTakeSeqBldr.c : Partial initial implementation of _cmTakeSeqBldrRender(). vor 9 Jahren
  Kevin Larke d60eb3c0da cmTakeSeqBldr.c : Completed cmTakeSeqBldrLoadTake() and cmTakeSeqBldrUnloadTake(). vor 9 Jahren
  Kevin Larke 9b86614e57 cmTakeSeqBldr.c : Added 'muid' to cmScTrkMidiTsb_t. vor 9 Jahren
  Kevin Larke 857dae7646 cmTimeLine.h/c : Added cmTimeLinePrefixPath(). vor 9 Jahren
  Kevin Larke 15a0c7beeb cmScoreProc.c : Updated the TakeSeqBldr JSON file generation code to match the vor 9 Jahren
  Kevin Larke 80b094d205 cmScoreProc.c : Initial support for sending the MIDI file msg unique id to the vor 9 Jahren
  Kevin Larke 72c373c836 cmTakeSeqBldr.c : Fix parsing JSON parsing bugs. vor 9 Jahren
  Kevin Larke a7cecdd678 cmScore.h/c : Pedal events are now handled similarly to Note-on events and given vor 9 Jahren
  Kevin Larke c89117af6a cmScoreProc.c : Changed kBegin/EndSectionSpId to kBegin/EndTakeSpId to better vor 9 Jahren
  Kevin Larke cf53227561 cmScore.c : Fixed assert() bug in _cmScParseFile(). vor 9 Jahren
  Kevin Larke 4873885874 cmTakeSeqBldr.h/c : Partial implementation of cmTakeSeqBldrLoadTake(). vor 9 Jahren
  Kevin Larke 9e11eb49b8 cmScore.h/c : The durSecs's cmScEvt_t field of pedal down events now contains vor 9 Jahren
  Kevin Larke a89cadec84 app/cmTimeLine.h/c : cMTlXXXObjPtr() now returns NULL if the 'op' arg. is NULL. vor 9 Jahren
  Kevin Larke 1b6a798401 cmTakeSeqBldr.h/c : Completed code for cmTakeSeqBldrAlloc()/Free() and initial testing. vor 9 Jahren
  Kevin Larke b2dee6219f cmTakeSeqBldr.h/c : Initial commit. vor 9 Jahren
  Kevin Larke e5dbc44c61 cmScoreProc.h : Completed the cmSpAssocProc_t based processing. vor 9 Jahren
  Kevin Larke f50e5a85cc cmScoreProc.h : Moved cmSpRC_t result codes from inside cmScoreProc.c to cmScoreProc.h vor 9 Jahren
  Kevin Larke 88d5d9a499 cmScoreProc.c : Reorganized the score processor to support plugging in different vor 9 Jahren
  Kevin Larke cac6e8e974 cmScoreProc.c : Added comments. vor 9 Jahren
  Kevin Larke 2d878144d2 cmScore.h : Added comments. vor 9 Jahren
  kevin e581d54cc0 cmTimeLine.c : durSmpCnt is now set for pedal up/down in _cmTlProcMidiFile(). vor 10 Jahren
  kpl c7e3f55a2d cmSdb.c : Fixed potential uninitialized variable in _cmSdbStoreSeqEvent(). vor 10 Jahren
  kevin d863299265 cmSdb.h/c : Added initial set of cmSdbSeqXXX() operations. vor 10 Jahren
  kevin f95d93a4f8 app/cmSdb.h/c : Sample database reader object. Initial commit. vor 10 Jahren
  kevin 5c36dfcf9a cmScore.c : Changed _cmScParseMarkers() to allow multiple recd/play markers on the same line. vor 10 Jahren
  kevin 6c66569f79 Many Files (See list in comment): Added #include "cmTime.h" to support Audio and MIDI time stamps. vor 10 Jahren
  kevin 47b006f89e cmScore.h : Added cmInvalidVarScId. vor 10 Jahren
  kevin 837aab5cc1 cmScore.h : Added kNameEvtScId to match the MIDI file 'name' data element. vor 10 Jahren
  kevin 2cba573163 cmProc4.h/c: Fixed bug in _cmScValidateMarkers() that incorrectly tagged good fade markers and invalid. vor 10 Jahren
  kevin e6933b61d2 cmScore.c : Fixed bug in _cmScParseFile() where _cmScParseSectionColumn() vor 10 Jahren
  kpl 70dffe559b cmScore.h/c : Added the concept of 'markers' to support locating live recd/play fragments. vor 10 Jahren
  kevin 9181a5d804 cmScore.c : Completed implementation of cmScoreFileFromMidi(). vor 10 Jahren
  kevin 72b65a1904 cmScore.h/c : Initial implementation of cmScoreFileFromMidi(). vor 10 Jahren
  kevin a690102601 cmScore.c : Changes to _cmScProcSets() to prevent crashing on OSX debug build. vor 10 Jahren
  kevin 5fd0c95f34 cmScore.c : Removed printf() from _cmScProcSets() but this is still mysteriously vor 10 Jahren
  kpl daf04431aa cmTimeLine.c : Added return value to cmTimeLineDeleteOnsetMarks() to vor 10 Jahren
  kevin d52ea1c369 cmScore.c : Fixed apparent bug where p->sets[i].symArray[] was assigned vor 10 Jahren
  kevin 46a3bcfc9f cmScore.c : Debug output. vor 10 Jahren
  kpl 63e3713c84 cmTimeLine.h/c: Added cmTimeLineGenOnsetMarks() and empty shell code vor 10 Jahren
  kpl feae7dc12c cmOnset.h/c : Added cmOnsetCount(), cmOnsetSampleIndex() and vor 10 Jahren
  kpl 797e73e958 cmOnset.h/c : Added median filter and pre-delay to audio output. vor 10 Jahren