kevin
7cef3bc4e1
cmScore.h/c : Removed "graphic score" processig. This is now in cmScoreMatchGraphic.h/c.
hace 8 años
Kevin Larke
715d14d424
cmXScore.c : In cmXScoreWriteCsv() seconds are now calculated as an offset from the last metronome
change.
hace 8 años
Kevin Larke
1e821a6a6f
cmScoreMatchGraphic.c : Added optional second line of text to boxes.
hace 8 años
kevin
b78cf1b688
cmScoreMatchGraphic.h/c : Completed initial implementation.
hace 8 años
kevin
5d633f8cf0
cmXScore.c : Added _cmXScoreRemoveDuplicateNotes().
hace 8 años
kevin
8531f80438
cmScore.c : Added 'loctn' to cmScorePrint() output.
hace 8 años
Kevin Larke
01bf7de3bd
cmScoreMatchGraphic.h/c, Makefile.am : Initial commit.
hace 8 años
Kevin Larke
b1a404d34c
cmXScore.h/c : Added 'outFn' parameter to cmXScoreTest().
hace 8 años
Kevin Larke
8d8869bd6c
cmScore.h/c : Completed cmScoreGraphic*() function implementation.
hace 8 años
kevin
a81e0d5850
cmXScore.h/c : Fixed bug in _cmXScoreFindTiedNote(). Added _cmXScoreReportTitle().
hace 8 años
kevin
5a44aaf760
cmTakeSeqBldr.h : Added include cmFile.h to account for addition of cmScoreXXXGraphic() functions in cmScore.h.
hace 8 años
kevin
d25868e474
cmScore.h/c : Added iniital implementation of cmScoreXXXGraphic() functions.
hace 8 años
kevin
b17635cc78
cmXScore.c : Tied notes now must be assigned to the same voice.
hace 8 años
kevin
0bffbc5975
cmXScore.h : Updated documentation.
hace 8 años
Kevin Larke
98a2e83bc0
cmXml.c : Rewrote _cmXmlNodeHasChildR() to fix bug where all possible children were not visited.
hace 8 años
Kevin Larke
38e9647546
cmXScore.c : Added 'rptFl' to _cmXScoreFindTiedNote().
hace 8 años
Kevin Larke
69a63690e8
cmScore.c : Added title to cmScorePrint() output.
hace 8 años
kevin
af8ad35477
cmXScore.c : Fixed bug with tie processing.
hace 8 años
kevin
6af0e22986
cmXml.c : Fixed bugs with _cmXmlNodeHasChild().
hace 8 años
kevin
cbf7a4d53f
cmMidiFile.c : Added files to cmMidiFilePrintMsgs().
hace 8 años
kevin
1bc5d4dc65
cmXScore.c : Added the 'uid' field to cmXScoreNote_t to hold a unique id for each note record.
hace 8 años
kevin
63fff58dd8
cmScore.h/c : Added csvEventId to hold the CSV file 'evt' column value.
hace 8 años
kevin
4c4b9e878a
cmDspPreset.c : Replaced cmCsvInsertTextColAfter() with cmCsvInsertQTextColAfter().
This change was made due to the cmCsv function being renamed. The behavior of the function did not change.
hace 8 años
kevin
198a0039f1
cmCsv.h : Renamed cmCsvInsertTextColAfter() to cmCsvInsertQTestColAfter() to be clear that the output will be quoted.
Added cmCsvInsertIdentColAfter() to insert non-quoted text.
hace 8 años
kevin
dbc6c77c17
cmXScore.h/c : Added _cmXScoreWriteScorePlotFile() and _cmXSCoreWriteMidiPlotFile().
hace 8 años
kevin
7fcce19799
cmXScore.c : Added use of cmSeqAlign in _cmXScoreProcessMidi().
hace 8 años
kevin
d49f626d0e
cmMidiFile.c : Note on messages now show sci. pitch in _cmMidiFilePrintMsg().
hace 8 años
kevin
5208cfae60
cmProc5.h/c : Added cmSeqAlign.
hace 8 años
kevin
1b6ce35176
cmProcTemplateMain.h : Added ending #include "cmProcTemplateUndef.h"
hace 8 años
kevin
655b2e6f3b
cmXScore.h/c : Added kOnsetXsFl. Added octave-shift processing. Added initial MIDI file processing.
hace 8 años
kevin
325dd311cc
cmXScore.h/c : Finished tie processing. Fixed bug in chord onset calculation.
hace 8 años
kevin
9df86e1c49
cmScore.c,cmTakeSeqBldr.c,cmTimeLine.c,cmMidiFile.h/c,cmMidiFilePlay.c,cmDspKr.c : Changed order of arg's in call to cmMidiFileOpen().
hace 8 años
kevin
5c27c2455f
cmXScore.h/c : Began tie processing.
hace 8 años
kevin
0bd988e2df
cmXml.c : Fixed bug in _cmXmlNoteHasChildWithAttrAndValue().
hace 8 años
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.
hace 8 años
kevin
3664ba5c76
cmXml.h/c : Added cmXmlNodeHasChildWithAttr() and cmXmlNodeHasChildWithAttrAndValue().
hace 8 años
Kevin Larke
8b2c47f64d
cmXScore.h/c : Added cmXScoreWriteCsv().
hace 8 años
Kevin Larke
3c27c56089
cmCsv.h : Added documentation.
hace 8 años
Kevin Larke
57057b002b
cmXml.c : Removed dead code.
hace 8 años
Kevin Larke
304ff25285
cmXScore.h/c : Completed note, metronome, section label, color, and pedal parsing. Added per measure time sorted note list.
hace 8 años
Kevin Larke
dd03627898
cmXml.h/c : Added cmXmlHasChild() and cmXmlNodeDouble().
hace 8 años
kevin
3c81940892
cmAudioAggDev.c : Commented out call to recdPrint() to fix link problem on Mac.
hace 8 años
kevin
538996549b
cmXml.h/c : Added cmXmlNodeDouble() and cmXmlHasChild().
hace 8 años
kevin
3babaf428a
cmXScore.c : Updates to parse 'note' nodes.
hace 8 años
Kevin Larke
1fc5183394
cmXScore.h/c,Makefile.am : Initial commit.
hace 8 años
Kevin Larke
0f6bd3ea63
cmXml.h/c : Added cmXmlFindAttr(), cmXmlAttrInt(), cmXmlNodeValue(), cmXmlNodeInt() (and related functions.)
cmXmlAlloc() now automatically parses file if 'fn' arg. is given.
Fixed bug in cmXmlSearch() which did not return node when attribute keys were not given.
hace 8 años
kevin
59bd46a15f
cmXml.h/c : Added cmXmlSearch() functions.
hace 9 años
Kevin Larke
dbd3da490e
cmXml.h/c : Completed initial implementation.
hace 9 años
Kevin Larke
d13de045f7
cmGnuPlot.c : Removed 'inline' from _cmPrintData().
hace 9 años
kevin
a839c3dd92
cmXml.h/c : Updated but still incomplete.
hace 9 años