kevin
5a973bc98d
cmXScore.c : More failed experiments with cmXScoreReorder().
8 years ago
kevin
0fe627884f
cmXScore.c : Preliminary work on fixing reordering.
8 years ago
kevin
7db44fb13b
cmScore.c : cmScorePrint() now prints pedal events.
8 years ago
Kevin Larke
3a236648d3
cmScore.c : Check that the score symbol table is valid at the beginning of cmScorePrintSets().
8 years ago
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 years ago
Kevin Larke
15ee5423c9
cmScore.h/c : Added cmScorePrintSets().
8 years ago
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 years ago
kevin
999ffe9bb4
cmScoreMatchGraphics.h/c : Added cmScoreMatchGraphicGenTimeLineBars().
8 years ago
kevin
d1b77e9f7e
cmXScore.c : Remove space between section and '*' on heel marked even-ness sections.
8 years ago
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 years ago
kevin
4017b8bbaa
cmXScore.c : Added cmXScoreReorder().
8 years ago
kevin
a09785024e
cmXScore.h : Updated notes in comments.
8 years ago
kevin
f9505d0f43
cmXScore.h/c : Added _cmXScoreAbsoluteTime(),_cmXScoreSpreadGraceNotes(),_cmXScoreSetMeasGroups()
8 years ago
kevin
a669e8bca3
cmXScore.h/c : Added cmXScoreInsertDynamics() to read a dynamic marking from a text file.
8 years ago
kevin
7cef3bc4e1
cmScore.h/c : Removed "graphic score" processig. This is now in cmScoreMatchGraphic.h/c.
8 years ago
Kevin Larke
715d14d424
cmXScore.c : In cmXScoreWriteCsv() seconds are now calculated as an offset from the last metronome
change.
8 years ago
Kevin Larke
1e821a6a6f
cmScoreMatchGraphic.c : Added optional second line of text to boxes.
8 years ago
kevin
b78cf1b688
cmScoreMatchGraphic.h/c : Completed initial implementation.
8 years ago
kevin
5d633f8cf0
cmXScore.c : Added _cmXScoreRemoveDuplicateNotes().
8 years ago
kevin
8531f80438
cmScore.c : Added 'loctn' to cmScorePrint() output.
8 years ago
Kevin Larke
01bf7de3bd
cmScoreMatchGraphic.h/c, Makefile.am : Initial commit.
8 years ago
Kevin Larke
b1a404d34c
cmXScore.h/c : Added 'outFn' parameter to cmXScoreTest().
8 years ago
Kevin Larke
8d8869bd6c
cmScore.h/c : Completed cmScoreGraphic*() function implementation.
8 years ago
kevin
a81e0d5850
cmXScore.h/c : Fixed bug in _cmXScoreFindTiedNote(). Added _cmXScoreReportTitle().
8 years ago
kevin
5a44aaf760
cmTakeSeqBldr.h : Added include cmFile.h to account for addition of cmScoreXXXGraphic() functions in cmScore.h.
8 years ago
kevin
d25868e474
cmScore.h/c : Added iniital implementation of cmScoreXXXGraphic() functions.
8 years ago
kevin
b17635cc78
cmXScore.c : Tied notes now must be assigned to the same voice.
8 years ago
kevin
0bffbc5975
cmXScore.h : Updated documentation.
8 years ago
Kevin Larke
38e9647546
cmXScore.c : Added 'rptFl' to _cmXScoreFindTiedNote().
8 years ago
Kevin Larke
69a63690e8
cmScore.c : Added title to cmScorePrint() output.
8 years ago
kevin
af8ad35477
cmXScore.c : Fixed bug with tie processing.
8 years ago
kevin
1bc5d4dc65
cmXScore.c : Added the 'uid' field to cmXScoreNote_t to hold a unique id for each note record.
8 years ago
kevin
63fff58dd8
cmScore.h/c : Added csvEventId to hold the CSV file 'evt' column value.
8 years ago
kevin
dbc6c77c17
cmXScore.h/c : Added _cmXScoreWriteScorePlotFile() and _cmXSCoreWriteMidiPlotFile().
8 years ago
kevin
7fcce19799
cmXScore.c : Added use of cmSeqAlign in _cmXScoreProcessMidi().
8 years ago
kevin
655b2e6f3b
cmXScore.h/c : Added kOnsetXsFl. Added octave-shift processing. Added initial MIDI file processing.
8 years ago
kevin
325dd311cc
cmXScore.h/c : Finished tie processing. Fixed bug in chord onset calculation.
8 years ago
kevin
9df86e1c49
cmScore.c,cmTakeSeqBldr.c,cmTimeLine.c,cmMidiFile.h/c,cmMidiFilePlay.c,cmDspKr.c : Changed order of arg's in call to cmMidiFileOpen().
8 years ago
kevin
5c27c2455f
cmXScore.h/c : Began tie processing.
8 years ago
kevin
d7a7b3a895
cmXScore.h/c : Added colors to color map. Allow for double whole (breve) as rvalue. Changed note.rvalue from unsigned to double. Recognize 'heel' mark.
8 years ago
Kevin Larke
8b2c47f64d
cmXScore.h/c : Added cmXScoreWriteCsv().
8 years ago
Kevin Larke
304ff25285
cmXScore.h/c : Completed note, metronome, section label, color, and pedal parsing. Added per measure time sorted note list.
8 years ago
kevin
3babaf428a
cmXScore.c : Updates to parse 'note' nodes.
8 years ago
Kevin Larke
1fc5183394
cmXScore.h/c,Makefile.am : Initial commit.
8 years ago
kevin
a142123bd8
cmTimeLine.c : Updates to use amicro instead of dticks in MIDI msgs.
9 years ago
kevin
8688a7f28c
cmScore.c,cmTakeSeqBldr.c : Updates to to use amicro instead of dtick field in MIDI messages.
9 years ago
kevin
c01e9731c9
cmTimeline.c : Make use of 'onsetCfg' in time-line optional.
9 years ago
kevin
c7bf7a2c94
cmScore.h: Added cmScStatusToOpString(). Replaced calls to cmMidiMetaStatusToLabel() and cmMidiStatusToLabel() with calls to cmScStatusToOpStr().
9 years ago
Kevin Larke
176073874f
*.h/c : Added 'cdg' markup to virtually all source files in libcm, libcm/app and libcm/dsp.
9 years ago
kevin
65452c0d40
cmOnset.c : Added printout of parameters to cmOnsetProc().
9 years ago