Commit Graph

1018 Commits

Author SHA1 Message Date
kevin
970a6fb36c Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm 2017-02-26 14:10:58 -05:00
kevin
bbcd065cb1 cmDspPgmKrChain.c : Fixed 'Min Wet' to default to 0.0 (was set to 1.0) 2017-02-26 14:10:17 -05:00
kevin
5272aaeb52 cmXScore.h/c : Added cmXScoreGenEditFile(). 2016-09-21 19:18:01 -04:00
kevin
1b2054bf10 cmScoreMatchGraphic.c : Changed score0.css to cmScoreMatchGraphic.css. 2016-09-21 19:16:54 -04:00
kevin
8e4f32c0c1 cmXScore.h/c : Moved edit file processing into cmXScoreInitialize(). 2016-09-15 18:28:30 -04:00
kevin
85878f995b cmXScore.c : Minor improvements and bug-fixes for _cmXsMeasComplexity() 2016-09-15 18:00:04 -04:00
kevin
7eac59b3ca .gitignore : Ignore .DS_Store. 2016-09-15 16:57:06 -04:00
kevin
b43b6af509 cmSvgWriter.c : Removed pan-zoom code from HTML header. 2016-09-15 16:55:58 -04:00
kevin
cc334c8d7f cmXScore.c : Added cmXsComplexity_t related functions and added complexity measure output to MIDI file SVG plot. 2016-09-15 16:55:14 -04:00
kevin
a37e2e2c71 cmMidiFile.h/c : Added cmMidiFileGenSvgFile() 2016-09-14 18:11:30 -04:00
kevin
88fdfd998d cmSvgWriter.c : Improved formatting of HTML content. 2016-09-14 18:11:00 -04:00
kevin
780abd5e74 cmMidiFile.h/c : Added cmMidiFileNoteTimeDensity(). 2016-09-14 15:47:13 -04:00
kevin
19b90719aa cmMidiFile.c : Removed UID return value from cmMidiFileInsertTrackMsg(). 2016-09-14 15:15:48 -04:00
kevin
d14744ed4d cmXScore.c : Removed use of MIDI file event UID's. 2016-09-14 15:15:04 -04:00
kevin
bd63a0eeeb cmScore.h/c : Added cmScoreReport(). Added 'section' number to report output. 2016-09-14 13:47:19 -04:00
kevin
1a042843c8 cmXScore.c : Added error checking to section marker text-to-number conversion. 2016-09-08 16:17:15 -04:00
kevin
84c5097a8d cmXScore.h/c : Added 'tied_dur' field to cmXsNote_t for use in determining the length of a MIDI note events. 2016-09-07 17:36:15 -04:00
kevin
3ef0c6fd3a cmMidiFile.h/c : In cmMIdiFileInsertTrack???() return the 'uid' of the new event record. 2016-09-07 17:35:01 -04:00
kevin
1da843a380 cmXScore.c : Added 'silent' note dynamic category. Fixed bug in cmXScoreReorder() where last measure was not processed. 2016-08-31 18:13:58 -04:00
kevin
382b9a9d2e cmScore.c : Added 'silent' note category to _cmScDynRefArray[]. 2016-08-31 18:09:50 -04:00
kevin
d17b30831d cmXScore.h/c : Added _cmXScoreProcessOverlappingNotes(). 2016-08-31 13:38:38 -04:00
kevin
bea6d07568 cmSCoreMatchGraphic.c : Removed printf() from _cmScoreMatchGraphicInsertMidiMsg(). 2016-08-31 13:38:07 -04:00
kevin
227bf8954b cmMidiFile.c : Added _cmMidiFileInsertEotMsg(). Fixed bug where _cmMidiFileTrk.cnt was not incremented in cmMidiFileInsertTrkMsg(). 2016-08-30 16:46:35 -04:00
kevin
4d6bff0ecf cmScoreMatchGraphic.c : Removed call to cmMidiFilePrintMsgs() from cmScoreMatchGraphicUpdateMidiFromScore(). 2016-08-30 16:44:38 -04:00
kevin
ee9ba9270e cmMidiScoreFollow.h/c : Added filename parameters to cmMidiScoreFollowMain(). 2016-08-30 16:43:54 -04:00
kevin
ca40492412 cmSvgWriter.h/c : Added calls to use svg-pan-zoom.js to HTML header. 2016-08-24 18:39:03 -04:00
kevin
4ac92aef52 cmXScore.c: _cmXScoreSetAbsoluteTime() is now automatically called from _cmXScoreSort(). 2016-08-24 18:38:04 -04:00
kevin
1d1681eefd cmDspKr.c : In _cmDspTimeLineRecv() allow the selected time line object to be a kMidiEvtTlId type. 2016-08-24 13:59:52 -04:00
kevin
caffeb4b0a cmTimeLine.c : _cmTimeLineObjAtTime() changed such that when an object contains
the search point that the returned object also contains the search point.
The returned object will be the one containing the search point whose begin or
end point is closest to the search point.
2016-08-24 13:59:03 -04:00
kevin
bd1d645e81 cmSvgWriter.c : Added _cmSgWriterFlipY(). 2016-08-17 18:58:42 -04:00
kevin
be6dc19ade cmXScore.c : Added _cmXScoreGraceInsertTimeXXX(). 2016-08-17 18:58:21 -04:00
kevin
fdfe4d404a cmScore.c : Added _cmScFreeSectList() to fix memory on free when CSV parse fails. 2016-08-17 18:58:00 -04:00
kevin
9bc41724d6 cmMidiFile.c : _cmMidiFileLinearize() now immediately clears mfp->msgVDirtyFl to avoid problems in 'kc'. 2016-08-03 19:19:24 -04:00
kevin
b66c936a99 cmXScore.c : Added explicit variable for grace note duration. 2016-08-03 17:10:31 -04:00
kevin
d2a3d0d32e cmXScore.c : Completed 'add' and 'subtract' based grace note positioning. 2016-08-03 17:03:17 -04:00
kevin
83734d9949 cmXScore.c : Added code to parse grace note group information during 'reorder' processing.
Added _cmXScoreProcessGraceNotes() to position grace notes.
2016-07-27 19:05:42 -04:00
kevin
49943bd43e cmMidiFile.h/c : Completed cmMidiFileInsertTrackMsg() and added _cmMidiFile_t.msgVDirtyFl and associated processing. 2016-07-27 19:03:42 -04:00
kevin
198aa41b98 cmProc4.c : Fixed bug in _cmScModulatorReset() where the selected entry group was always the first entry group. 2016-07-23 13:07:27 -04:00
kevin
c69942fb96 cmTextTemplate.c : Changed cmTextTemplateTest() to use cmFsMakeUserDirFn() to make platform independent. 2016-07-20 19:18:36 -04:00
kevin
bf8f641d22 cmMidiFile.h/c,cmMidiFilePlay.c : Added cmMidiFileCreate(), cmMidiFileInsertTrack???Msg(). Removed cmMidiFileIsNull() and _cmMidiFileMalloc(). 2016-07-20 19:17:44 -04:00
kevin
9036de70ba cmXScore.h/c : Added cmXScoreProcessPedals() and _cmXsWriteMidiFile(). 2016-07-20 19:16:00 -04:00
kevin
38cdd3012b cmXScore.h,c : Began MIDI output file generation coding. Added _cmXsWriteMidiSvg(). 2016-07-14 19:08:13 -04:00
kevin
a4ed9ba98b cmMidi.h/c : Added cmSciPitchToMidiPitch(). 2016-07-14 19:07:20 -04:00
kevin
7be4937965 cmSvgWriter.h/c,Makefile.am : Initial commit. 2016-07-14 19:06:47 -04:00
kevin
0204c5084a cmFileSys.h/c : Added cmFileSysMakeDirFn(),cmFileSysMakeUserDirFn(). 2016-07-13 17:39:05 -04:00
kevin
5cfd2095c7 cmScoreMatchGraphic.c : Fixed cmScoreMatchGraphicTimeLineBars() to find bar locations which were not directly adjacent to note events. 2016-07-13 17:38:41 -04:00
kevin
a0f1db3f3a cmMidiScoreFollow.c : Replace use of cmFsMakeUerFn() with cmFsMakeUserDirFn() in cmMidiScoreFollowMain(). 2016-07-13 17:37:44 -04:00
kevin
2648eeddef cmDspPgmKrTimeLineLite.c : Added modulator sequence select drop-down menu control. 2016-07-13 16:44:01 -04:00
kevin
7ff73452e2 cmProc4.h/c, cmDspKr.c : Changed cmScModulator to use entry groups rather than a single entry list. 2016-07-13 16:43:01 -04:00
kevin
6331cb1753 cmJson.h/c : Added cmJsonMemberAtIndex(). 2016-07-13 16:42:03 -04:00