1 Commits (f36c81aae3c751d93a7b1af583e3ac8dc4240e32)

Author SHA1 Message Date
  kevin f36c81aae3 Rearrangment of library to support building inside of a project or independently. 3 years ago
  kevin 9d5697d9cd Many changes to support cmtools. 3 years ago
  kevin.larke 93382d3b97 cmXScore.c : Added a color to _cmXScoreParseColor(). 4 years ago
  kevin 1caa200c90 cmXScore.c : Fixed bug in _cmXScoreRemoveNote() which prevented notes from being removed. 6 years ago
  kevin e3155ce350 cmXScore.h/c : Aded reportFl,begMeasNumb and begBPM to cmXScoreTest(). 6 years ago
  kevin larke 4461d1c128 cmXScore.c : Changed to fix problem with dynamic forks interpretation. 7 years ago
  kevin 92ea6ff806 cmXScore.c : Added the ability to increment the grace group id. 7 years ago
  kevin af84645fa4 cmXScore.c : Added dynamic level interpolation during edit file processing via upper case dynamic markings. 7 years ago
  kevin larke c1076ddf0c cmXScore.c : Added _cmXScoreRemoveNote(). 7 years ago
  kevin larke 71e9fdd169 cmXScore.h/c : Improved comments. cmXScoreTest() now calls cmXScoreGenEditFile() when editFn arg is given and the associated file does not exist. 7 years ago
  kevin 5272aaeb52 cmXScore.h/c : Added cmXScoreGenEditFile(). 7 years ago
  kevin 8e4f32c0c1 cmXScore.h/c : Moved edit file processing into cmXScoreInitialize(). 7 years ago
  kevin 85878f995b cmXScore.c : Minor improvements and bug-fixes for _cmXsMeasComplexity() 7 years ago
  kevin cc334c8d7f cmXScore.c : Added cmXsComplexity_t related functions and added complexity measure output to MIDI file SVG plot. 7 years ago
  kevin d14744ed4d cmXScore.c : Removed use of MIDI file event UID's. 7 years ago
  kevin 1a042843c8 cmXScore.c : Added error checking to section marker text-to-number conversion. 7 years ago
  kevin 84c5097a8d cmXScore.h/c : Added 'tied_dur' field to cmXsNote_t for use in determining the length of a MIDI note events. 7 years ago
  kevin 1da843a380 cmXScore.c : Added 'silent' note dynamic category. Fixed bug in cmXScoreReorder() where last measure was not processed. 7 years ago
  kevin d17b30831d cmXScore.h/c : Added _cmXScoreProcessOverlappingNotes(). 7 years ago
  kevin 4ac92aef52 cmXScore.c: _cmXScoreSetAbsoluteTime() is now automatically called from _cmXScoreSort(). 7 years ago
  kevin be6dc19ade cmXScore.c : Added _cmXScoreGraceInsertTimeXXX(). 7 years ago
  kevin b66c936a99 cmXScore.c : Added explicit variable for grace note duration. 7 years ago
  kevin d2a3d0d32e cmXScore.c : Completed 'add' and 'subtract' based grace note positioning. 7 years ago
  kevin 83734d9949 cmXScore.c : Added code to parse grace note group information during 'reorder' processing. 7 years ago
  kevin 9036de70ba cmXScore.h/c : Added cmXScoreProcessPedals() and _cmXsWriteMidiFile(). 7 years ago
  kevin 38cdd3012b cmXScore.h,c : Began MIDI output file generation coding. Added _cmXsWriteMidiSvg(). 7 years ago
  kevin de1649b204 cmXScore.c : Fixed sostenuto / damper edits from reorder file implementation. 7 years ago
  kevin fc8e338231 cmXScore.h/c : Upateds to include pitch,tie, and pedal edits from reorder file. 7 years ago
  kevin 670edcaec7 cmXScore.c : Finalized and debugged _cmScoreReorder() processing. 7 years ago
  kevin b1f5026916 cmXScore.h/c : Added dynamics, sostenuto,tick value, and ordering updating from 'reorder' file. 8 years ago
  kevin 5a973bc98d cmXScore.c : More failed experiments with cmXScoreReorder(). 8 years ago
  kevin 0fe627884f cmXScore.c : Preliminary work on fixing reordering. 8 years ago
  Kevin Larke c169faa083 cmXScore.c : The tempo and dynamic marking columns must be stored as quoted text so that the section numbers can be correctly parsed by cmScore. 8 years ago
  kevin 68e34d29d7 cmXScore.h/c : The even-ness label is now written as a quoted string in the output CSV file so that the '*' token is correctly parsed by cmScore. 8 years ago
  kevin d1b77e9f7e cmXScore.c : Remove space between section and '*' on heel marked even-ness sections. 8 years ago
  kevin c07d5fbc8d cmXScore.h/c :Added 'reorderFn' arg. to cmXScoreTest(). Fixed bug where dynamcics and section number was not output to CSV. Added section number to end of measurement groups. 8 years ago
  kevin 4017b8bbaa cmXScore.c : Added cmXScoreReorder(). 8 years ago
  kevin f9505d0f43 cmXScore.h/c : Added _cmXScoreAbsoluteTime(),_cmXScoreSpreadGraceNotes(),_cmXScoreSetMeasGroups() 8 years ago
  kevin a669e8bca3 cmXScore.h/c : Added cmXScoreInsertDynamics() to read a dynamic marking from a text file. 8 years ago
  Kevin Larke 715d14d424 cmXScore.c : In cmXScoreWriteCsv() seconds are now calculated as an offset from the last metronome 8 years ago
  kevin 5d633f8cf0 cmXScore.c : Added _cmXScoreRemoveDuplicateNotes(). 8 years ago
  Kevin Larke b1a404d34c cmXScore.h/c : Added 'outFn' parameter to cmXScoreTest(). 8 years ago
  kevin a81e0d5850 cmXScore.h/c : Fixed bug in _cmXScoreFindTiedNote(). Added _cmXScoreReportTitle(). 8 years ago
  kevin b17635cc78 cmXScore.c : Tied notes now must be assigned to the same voice. 8 years ago
  Kevin Larke 38e9647546 cmXScore.c : Added 'rptFl' to _cmXScoreFindTiedNote(). 8 years ago
  kevin af8ad35477 cmXScore.c : Fixed bug with tie processing. 8 years ago
  kevin 1bc5d4dc65 cmXScore.c : Added the 'uid' field to cmXScoreNote_t to hold a unique id for each note record. 8 years ago
  kevin dbc6c77c17 cmXScore.h/c : Added _cmXScoreWriteScorePlotFile() and _cmXSCoreWriteMidiPlotFile(). 8 years ago
  kevin 7fcce19799 cmXScore.c : Added use of cmSeqAlign in _cmXScoreProcessMidi(). 8 years ago
  kevin 655b2e6f3b cmXScore.h/c : Added kOnsetXsFl. Added octave-shift processing. Added initial MIDI file processing. 8 years ago