Commit grafiek

56 Commits

Auteur SHA1 Bericht Datum
kevin
9d5697d9cd Many changes to support cmtools. 2020-07-17 18:48:01 -04:00
kevin.larke
93382d3b97 cmXScore.c : Added a color to _cmXScoreParseColor(). 2020-03-09 14:44:25 -04:00
kevin
1caa200c90 cmXScore.c : Fixed bug in _cmXScoreRemoveNote() which prevented notes from being removed. 2017-12-19 21:14:16 -05:00
kevin
e3155ce350 cmXScore.h/c : Aded reportFl,begMeasNumb and begBPM to cmXScoreTest(). 2017-12-17 13:43:39 -05:00
kevin larke
4461d1c128 cmXScore.c : Changed to fix problem with dynamic forks interpretation. 2017-05-18 21:34:46 -04:00
kevin
92ea6ff806 cmXScore.c : Added the ability to increment the grace group id. 2017-05-13 16:59:25 -04:00
kevin
af84645fa4 cmXScore.c : Added dynamic level interpolation during edit file processing via upper case dynamic markings. 2017-05-06 16:43:57 -04:00
kevin larke
c1076ddf0c cmXScore.c : Added _cmXScoreRemoveNote(). 2017-04-22 12:24:19 -04:00
kevin larke
71e9fdd169 cmXScore.h/c : Improved comments. cmXScoreTest() now calls cmXScoreGenEditFile() when editFn arg is given and the associated file does not exist. 2017-04-15 12:27:27 -04:00
kevin
5272aaeb52 cmXScore.h/c : Added cmXScoreGenEditFile(). 2016-09-21 19:18:01 -04:00
kevin
8e4f32c0c1 cmXScore.h/c : Moved edit file processing into cmXScoreInitialize(). 2016-09-15 18:28:30 -04:00
kevin
85878f995b cmXScore.c : Minor improvements and bug-fixes for _cmXsMeasComplexity() 2016-09-15 18:00:04 -04:00
kevin
cc334c8d7f cmXScore.c : Added cmXsComplexity_t related functions and added complexity measure output to MIDI file SVG plot. 2016-09-15 16:55:14 -04:00
kevin
d14744ed4d cmXScore.c : Removed use of MIDI file event UID's. 2016-09-14 15:15:04 -04:00
kevin
1a042843c8 cmXScore.c : Added error checking to section marker text-to-number conversion. 2016-09-08 16:17:15 -04:00
kevin
84c5097a8d cmXScore.h/c : Added 'tied_dur' field to cmXsNote_t for use in determining the length of a MIDI note events. 2016-09-07 17:36:15 -04:00
kevin
1da843a380 cmXScore.c : Added 'silent' note dynamic category. Fixed bug in cmXScoreReorder() where last measure was not processed. 2016-08-31 18:13:58 -04:00
kevin
d17b30831d cmXScore.h/c : Added _cmXScoreProcessOverlappingNotes(). 2016-08-31 13:38:38 -04:00
kevin
4ac92aef52 cmXScore.c: _cmXScoreSetAbsoluteTime() is now automatically called from _cmXScoreSort(). 2016-08-24 18:38:04 -04:00
kevin
be6dc19ade cmXScore.c : Added _cmXScoreGraceInsertTimeXXX(). 2016-08-17 18:58:21 -04:00
kevin
b66c936a99 cmXScore.c : Added explicit variable for grace note duration. 2016-08-03 17:10:31 -04:00
kevin
d2a3d0d32e cmXScore.c : Completed 'add' and 'subtract' based grace note positioning. 2016-08-03 17:03:17 -04:00
kevin
83734d9949 cmXScore.c : Added code to parse grace note group information during 'reorder' processing.
Added _cmXScoreProcessGraceNotes() to position grace notes.
2016-07-27 19:05:42 -04:00
kevin
9036de70ba cmXScore.h/c : Added cmXScoreProcessPedals() and _cmXsWriteMidiFile(). 2016-07-20 19:16:00 -04:00
kevin
38cdd3012b cmXScore.h,c : Began MIDI output file generation coding. Added _cmXsWriteMidiSvg(). 2016-07-14 19:08:13 -04:00
kevin
de1649b204 cmXScore.c : Fixed sostenuto / damper edits from reorder file implementation.
Added processing for ~x sostenuto edit.
2016-06-23 19:16:41 -04:00
kevin
fc8e338231 cmXScore.h/c : Upateds to include pitch,tie, and pedal edits from reorder file. 2016-06-16 18:04:28 -04:00
kevin
670edcaec7 cmXScore.c : Finalized and debugged _cmScoreReorder() processing. 2016-06-16 12:53:59 -04:00
kevin
b1f5026916 cmXScore.h/c : Added dynamics, sostenuto,tick value, and ordering updating from 'reorder' file. 2016-06-09 18:52:29 -04:00
kevin
5a973bc98d cmXScore.c : More failed experiments with cmXScoreReorder(). 2016-04-27 13:38:09 -04:00
kevin
0fe627884f cmXScore.c : Preliminary work on fixing reordering. 2016-04-26 17:30:49 -04:00
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. 2016-04-23 16:06:54 -04:00
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. 2016-04-20 18:53:24 -04:00
kevin
d1b77e9f7e cmXScore.c : Remove space between section and '*' on heel marked even-ness sections. 2016-04-14 19:37:26 -04:00
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. 2016-04-07 13:39:24 -04:00
kevin
4017b8bbaa cmXScore.c : Added cmXScoreReorder(). 2016-04-06 17:35:09 -04:00
kevin
f9505d0f43 cmXScore.h/c : Added _cmXScoreAbsoluteTime(),_cmXScoreSpreadGraceNotes(),_cmXScoreSetMeasGroups() 2016-03-31 19:07:48 -04:00
kevin
a669e8bca3 cmXScore.h/c : Added cmXScoreInsertDynamics() to read a dynamic marking from a text file. 2016-03-30 19:18:44 -04:00
Kevin Larke
715d14d424 cmXScore.c : In cmXScoreWriteCsv() seconds are now calculated as an offset from the last metronome
change.
2016-03-30 11:47:41 -04:00
kevin
5d633f8cf0 cmXScore.c : Added _cmXScoreRemoveDuplicateNotes(). 2016-03-24 19:21:40 -04:00
Kevin Larke
b1a404d34c cmXScore.h/c : Added 'outFn' parameter to cmXScoreTest(). 2016-03-24 12:12:28 -04:00
kevin
a81e0d5850 cmXScore.h/c : Fixed bug in _cmXScoreFindTiedNote(). Added _cmXScoreReportTitle(). 2016-03-17 19:30:21 -04:00
kevin
b17635cc78 cmXScore.c : Tied notes now must be assigned to the same voice. 2016-03-16 18:35:28 -04:00
Kevin Larke
38e9647546 cmXScore.c : Added 'rptFl' to _cmXScoreFindTiedNote(). 2016-03-15 10:08:44 -04:00
kevin
af8ad35477 cmXScore.c : Fixed bug with tie processing. 2016-03-10 17:50:33 -05:00
kevin
1bc5d4dc65 cmXScore.c : Added the 'uid' field to cmXScoreNote_t to hold a unique id for each note record. 2016-03-02 18:52:40 -05:00
kevin
dbc6c77c17 cmXScore.h/c : Added _cmXScoreWriteScorePlotFile() and _cmXSCoreWriteMidiPlotFile(). 2016-02-25 19:10:54 -05:00
kevin
7fcce19799 cmXScore.c : Added use of cmSeqAlign in _cmXScoreProcessMidi(). 2016-02-24 19:09:29 -05:00
kevin
655b2e6f3b cmXScore.h/c : Added kOnsetXsFl. Added octave-shift processing. Added initial MIDI file processing. 2016-02-18 19:10:05 -05:00
kevin
325dd311cc cmXScore.h/c : Finished tie processing. Fixed bug in chord onset calculation. 2016-02-17 19:00:15 -05:00