kevin
cbf7a4d53f
cmMidiFile.c : Added files to cmMidiFilePrintMsgs().
8年前
kevin
1bc5d4dc65
cmXScore.c : Added the 'uid' field to cmXScoreNote_t to hold a unique id for each note record.
8年前
kevin
63fff58dd8
cmScore.h/c : Added csvEventId to hold the CSV file 'evt' column value.
8年前
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.
8年前
kevin
198a0039f1
cmCsv.h : Renamed cmCsvInsertTextColAfter() to cmCsvInsertQTestColAfter() to be clear that the output will be quoted.
Added cmCsvInsertIdentColAfter() to insert non-quoted text.
8年前
kevin
dbc6c77c17
cmXScore.h/c : Added _cmXScoreWriteScorePlotFile() and _cmXSCoreWriteMidiPlotFile().
8年前
kevin
7fcce19799
cmXScore.c : Added use of cmSeqAlign in _cmXScoreProcessMidi().
8年前
kevin
d49f626d0e
cmMidiFile.c : Note on messages now show sci. pitch in _cmMidiFilePrintMsg().
8年前
kevin
5208cfae60
cmProc5.h/c : Added cmSeqAlign.
8年前
kevin
1b6ce35176
cmProcTemplateMain.h : Added ending #include "cmProcTemplateUndef.h"
8年前
kevin
655b2e6f3b
cmXScore.h/c : Added kOnsetXsFl. Added octave-shift processing. Added initial MIDI file processing.
8年前
kevin
325dd311cc
cmXScore.h/c : Finished tie processing. Fixed bug in chord onset calculation.
8年前
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年前
kevin
5c27c2455f
cmXScore.h/c : Began tie processing.
8年前
kevin
0bd988e2df
cmXml.c : Fixed bug in _cmXmlNoteHasChildWithAttrAndValue().
8年前
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年前
kevin
3664ba5c76
cmXml.h/c : Added cmXmlNodeHasChildWithAttr() and cmXmlNodeHasChildWithAttrAndValue().
8年前
Kevin Larke
8b2c47f64d
cmXScore.h/c : Added cmXScoreWriteCsv().
8年前
Kevin Larke
3c27c56089
cmCsv.h : Added documentation.
8年前
Kevin Larke
57057b002b
cmXml.c : Removed dead code.
8年前
Kevin Larke
304ff25285
cmXScore.h/c : Completed note, metronome, section label, color, and pedal parsing. Added per measure time sorted note list.
8年前
Kevin Larke
dd03627898
cmXml.h/c : Added cmXmlHasChild() and cmXmlNodeDouble().
8年前
kevin
3c81940892
cmAudioAggDev.c : Commented out call to recdPrint() to fix link problem on Mac.
8年前
kevin
538996549b
cmXml.h/c : Added cmXmlNodeDouble() and cmXmlHasChild().
8年前
kevin
3babaf428a
cmXScore.c : Updates to parse 'note' nodes.
8年前
Kevin Larke
1fc5183394
cmXScore.h/c,Makefile.am : Initial commit.
8年前
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.
8年前
kevin
59bd46a15f
cmXml.h/c : Added cmXmlSearch() functions.
9年前
Kevin Larke
dbd3da490e
cmXml.h/c : Completed initial implementation.
9年前
Kevin Larke
d13de045f7
cmGnuPlot.c : Removed 'inline' from _cmPrintData().
9年前
kevin
a839c3dd92
cmXml.h/c : Updated but still incomplete.
9年前
kevin
a2a613f3b8
cmXml.h/c : Updates. Still incomplete.
9年前
Kevin Larke
11bf5b63a0
Merge with upstream.
9年前
Kevin Larke
1c9e28bcfb
cmXml.h/c, Makefile.am : Initial, incomplete, implementation of cmXml.h/c.
9年前
kevin
a142123bd8
cmTimeLine.c : Updates to use amicro instead of dticks in MIDI msgs.
9年前
kevin
17bbae66a8
cmDspPgmKr.c : Set useInCompFl to false in _cmDspSysPgm_TimeLine().
9年前
kevin
c9eaf40705
cmDspKr.c : Updates to use amicro instead of dtick in MIDI mesg.
9年前
kevin
136cb97800
cmMidiFilePlay.c : Updates to use amicro instead of dtick in MIDI msg.
9年前
kevin
8688a7f28c
cmScore.c,cmTakeSeqBldr.c : Updates to to use amicro instead of dtick field in MIDI messages.
9年前
kevin
c8062faafe
cmMidiFile.h/c : Fixed bug where tempo changes were not being applied dtick instead of atick.
Added atick,dmicro, and amicro field to cmMidiTrackMsg_t.
Replaced durTicks w/ durMicros in cmMidiChMsg_t.
Deleted cmMidiFIleTickToMicros() and cmMidiFileTickToSamples().
9年前
kevin
acf2a85ff8
cmRpt.c : Fixed bug in _cmDefaultPrint() where stdin was used with fputs() instead of stdout.
9年前
kevin
69f364a5fc
cmMidiFilePlay.c : Fixed bug where cmMfpClock() was not using the correct dtick time.
9年前
kevin
04bfa83e38
cmMidiFile.h/c : Added cmMIdiFIlePrintMsgs(). Removed dead code in cmMidiFileTickToMicros() and cmMIdiFIleTickToSamples().
9年前
kevin
c01e9731c9
cmTimeline.c : Make use of 'onsetCfg' in time-line optional.
9年前
kevin
c7bf7a2c94
cmScore.h: Added cmScStatusToOpString(). Replaced calls to cmMidiMetaStatusToLabel() and cmMidiStatusToLabel() with calls to cmScStatusToOpStr().
9年前
Kevin Larke
176073874f
*.h/c : Added 'cdg' markup to virtually all source files in libcm, libcm/app and libcm/dsp.
9年前
Kevin Larke
e0d5b50a64
cmLex.c : Fixed bug in _cmLexIntMatcher().
9年前
kevin
0c9f02d130
cmDspPgmKr.c : Enabled kr1 in transform channel. Fixed cross fade problem in _cmDspSysPgm_TksbLite().
9年前
kevin
5ee8f27b03
cmDspFx.c : Changed AvailCh to default to channel 0 and change to channel 1
on second audio cycle. This allows default parameters to be routed to channel 0
and all subsequent paramters to be routed to channel 1.
Removed debugging code from Xfader.
9年前
kevin
5ec36d98b9
cmDspProc4.h/c : Added 'decl' entry type to scMod.
9年前