kevin
caffeb4b0a
cmTimeLine.c : _cmTimeLineObjAtTime() changed such that when an object contains
the search point that the returned object also contains the search point.
The returned object will be the one containing the search point whose begin or
end point is closest to the search point.
il y a 8 ans
kevin
be6dc19ade
cmXScore.c : Added _cmXScoreGraceInsertTimeXXX().
il y a 8 ans
kevin
fdfe4d404a
cmScore.c : Added _cmScFreeSectList() to fix memory on free when CSV parse fails.
il y a 8 ans
kevin
b66c936a99
cmXScore.c : Added explicit variable for grace note duration.
il y a 8 ans
kevin
d2a3d0d32e
cmXScore.c : Completed 'add' and 'subtract' based grace note positioning.
il y a 8 ans
kevin
83734d9949
cmXScore.c : Added code to parse grace note group information during 'reorder' processing.
Added _cmXScoreProcessGraceNotes() to position grace notes.
il y a 8 ans
kevin
9036de70ba
cmXScore.h/c : Added cmXScoreProcessPedals() and _cmXsWriteMidiFile().
il y a 8 ans
kevin
38cdd3012b
cmXScore.h,c : Began MIDI output file generation coding. Added _cmXsWriteMidiSvg().
il y a 8 ans
kevin
5cfd2095c7
cmScoreMatchGraphic.c : Fixed cmScoreMatchGraphicTimeLineBars() to find bar locations which were not directly adjacent to note events.
il y a 8 ans
kevin
a0f1db3f3a
cmMidiScoreFollow.c : Replace use of cmFsMakeUerFn() with cmFsMakeUserDirFn() in cmMidiScoreFollowMain().
il y a 8 ans
kevin
c3f2a1ff3c
cmScoreMatchGraphic.c : Updated comments.
il y a 8 ans
kevin
43d9f36427
cmScoreMatchGraphic.h/c : Initial implementation of _cmScoreMatchGraphicUpdateSostenuto().
il y a 8 ans
kevin
4ee4a5bbe4
cmScoreMatchGraphic.c : Commented out _cmScoreMatchGraphicUpdateSostenuto() pending implementation.
il y a 8 ans
kevin
de1649b204
cmXScore.c : Fixed sostenuto / damper edits from reorder file implementation.
Added processing for ~x sostenuto edit.
il y a 8 ans
kevin
f0b6e55207
cmScoreMatchGraphic.css : Initial commit
il y a 8 ans
kevin
4eece810a1
cmMidiScoreFollow.c : Changed some file names.
il y a 8 ans
kevin
10493545b4
cmScoreMatchGraphics.c : Added colored output for damper and sostenuto pedal.
il y a 8 ans
kevin
21d13a94fd
cmMidiScoreFollow.c : Add call to cmScoreMatchGraphicUpdateMidiFromScore().
il y a 8 ans
kevin
3f3bc296aa
cmScoreMatchGraphic.c : Display damper pedal events.
il y a 8 ans
kevin
fc8e338231
cmXScore.h/c : Upateds to include pitch,tie, and pedal edits from reorder file.
il y a 8 ans
kevin
d963fb2b77
cmMidiScoreFollow.h/c, Makefile.am : cmMidiScoreFollow.h/c initial commit.
il y a 8 ans
kevin
3acdeb61a0
cmScoreMatchGraphic.h/c : Added cmScoreMatchGraphicUpdateMidiFromScore() to set the MIDI note velocities based on the score velocities.
il y a 8 ans
kevin
670edcaec7
cmXScore.c : Finalized and debugged _cmScoreReorder() processing.
il y a 8 ans
kevin
403b85eff4
cmScore.h/c : Added cmScoreIdToEvt() and add 'vel' field to cmScoreEvt_t structure.
il y a 8 ans
kevin
b1f5026916
cmXScore.h/c : Added dynamics, sostenuto,tick value, and ordering updating from 'reorder' file.
il y a 8 ans
kevin
5a973bc98d
cmXScore.c : More failed experiments with cmXScoreReorder().
il y a 8 ans
kevin
0fe627884f
cmXScore.c : Preliminary work on fixing reordering.
il y a 8 ans
kevin
7db44fb13b
cmScore.c : cmScorePrint() now prints pedal events.
il y a 8 ans
Kevin Larke
3a236648d3
cmScore.c : Check that the score symbol table is valid at the beginning of cmScorePrintSets().
il y a 8 ans
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.
il y a 8 ans
Kevin Larke
15ee5423c9
cmScore.h/c : Added cmScorePrintSets().
il y a 8 ans
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.
il y a 8 ans
kevin
999ffe9bb4
cmScoreMatchGraphics.h/c : Added cmScoreMatchGraphicGenTimeLineBars().
il y a 8 ans
kevin
d1b77e9f7e
cmXScore.c : Remove space between section and '*' on heel marked even-ness sections.
il y a 8 ans
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.
il y a 8 ans
kevin
4017b8bbaa
cmXScore.c : Added cmXScoreReorder().
il y a 8 ans
kevin
a09785024e
cmXScore.h : Updated notes in comments.
il y a 8 ans
kevin
f9505d0f43
cmXScore.h/c : Added _cmXScoreAbsoluteTime(),_cmXScoreSpreadGraceNotes(),_cmXScoreSetMeasGroups()
il y a 8 ans
kevin
a669e8bca3
cmXScore.h/c : Added cmXScoreInsertDynamics() to read a dynamic marking from a text file.
il y a 8 ans
kevin
7cef3bc4e1
cmScore.h/c : Removed "graphic score" processig. This is now in cmScoreMatchGraphic.h/c.
il y a 8 ans
Kevin Larke
715d14d424
cmXScore.c : In cmXScoreWriteCsv() seconds are now calculated as an offset from the last metronome
change.
il y a 8 ans
Kevin Larke
1e821a6a6f
cmScoreMatchGraphic.c : Added optional second line of text to boxes.
il y a 8 ans
kevin
b78cf1b688
cmScoreMatchGraphic.h/c : Completed initial implementation.
il y a 8 ans
kevin
5d633f8cf0
cmXScore.c : Added _cmXScoreRemoveDuplicateNotes().
il y a 8 ans
kevin
8531f80438
cmScore.c : Added 'loctn' to cmScorePrint() output.
il y a 8 ans
Kevin Larke
01bf7de3bd
cmScoreMatchGraphic.h/c, Makefile.am : Initial commit.
il y a 8 ans
Kevin Larke
b1a404d34c
cmXScore.h/c : Added 'outFn' parameter to cmXScoreTest().
il y a 8 ans
Kevin Larke
8d8869bd6c
cmScore.h/c : Completed cmScoreGraphic*() function implementation.
il y a 8 ans
kevin
a81e0d5850
cmXScore.h/c : Fixed bug in _cmXScoreFindTiedNote(). Added _cmXScoreReportTitle().
il y a 8 ans
kevin
5a44aaf760
cmTakeSeqBldr.h : Added include cmFile.h to account for addition of cmScoreXXXGraphic() functions in cmScore.h.
il y a 8 ans