Commit Graph

874 Commits

Author SHA1 Message Date
kevin
ade31a2e79 cmMidiFile.h : Added cmMidiFileIs???() macros. 2016-05-12 19:04:55 -04:00
kevin
2bc195a625 cmMidiFile.c : Initial addition of new calc note durations using sostenuto pedal. 2016-05-12 19:04:12 -04:00
kevin
6e039c7b74 cmMidi.h : Added cmMidiIsSostenuto???() macros 2016-05-12 19:02:51 -04:00
kevin
8be69c82cd Broke cmDspPgmKr.c into multiple files cmDspPgm???.c. 2016-05-11 18:29:59 -04:00
kevin
f3d07545f0 cmDspFix.c : Added comments to cmActiveChannel. 2016-05-11 18:29:04 -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
7db44fb13b cmScore.c : cmScorePrint() now prints pedal events. 2016-04-26 17:30:22 -04:00
Kevin Larke
c44a890088 cmProc4.h/c : Added comments. 2016-04-23 16:29:14 -04:00
Kevin Larke
3a236648d3 cmScore.c : Check that the score symbol table is valid at the beginning of cmScorePrintSets(). 2016-04-23 16:07:42 -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 Larke
15ee5423c9 cmScore.h/c : Added cmScorePrintSets(). 2016-04-23 15:41:19 -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
999ffe9bb4 cmScoreMatchGraphics.h/c : Added cmScoreMatchGraphicGenTimeLineBars(). 2016-04-20 18:51:33 -04:00
Kevin Larke
dbd2b5ea45 cmFileSys.c : Fixed comment. 2016-04-20 11:35:28 -04:00
Kevin Larke
2945b1ac79 cmText.h/c : Added cmTextLineCount(). 2016-04-17 17:28:38 -04:00
kevin
9088a7bb22 cmMidiFile.c : Remove offset at beginning of each MIDI file by default. 2016-04-14 19:37:56 -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
e629fb7cd6 cmMidiFile.c : Changed printf() format specifiers for atick and amicro to 'llu' because they are now of type long long. 2016-04-13 18:28:52 -04:00
kevin
886bc82a52 cmMidiFile.h/c, cmMidiFilePlay.c : Changed cmMidiTrackMsg_t.atick and amicro to type unsigned long long. 2016-04-13 17:02:25 -04:00
kevin
82f6e44441 Merge with remote to Currawong. 2016-04-13 15:44:10 -04:00
kevin
7c4290579d cmMidiFile.h/c : Rewrote the way absolute time is calculated. Added _cmMidiFileSetAccumlateTick() and _cmMidiFileSetAbsoluteTime(). 2016-04-13 15:43:20 -04:00
kevin
c2c2b9c8c5 Makefile.am : Fixed duplication of many entries. 2016-04-07 19:06:40 -04:00
kevin
f69fd6dcb0 cmMidiFile.c : Added header to MIDI file report. Fixed rounding inaccuracy on atick in cmMidiFileOpen() 2016-04-07 19:02:47 -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
a09785024e cmXScore.h : Updated notes in comments. 2016-04-06 17:34:44 -04:00
kevin
f9505d0f43 cmXScore.h/c : Added _cmXScoreAbsoluteTime(),_cmXScoreSpreadGraceNotes(),_cmXScoreSetMeasGroups() 2016-03-31 19:07:48 -04:00
kevin
7f84595d08 cmMidiFile.h/c : Added cmMidiFileGenPlotFile(). 2016-03-31 19:06:20 -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
7cef3bc4e1 cmScore.h/c : Removed "graphic score" processig. This is now in cmScoreMatchGraphic.h/c. 2016-03-30 19:17:41 -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 Larke
1e821a6a6f cmScoreMatchGraphic.c : Added optional second line of text to boxes. 2016-03-26 14:41:16 -04:00
kevin
b78cf1b688 cmScoreMatchGraphic.h/c : Completed initial implementation. 2016-03-24 19:22:39 -04:00
kevin
5d633f8cf0 cmXScore.c : Added _cmXScoreRemoveDuplicateNotes(). 2016-03-24 19:21:40 -04:00
kevin
8531f80438 cmScore.c : Added 'loctn' to cmScorePrint() output. 2016-03-24 19:21:20 -04:00
Kevin Larke
01bf7de3bd cmScoreMatchGraphic.h/c, Makefile.am : Initial commit. 2016-03-24 12:12:54 -04:00
Kevin Larke
b1a404d34c cmXScore.h/c : Added 'outFn' parameter to cmXScoreTest(). 2016-03-24 12:12:28 -04:00
Kevin Larke
8d8869bd6c cmScore.h/c : Completed cmScoreGraphic*() function implementation. 2016-03-24 12:06:43 -04:00
kevin
a81e0d5850 cmXScore.h/c : Fixed bug in _cmXScoreFindTiedNote(). Added _cmXScoreReportTitle(). 2016-03-17 19:30:21 -04:00
kevin
5a44aaf760 cmTakeSeqBldr.h : Added include cmFile.h to account for addition of cmScoreXXXGraphic() functions in cmScore.h. 2016-03-17 19:29:31 -04:00
kevin
d25868e474 cmScore.h/c : Added iniital implementation of cmScoreXXXGraphic() functions. 2016-03-17 19:28:35 -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
0bffbc5975 cmXScore.h : Updated documentation. 2016-03-16 18:34:38 -04:00
Kevin Larke
98a2e83bc0 cmXml.c : Rewrote _cmXmlNodeHasChildR() to fix bug where all possible children were not visited. 2016-03-15 10:13:41 -04:00
Kevin Larke
38e9647546 cmXScore.c : Added 'rptFl' to _cmXScoreFindTiedNote(). 2016-03-15 10:08:44 -04:00
Kevin Larke
69a63690e8 cmScore.c : Added title to cmScorePrint() output. 2016-03-15 10:07:40 -04:00
kevin
af8ad35477 cmXScore.c : Fixed bug with tie processing. 2016-03-10 17:50:33 -05:00
kevin
6af0e22986 cmXml.c : Fixed bugs with _cmXmlNodeHasChild(). 2016-03-10 17:50:16 -05:00
kevin
cbf7a4d53f cmMidiFile.c : Added files to cmMidiFilePrintMsgs(). 2016-03-10 17:49:54 -05:00