kevin
dbd448177c
cmDspPgmKrChain.c : Added 'switch' button to force x-fader transition.
пре 7 година
kevin larke
4461d1c128
cmXScore.c : Changed to fix problem with dynamic forks interpretation.
пре 7 година
kevin
92ea6ff806
cmXScore.c : Added the ability to increment the grace group id.
пре 7 година
kevin
af84645fa4
cmXScore.c : Added dynamic level interpolation during edit file processing via upper case dynamic markings.
пре 7 година
kevin larke
c1076ddf0c
cmXScore.c : Added _cmXScoreRemoveNote().
пре 7 година
kevin larke
677f8d1c34
Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm
пре 7 година
kevin larke
71e9fdd169
cmXScore.h/c : Improved comments. cmXScoreTest() now calls cmXScoreGenEditFile() when editFn arg is given and the associated file does not exist.
пре 7 година
kevin
98cef5668f
Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm
пре 7 година
kevin
00728f26af
cmDspPgmKrChain.c : Added TODO on crash bug - but didn't fix it!
пре 7 година
kevin larke
e426f5dbd1
Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm
пре 7 година
kevin larke
59dbe1df10
cmScore.c : Changed invalid MIDI velocity from fatal error to a warning.
пре 7 година
kevin larke
79c4326782
cmDspPgmKrChain.c : Added the cmKr2 based version of the transform chain.
пре 7 година
kevin larke
dc5bd41378
cmDspKr.h/c, cmDspBuiltIn.c : Added cmKr2 (modeless version of cmKr).
пре 7 година
kevin larke
002ca3507b
cmProc2.h/c : Added cmSpecDist2().
пре 7 година
kevin
970a6fb36c
Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm
пре 7 година
kevin
bbcd065cb1
cmDspPgmKrChain.c : Fixed 'Min Wet' to default to 0.0 (was set to 1.0)
пре 7 година
kevin
5272aaeb52
cmXScore.h/c : Added cmXScoreGenEditFile().
пре 8 година
kevin
1b2054bf10
cmScoreMatchGraphic.c : Changed score0.css to cmScoreMatchGraphic.css.
пре 8 година
kevin
8e4f32c0c1
cmXScore.h/c : Moved edit file processing into cmXScoreInitialize().
пре 8 година
kevin
85878f995b
cmXScore.c : Minor improvements and bug-fixes for _cmXsMeasComplexity()
пре 8 година
kevin
7eac59b3ca
.gitignore : Ignore .DS_Store.
пре 8 година
kevin
b43b6af509
cmSvgWriter.c : Removed pan-zoom code from HTML header.
пре 8 година
kevin
cc334c8d7f
cmXScore.c : Added cmXsComplexity_t related functions and added complexity measure output to MIDI file SVG plot.
пре 8 година
kevin
a37e2e2c71
cmMidiFile.h/c : Added cmMidiFileGenSvgFile()
пре 8 година
kevin
88fdfd998d
cmSvgWriter.c : Improved formatting of HTML content.
пре 8 година
kevin
780abd5e74
cmMidiFile.h/c : Added cmMidiFileNoteTimeDensity().
пре 8 година
kevin
19b90719aa
cmMidiFile.c : Removed UID return value from cmMidiFileInsertTrackMsg().
пре 8 година
kevin
d14744ed4d
cmXScore.c : Removed use of MIDI file event UID's.
пре 8 година
kevin
bd63a0eeeb
cmScore.h/c : Added cmScoreReport(). Added 'section' number to report output.
пре 8 година
kevin
1a042843c8
cmXScore.c : Added error checking to section marker text-to-number conversion.
пре 8 година
kevin
84c5097a8d
cmXScore.h/c : Added 'tied_dur' field to cmXsNote_t for use in determining the length of a MIDI note events.
пре 8 година
kevin
3ef0c6fd3a
cmMidiFile.h/c : In cmMIdiFileInsertTrack???() return the 'uid' of the new event record.
пре 8 година
kevin
1da843a380
cmXScore.c : Added 'silent' note dynamic category. Fixed bug in cmXScoreReorder() where last measure was not processed.
пре 8 година
kevin
382b9a9d2e
cmScore.c : Added 'silent' note category to _cmScDynRefArray[].
пре 8 година
kevin
d17b30831d
cmXScore.h/c : Added _cmXScoreProcessOverlappingNotes().
пре 8 година
kevin
bea6d07568
cmSCoreMatchGraphic.c : Removed printf() from _cmScoreMatchGraphicInsertMidiMsg().
пре 8 година
kevin
227bf8954b
cmMidiFile.c : Added _cmMidiFileInsertEotMsg(). Fixed bug where _cmMidiFileTrk.cnt was not incremented in cmMidiFileInsertTrkMsg().
пре 8 година
kevin
4d6bff0ecf
cmScoreMatchGraphic.c : Removed call to cmMidiFilePrintMsgs() from cmScoreMatchGraphicUpdateMidiFromScore().
пре 8 година
kevin
ee9ba9270e
cmMidiScoreFollow.h/c : Added filename parameters to cmMidiScoreFollowMain().
пре 8 година
kevin
ca40492412
cmSvgWriter.h/c : Added calls to use svg-pan-zoom.js to HTML header.
пре 8 година
kevin
4ac92aef52
cmXScore.c: _cmXScoreSetAbsoluteTime() is now automatically called from _cmXScoreSort().
пре 8 година
kevin
1d1681eefd
cmDspKr.c : In _cmDspTimeLineRecv() allow the selected time line object to be a kMidiEvtTlId type.
пре 8 година
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.
пре 8 година
kevin
bd1d645e81
cmSvgWriter.c : Added _cmSgWriterFlipY().
пре 8 година
kevin
be6dc19ade
cmXScore.c : Added _cmXScoreGraceInsertTimeXXX().
пре 8 година
kevin
fdfe4d404a
cmScore.c : Added _cmScFreeSectList() to fix memory on free when CSV parse fails.
пре 8 година
kevin
9bc41724d6
cmMidiFile.c : _cmMidiFileLinearize() now immediately clears mfp->msgVDirtyFl to avoid problems in 'kc'.
пре 8 година
kevin
b66c936a99
cmXScore.c : Added explicit variable for grace note duration.
пре 8 година
kevin
d2a3d0d32e
cmXScore.c : Completed 'add' and 'subtract' based grace note positioning.
пре 8 година
kevin
83734d9949
cmXScore.c : Added code to parse grace note group information during 'reorder' processing.
Added _cmXScoreProcessGraceNotes() to position grace notes.
пре 8 година