Commit Graph

182 Commits

Author SHA1 Message Date
kevin
1caa200c90 cmXScore.c : Fixed bug in _cmXScoreRemoveNote() which prevented notes from being removed. 2017-12-19 21:14:16 -05:00
kevin
7bb3a82bd6 cmMidiScoreFollow.c : Added _cmMsf_ReportScoreErrors() to the end of cmMidiScoreFollowMain(). 2017-12-17 13:44:43 -05:00
kevin
e3155ce350 cmXScore.h/c : Aded reportFl,begMeasNumb and begBPM to cmXScoreTest(). 2017-12-17 13:43:39 -05:00
kevin
4cb13a7cc3 cmScore.h : Documented varlues of kXXXVarScId's 2017-10-20 14:40:46 -04: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 larke
e426f5dbd1 Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 2017-03-19 10:33:23 -04:00
kevin larke
59dbe1df10 cmScore.c : Changed invalid MIDI velocity from fatal error to a warning. 2017-03-19 10:33:11 -04:00
kevin
5272aaeb52 cmXScore.h/c : Added cmXScoreGenEditFile(). 2016-09-21 19:18:01 -04:00
kevin
1b2054bf10 cmScoreMatchGraphic.c : Changed score0.css to cmScoreMatchGraphic.css. 2016-09-21 19:16:54 -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
bd63a0eeeb cmScore.h/c : Added cmScoreReport(). Added 'section' number to report output. 2016-09-14 13:47:19 -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
382b9a9d2e cmScore.c : Added 'silent' note category to _cmScDynRefArray[]. 2016-08-31 18:09:50 -04:00
kevin
d17b30831d cmXScore.h/c : Added _cmXScoreProcessOverlappingNotes(). 2016-08-31 13:38:38 -04:00
kevin
bea6d07568 cmSCoreMatchGraphic.c : Removed printf() from _cmScoreMatchGraphicInsertMidiMsg(). 2016-08-31 13:38:07 -04:00
kevin
4d6bff0ecf cmScoreMatchGraphic.c : Removed call to cmMidiFilePrintMsgs() from cmScoreMatchGraphicUpdateMidiFromScore(). 2016-08-30 16:44:38 -04:00
kevin
ee9ba9270e cmMidiScoreFollow.h/c : Added filename parameters to cmMidiScoreFollowMain(). 2016-08-30 16:43:54 -04:00
kevin
4ac92aef52 cmXScore.c: _cmXScoreSetAbsoluteTime() is now automatically called from _cmXScoreSort(). 2016-08-24 18:38:04 -04:00
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.
2016-08-24 13:59:03 -04:00
kevin
be6dc19ade cmXScore.c : Added _cmXScoreGraceInsertTimeXXX(). 2016-08-17 18:58:21 -04:00
kevin
fdfe4d404a cmScore.c : Added _cmScFreeSectList() to fix memory on free when CSV parse fails. 2016-08-17 18:58:00 -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
5cfd2095c7 cmScoreMatchGraphic.c : Fixed cmScoreMatchGraphicTimeLineBars() to find bar locations which were not directly adjacent to note events. 2016-07-13 17:38:41 -04:00
kevin
a0f1db3f3a cmMidiScoreFollow.c : Replace use of cmFsMakeUerFn() with cmFsMakeUserDirFn() in cmMidiScoreFollowMain(). 2016-07-13 17:37:44 -04:00
kevin
c3f2a1ff3c cmScoreMatchGraphic.c : Updated comments. 2016-07-06 12:44:24 -04:00
kevin
43d9f36427 cmScoreMatchGraphic.h/c : Initial implementation of _cmScoreMatchGraphicUpdateSostenuto(). 2016-06-29 19:11:17 -04:00
kevin
4ee4a5bbe4 cmScoreMatchGraphic.c : Commented out _cmScoreMatchGraphicUpdateSostenuto() pending implementation. 2016-06-29 12:46:22 -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
f0b6e55207 cmScoreMatchGraphic.css : Initial commit 2016-06-22 17:12:07 -04:00
kevin
4eece810a1 cmMidiScoreFollow.c : Changed some file names. 2016-06-22 17:10:46 -04:00
kevin
10493545b4 cmScoreMatchGraphics.c : Added colored output for damper and sostenuto pedal. 2016-06-22 17:10:03 -04:00
kevin
21d13a94fd cmMidiScoreFollow.c : Add call to cmScoreMatchGraphicUpdateMidiFromScore(). 2016-06-16 18:06:29 -04:00
kevin
3f3bc296aa cmScoreMatchGraphic.c : Display damper pedal events. 2016-06-16 18:05: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
d963fb2b77 cmMidiScoreFollow.h/c, Makefile.am : cmMidiScoreFollow.h/c initial commit. 2016-06-16 12:56:10 -04:00
kevin
3acdeb61a0 cmScoreMatchGraphic.h/c : Added cmScoreMatchGraphicUpdateMidiFromScore() to set the MIDI note velocities based on the score velocities. 2016-06-16 12:55:34 -04:00
kevin
670edcaec7 cmXScore.c : Finalized and debugged _cmScoreReorder() processing. 2016-06-16 12:53:59 -04:00