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 年前
kevin
c02080bfcd
cmDspKr.c : Added 'dump' command to cmDspScMod.
9 年前
kevin
3c6b55186b
cmDspClass.c : Add instance label to error message header.
9 年前
kevin
cd6fa21deb
cmDspPgm.c : Changed cmDspSysPgm_AvailCh() to test AvailCh.
9 年前
kevin
65706fc435
cmDspFx.c : Rewrote AvailCh.
9 年前
kevin
2a954a700c
cmDspBuiltIn.c : Improved comment on WaveTable 'shape' parameter.
9 年前
kevin
aa7b9f5d90
cmAudDspLocal.h: Added comments.
9 年前
kevin
b24a484f81
cmAudDspIF.h : Added comments.
9 年前
kevin
4dcc216ab5
cmDspPgmKr.c : Commented out used of "Echo Cancel" in _cmDspSysPgm_TksbLite().
Added use of second processing chain in _cmDspSysPgm_TksbLite().
9 年前
kevin
45504a586d
cmDspPgm.c: Changed default audio channels on _cmDspSysPgm_StereoThrough().
9 年前
kevin
61f8a82d5e
cmVectOps.h/c : Added use of _cmVOU_Abs() to eliminate warning regarding abs(unsigned).
9 年前
Kevin Larke
d72efa84a8
cmPgmOpt.c : Fixed minor formatting of --help text.
9 年前
kevin
20a831e678
cmVectOpsTemplateCode.h : Removed unused variable from SynthImpulse()
9 年前
kevin
65452c0d40
cmOnset.c : Added printout of parameters to cmOnsetProc().
9 年前
kevin
0cd86b759f
cmProc2.h/c : Added statVa to cmSpecDist().
9 年前
kevin
8bf64f9a14
cmAudDsp.c : Added call to cmDspPgmJsonToDot() following cmDspSysPrintPgm().
9 年前
kevin
6c792e240d
cmDspPgmJsonToDot.h/c, Makefile : Initial working version of cmDspPgmJsonToDot
9 年前
kevin
611eda87de
app/cmDspPgmJsonToDot.h/c : Initial partial implementation.
9 年前
kevin
47db49bb43
cmDspKr.c : Added bypass to echo cancel.
9 年前
kevin
31d71cb5f1
Merge with remote.
9 年前
kevin
01e3a4af26
cmDspPgmKr.h/c, cmDspPgm.c : Added _cmDspSysPgm_TksbLite().
9 年前
kevin
0d1824b9c3
cmDspKr.c : Added compiled bypass flag and parameter setters to EchoCancel.
9 年前
kevin
2d1f53c3d0
cmProc5.h/c : Added parameter setters to cmNlmsEc.
9 年前
Kevin Larke
d0393c623c
cmFile.h/c : Added cmWriteStr() and cmReadStr().
9 年前
kevin
7c6a0f5da5
cmDspPgmKr.c : Added EchoCancel to TKSB.
Changed default input and output gain to 0.0.
9 年前
kevin
66660cb6de
cmDspKr.c : Added call to cmNlmsEcWrite() and set new default values for the
fixed delay time and impulse response length.
9 年前