Commit Graph

812 Commits

Author SHA1 Message Date
kevin
5c27c2455f cmXScore.h/c : Began tie processing. 2016-02-11 19:23:42 -05:00
kevin
0bd988e2df cmXml.c : Fixed bug in _cmXmlNoteHasChildWithAttrAndValue(). 2016-02-11 19:22:43 -05:00
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. 2016-02-10 19:03:17 -05:00
kevin
3664ba5c76 cmXml.h/c : Added cmXmlNodeHasChildWithAttr() and cmXmlNodeHasChildWithAttrAndValue(). 2016-02-10 19:01:36 -05:00
Kevin Larke
8b2c47f64d cmXScore.h/c : Added cmXScoreWriteCsv(). 2016-02-08 21:46:07 -05:00
Kevin Larke
3c27c56089 cmCsv.h : Added documentation. 2016-02-08 21:45:38 -05:00
Kevin Larke
57057b002b cmXml.c : Removed dead code. 2016-02-08 21:45:17 -05:00
Kevin Larke
304ff25285 cmXScore.h/c : Completed note, metronome, section label, color, and pedal parsing. Added per measure time sorted note list. 2016-02-06 23:36:53 -05:00
Kevin Larke
dd03627898 cmXml.h/c : Added cmXmlHasChild() and cmXmlNodeDouble(). 2016-02-06 23:34:10 -05:00
kevin
3c81940892 cmAudioAggDev.c : Commented out call to recdPrint() to fix link problem on Mac. 2016-02-04 17:56:35 -05:00
kevin
538996549b cmXml.h/c : Added cmXmlNodeDouble() and cmXmlHasChild(). 2016-02-04 17:55:40 -05:00
kevin
3babaf428a cmXScore.c : Updates to parse 'note' nodes. 2016-02-04 17:55:22 -05:00
Kevin Larke
1fc5183394 cmXScore.h/c,Makefile.am : Initial commit. 2016-02-04 11:33:42 -05:00
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.
2016-02-04 11:33:21 -05:00
kevin
59bd46a15f cmXml.h/c : Added cmXmlSearch() functions. 2015-12-17 16:57:07 -05:00
Kevin Larke
dbd3da490e cmXml.h/c : Completed initial implementation. 2015-12-13 09:09:50 -05:00
Kevin Larke
d13de045f7 cmGnuPlot.c : Removed 'inline' from _cmPrintData(). 2015-12-13 09:09:31 -05:00
kevin
a839c3dd92 cmXml.h/c : Updated but still incomplete. 2015-12-10 17:43:17 -05:00
kevin
a2a613f3b8 cmXml.h/c : Updates. Still incomplete. 2015-12-09 18:56:51 -05:00
Kevin Larke
11bf5b63a0 Merge with upstream. 2015-12-09 12:46:33 -05:00
Kevin Larke
1c9e28bcfb cmXml.h/c, Makefile.am : Initial, incomplete, implementation of cmXml.h/c. 2015-12-09 12:44:51 -05:00
kevin
a142123bd8 cmTimeLine.c : Updates to use amicro instead of dticks in MIDI msgs. 2015-11-19 19:14:42 -05:00
kevin
17bbae66a8 cmDspPgmKr.c : Set useInCompFl to false in _cmDspSysPgm_TimeLine(). 2015-11-19 19:14:01 -05:00
kevin
c9eaf40705 cmDspKr.c : Updates to use amicro instead of dtick in MIDI mesg. 2015-11-19 19:13:18 -05:00
kevin
136cb97800 cmMidiFilePlay.c : Updates to use amicro instead of dtick in MIDI msg. 2015-11-19 19:12:29 -05:00
kevin
8688a7f28c cmScore.c,cmTakeSeqBldr.c : Updates to to use amicro instead of dtick field in MIDI messages. 2015-11-19 19:11:53 -05:00
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().
2015-11-19 19:08:39 -05:00
kevin
acf2a85ff8 cmRpt.c : Fixed bug in _cmDefaultPrint() where stdin was used with fputs() instead of stdout. 2015-11-19 19:03:37 -05:00
kevin
69f364a5fc cmMidiFilePlay.c : Fixed bug where cmMfpClock() was not using the correct dtick time. 2015-11-19 12:26:47 -05:00
kevin
04bfa83e38 cmMidiFile.h/c : Added cmMIdiFIlePrintMsgs(). Removed dead code in cmMidiFileTickToMicros() and cmMIdiFIleTickToSamples(). 2015-11-18 18:56:18 -05:00
kevin
c01e9731c9 cmTimeline.c : Make use of 'onsetCfg' in time-line optional. 2015-11-18 15:51:28 -05:00
kevin
c7bf7a2c94 cmScore.h: Added cmScStatusToOpString(). Replaced calls to cmMidiMetaStatusToLabel() and cmMidiStatusToLabel() with calls to cmScStatusToOpStr(). 2015-11-18 15:49:40 -05:00
Kevin Larke
176073874f *.h/c : Added 'cdg' markup to virtually all source files in libcm, libcm/app and libcm/dsp. 2015-11-16 14:59:27 -05:00
Kevin Larke
e0d5b50a64 cmLex.c : Fixed bug in _cmLexIntMatcher(). 2015-11-12 12:39:40 -05:00
kevin
0c9f02d130 cmDspPgmKr.c : Enabled kr1 in transform channel. Fixed cross fade problem in _cmDspSysPgm_TksbLite(). 2015-10-22 18:01:35 -04:00
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.
2015-10-22 17:59:38 -04:00
kevin
5ec36d98b9 cmDspProc4.h/c : Added 'decl' entry type to scMod. 2015-10-15 18:38:31 -04:00
kevin
c02080bfcd cmDspKr.c : Added 'dump' command to cmDspScMod. 2015-10-15 18:37:41 -04:00
kevin
3c6b55186b cmDspClass.c : Add instance label to error message header. 2015-10-15 18:37:02 -04:00
kevin
cd6fa21deb cmDspPgm.c : Changed cmDspSysPgm_AvailCh() to test AvailCh. 2015-10-09 18:33:44 -04:00
kevin
65706fc435 cmDspFx.c : Rewrote AvailCh. 2015-10-09 18:32:55 -04:00
kevin
2a954a700c cmDspBuiltIn.c : Improved comment on WaveTable 'shape' parameter. 2015-10-09 18:32:31 -04:00
kevin
aa7b9f5d90 cmAudDspLocal.h: Added comments. 2015-10-07 17:07:54 -04:00
kevin
b24a484f81 cmAudDspIF.h : Added comments. 2015-10-07 17:07:17 -04:00
kevin
4dcc216ab5 cmDspPgmKr.c : Commented out used of "Echo Cancel" in _cmDspSysPgm_TksbLite().
Added use of second processing chain in _cmDspSysPgm_TksbLite().
2015-10-07 13:02:55 -04:00
kevin
45504a586d cmDspPgm.c: Changed default audio channels on _cmDspSysPgm_StereoThrough(). 2015-10-07 13:00:49 -04:00
kevin
61f8a82d5e cmVectOps.h/c : Added use of _cmVOU_Abs() to eliminate warning regarding abs(unsigned). 2015-10-07 12:59:46 -04:00
Kevin Larke
d72efa84a8 cmPgmOpt.c : Fixed minor formatting of --help text. 2015-10-07 09:51:57 -04:00
kevin
20a831e678 cmVectOpsTemplateCode.h : Removed unused variable from SynthImpulse() 2015-10-02 19:13:42 -04:00
kevin
65452c0d40 cmOnset.c : Added printout of parameters to cmOnsetProc(). 2015-10-02 19:13:07 -04:00