kevin
4942b48206
cmXScore.c : A warning is now reported when a overlapped note triggers a 'shorten/shift' resolution.
Tick number added to pedal state warning messages.
4 anni fa
kevin
75f8c880f7
cmXScore.h/c : Added 'damperRptFl' to print out pedal state during pedal processing.
4 anni fa
kevin
f3af534ad5
cmMidiFile.h/c : Added flags arg. to cmMidiFileCalcNoteDurations(), Added cmMidiFileIsPedalUp/Down() macro.
cmMidi.h : Fixed bug in cmMidiIsNoteOn() macro.
4 anni fa
kevin
ad0b1ad901
cmXScore.c : Added missing underscore to 't_frac' in score CSV column header.
4 anni fa
kevin
f36c81aae3
Rearrangment of library to support building inside of a project or independently.
4 anni fa
kevin
9d5697d9cd
Many changes to support cmtools.
4 anni fa
kevin.larke
93382d3b97
cmXScore.c : Added a color to _cmXScoreParseColor().
4 anni fa
kevin
1caa200c90
cmXScore.c : Fixed bug in _cmXScoreRemoveNote() which prevented notes from being removed.
6 anni fa
kevin
e3155ce350
cmXScore.h/c : Aded reportFl,begMeasNumb and begBPM to cmXScoreTest().
7 anni fa
kevin larke
4461d1c128
cmXScore.c : Changed to fix problem with dynamic forks interpretation.
7 anni fa
kevin
92ea6ff806
cmXScore.c : Added the ability to increment the grace group id.
7 anni fa
kevin
af84645fa4
cmXScore.c : Added dynamic level interpolation during edit file processing via upper case dynamic markings.
7 anni fa
kevin larke
c1076ddf0c
cmXScore.c : Added _cmXScoreRemoveNote().
7 anni fa
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 anni fa
kevin
5272aaeb52
cmXScore.h/c : Added cmXScoreGenEditFile().
8 anni fa
kevin
8e4f32c0c1
cmXScore.h/c : Moved edit file processing into cmXScoreInitialize().
8 anni fa
kevin
85878f995b
cmXScore.c : Minor improvements and bug-fixes for _cmXsMeasComplexity()
8 anni fa
kevin
cc334c8d7f
cmXScore.c : Added cmXsComplexity_t related functions and added complexity measure output to MIDI file SVG plot.
8 anni fa
kevin
d14744ed4d
cmXScore.c : Removed use of MIDI file event UID's.
8 anni fa
kevin
1a042843c8
cmXScore.c : Added error checking to section marker text-to-number conversion.
8 anni fa
kevin
84c5097a8d
cmXScore.h/c : Added 'tied_dur' field to cmXsNote_t for use in determining the length of a MIDI note events.
8 anni fa
kevin
1da843a380
cmXScore.c : Added 'silent' note dynamic category. Fixed bug in cmXScoreReorder() where last measure was not processed.
8 anni fa
kevin
d17b30831d
cmXScore.h/c : Added _cmXScoreProcessOverlappingNotes().
8 anni fa
kevin
4ac92aef52
cmXScore.c: _cmXScoreSetAbsoluteTime() is now automatically called from _cmXScoreSort().
8 anni fa
kevin
be6dc19ade
cmXScore.c : Added _cmXScoreGraceInsertTimeXXX().
8 anni fa
kevin
b66c936a99
cmXScore.c : Added explicit variable for grace note duration.
8 anni fa
kevin
d2a3d0d32e
cmXScore.c : Completed 'add' and 'subtract' based grace note positioning.
8 anni fa
kevin
83734d9949
cmXScore.c : Added code to parse grace note group information during 'reorder' processing.
Added _cmXScoreProcessGraceNotes() to position grace notes.
8 anni fa
kevin
9036de70ba
cmXScore.h/c : Added cmXScoreProcessPedals() and _cmXsWriteMidiFile().
8 anni fa
kevin
38cdd3012b
cmXScore.h,c : Began MIDI output file generation coding. Added _cmXsWriteMidiSvg().
8 anni fa
kevin
de1649b204
cmXScore.c : Fixed sostenuto / damper edits from reorder file implementation.
Added processing for ~x sostenuto edit.
8 anni fa
kevin
fc8e338231
cmXScore.h/c : Upateds to include pitch,tie, and pedal edits from reorder file.
8 anni fa
kevin
670edcaec7
cmXScore.c : Finalized and debugged _cmScoreReorder() processing.
8 anni fa
kevin
b1f5026916
cmXScore.h/c : Added dynamics, sostenuto,tick value, and ordering updating from 'reorder' file.
8 anni fa
kevin
5a973bc98d
cmXScore.c : More failed experiments with cmXScoreReorder().
8 anni fa
kevin
0fe627884f
cmXScore.c : Preliminary work on fixing reordering.
8 anni fa
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 anni fa
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 anni fa
kevin
d1b77e9f7e
cmXScore.c : Remove space between section and '*' on heel marked even-ness sections.
8 anni fa
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 anni fa
kevin
4017b8bbaa
cmXScore.c : Added cmXScoreReorder().
8 anni fa
kevin
f9505d0f43
cmXScore.h/c : Added _cmXScoreAbsoluteTime(),_cmXScoreSpreadGraceNotes(),_cmXScoreSetMeasGroups()
8 anni fa
kevin
a669e8bca3
cmXScore.h/c : Added cmXScoreInsertDynamics() to read a dynamic marking from a text file.
8 anni fa
Kevin Larke
715d14d424
cmXScore.c : In cmXScoreWriteCsv() seconds are now calculated as an offset from the last metronome
change.
8 anni fa
kevin
5d633f8cf0
cmXScore.c : Added _cmXScoreRemoveDuplicateNotes().
8 anni fa
Kevin Larke
b1a404d34c
cmXScore.h/c : Added 'outFn' parameter to cmXScoreTest().
8 anni fa
kevin
a81e0d5850
cmXScore.h/c : Fixed bug in _cmXScoreFindTiedNote(). Added _cmXScoreReportTitle().
8 anni fa
kevin
b17635cc78
cmXScore.c : Tied notes now must be assigned to the same voice.
8 anni fa
Kevin Larke
38e9647546
cmXScore.c : Added 'rptFl' to _cmXScoreFindTiedNote().
8 anni fa
kevin
af8ad35477
cmXScore.c : Fixed bug with tie processing.
8 anni fa