Commit Graph

748 Commits

Author SHA1 Message Date
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
kevin
0cd86b759f cmProc2.h/c : Added statVa to cmSpecDist(). 2015-09-25 18:50:00 -04:00
kevin
8bf64f9a14 cmAudDsp.c : Added call to cmDspPgmJsonToDot() following cmDspSysPrintPgm(). 2015-09-25 18:49:14 -04:00
kevin
6c792e240d cmDspPgmJsonToDot.h/c, Makefile : Initial working version of cmDspPgmJsonToDot 2015-09-25 18:48:44 -04:00
kevin
611eda87de app/cmDspPgmJsonToDot.h/c : Initial partial implementation. 2015-09-24 19:14:27 -04:00
kevin
47db49bb43 cmDspKr.c : Added bypass to echo cancel. 2015-09-24 19:13:11 -04:00
kevin
31d71cb5f1 Merge with remote. 2015-09-03 17:56:14 -04:00
kevin
01e3a4af26 cmDspPgmKr.h/c, cmDspPgm.c : Added _cmDspSysPgm_TksbLite(). 2015-09-03 17:55:46 -04:00
kevin
0d1824b9c3 cmDspKr.c : Added compiled bypass flag and parameter setters to EchoCancel. 2015-09-03 17:55:10 -04:00
kevin
2d1f53c3d0 cmProc5.h/c : Added parameter setters to cmNlmsEc. 2015-09-03 17:54:20 -04:00
Kevin Larke
d0393c623c cmFile.h/c : Added cmWriteStr() and cmReadStr(). 2015-08-30 20:29:53 -04:00
kevin
7c6a0f5da5 cmDspPgmKr.c : Added EchoCancel to TKSB.
Changed default input and output gain to 0.0.
2015-08-27 17:51:37 -04:00
kevin
66660cb6de cmDspKr.c : Added call to cmNlmsEcWrite() and set new default values for the
fixed delay time and impulse response length.
2015-08-27 17:50:32 -04:00
kevin
b1a108abd3 cmProc5.h : Added cmVectArray's uVa and fVa. 2015-08-27 17:49:24 -04:00
kevin
a6ed3110e4 cmVectOpsTemplateCode.h : Fixed bug in SynthImpulse. 2015-08-27 13:10:38 -04:00