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.
hace 8 años
kevin
bd1d645e81
cmSvgWriter.c : Added _cmSgWriterFlipY().
hace 8 años
kevin
be6dc19ade
cmXScore.c : Added _cmXScoreGraceInsertTimeXXX().
hace 8 años
kevin
fdfe4d404a
cmScore.c : Added _cmScFreeSectList() to fix memory on free when CSV parse fails.
hace 8 años
kevin
9bc41724d6
cmMidiFile.c : _cmMidiFileLinearize() now immediately clears mfp->msgVDirtyFl to avoid problems in 'kc'.
hace 8 años
kevin
b66c936a99
cmXScore.c : Added explicit variable for grace note duration.
hace 8 años
kevin
d2a3d0d32e
cmXScore.c : Completed 'add' and 'subtract' based grace note positioning.
hace 8 años
kevin
83734d9949
cmXScore.c : Added code to parse grace note group information during 'reorder' processing.
Added _cmXScoreProcessGraceNotes() to position grace notes.
hace 8 años
kevin
49943bd43e
cmMidiFile.h/c : Completed cmMidiFileInsertTrackMsg() and added _cmMidiFile_t.msgVDirtyFl and associated processing.
hace 8 años
kevin
198aa41b98
cmProc4.c : Fixed bug in _cmScModulatorReset() where the selected entry group was always the first entry group.
hace 8 años
kevin
c69942fb96
cmTextTemplate.c : Changed cmTextTemplateTest() to use cmFsMakeUserDirFn() to make platform independent.
hace 8 años
kevin
bf8f641d22
cmMidiFile.h/c,cmMidiFilePlay.c : Added cmMidiFileCreate(), cmMidiFileInsertTrack???Msg(). Removed cmMidiFileIsNull() and _cmMidiFileMalloc().
hace 8 años
kevin
9036de70ba
cmXScore.h/c : Added cmXScoreProcessPedals() and _cmXsWriteMidiFile().
hace 8 años
kevin
38cdd3012b
cmXScore.h,c : Began MIDI output file generation coding. Added _cmXsWriteMidiSvg().
hace 8 años
kevin
a4ed9ba98b
cmMidi.h/c : Added cmSciPitchToMidiPitch().
hace 8 años
kevin
7be4937965
cmSvgWriter.h/c,Makefile.am : Initial commit.
hace 8 años
kevin
0204c5084a
cmFileSys.h/c : Added cmFileSysMakeDirFn(),cmFileSysMakeUserDirFn().
hace 8 años
kevin
5cfd2095c7
cmScoreMatchGraphic.c : Fixed cmScoreMatchGraphicTimeLineBars() to find bar locations which were not directly adjacent to note events.
hace 8 años
kevin
a0f1db3f3a
cmMidiScoreFollow.c : Replace use of cmFsMakeUerFn() with cmFsMakeUserDirFn() in cmMidiScoreFollowMain().
hace 8 años
kevin
2648eeddef
cmDspPgmKrTimeLineLite.c : Added modulator sequence select drop-down menu control.
hace 8 años
kevin
7ff73452e2
cmProc4.h/c, cmDspKr.c : Changed cmScModulator to use entry groups rather than a single entry list.
hace 8 años
kevin
6331cb1753
cmJson.h/c : Added cmJsonMemberAtIndex().
hace 8 años
kevin
a607108e48
cmProc4.h/c : Added the 'exec' entry type to cmScModulator.
hace 8 años
kevin
7e3a3ff0ab
cmJson.h/c : Added cmJsonFindPair() and cmJsonMemberType().
hace 8 años
kevin
3ae46dbb08
Merge with kc changes.
hace 8 años
kevin
c3f2a1ff3c
cmScoreMatchGraphic.c : Updated comments.
hace 8 años
kevin
32cb6cdc47
cmDspPgmKrTimeLineLite.c : Added dry piano through and dry output gain controls.
hace 8 años
kevin
cfd9087598
cmDspPgmKrChain.c : Added modp wet/dry control connection.
hace 8 años
kevin
43d9f36427
cmScoreMatchGraphic.h/c : Initial implementation of _cmScoreMatchGraphicUpdateSostenuto().
hace 8 años
kevin
67fe7fb2be
cmMidiFile.c : Fixed problem where cmMidiFileInsertMsg() did not set d0, and d1.
hace 8 años
kevin
9aae45c663
cmDspPgm.c : Added _cmDspSysPgm_Test_Pedals().
hace 8 años
kevin
4ee4a5bbe4
cmScoreMatchGraphic.c : Commented out _cmScoreMatchGraphicUpdateSostenuto() pending implementation.
hace 8 años
kevin
2b01371684
cmMidiFile.h/c : Added 'end' field to cmMidiChMsg_t and setting code. Not yet tested.
hace 8 años
kevin
de1649b204
cmXScore.c : Fixed sostenuto / damper edits from reorder file implementation.
Added processing for ~x sostenuto edit.
hace 8 años
kevin
f0b6e55207
cmScoreMatchGraphic.css : Initial commit
hace 8 años
kevin
4eece810a1
cmMidiScoreFollow.c : Changed some file names.
hace 8 años
kevin
10493545b4
cmScoreMatchGraphics.c : Added colored output for damper and sostenuto pedal.
hace 8 años
kevin
5cde332add
cmMidiFile.h/c : Added cmMidiFileInsertMsg() Also rearranged code to isolate
cmMidiTrackMsg_t allocation. These changes are not yet tested.
hace 8 años
kevin
21d13a94fd
cmMidiScoreFollow.c : Add call to cmScoreMatchGraphicUpdateMidiFromScore().
hace 8 años
kevin
3f3bc296aa
cmScoreMatchGraphic.c : Display damper pedal events.
hace 8 años
kevin
fc8e338231
cmXScore.h/c : Upateds to include pitch,tie, and pedal edits from reorder file.
hace 8 años
kevin
d963fb2b77
cmMidiScoreFollow.h/c, Makefile.am : cmMidiScoreFollow.h/c initial commit.
hace 8 años
kevin
3acdeb61a0
cmScoreMatchGraphic.h/c : Added cmScoreMatchGraphicUpdateMidiFromScore() to set the MIDI note velocities based on the score velocities.
hace 8 años
kevin
670edcaec7
cmXScore.c : Finalized and debugged _cmScoreReorder() processing.
hace 8 años
kevin
403b85eff4
cmScore.h/c : Added cmScoreIdToEvt() and add 'vel' field to cmScoreEvt_t structure.
hace 8 años
kevin
bdc1bdb61c
cmMidiFile.h/c : Added cmMidiFileSetVelocity().
hace 8 años
kevin
2a6739ab0f
cmFileSys.h/c : Added 'user' directory prefixed functions for cmFileSysMakeFn() and cmFileSysMakeDir().
hace 8 años
kevin
b1f5026916
cmXScore.h/c : Added dynamics, sostenuto,tick value, and ordering updating from 'reorder' file.
hace 8 años
kevin
4d74abd361
cmDspPgmKrTimeLineLite.c : Added 'meas' to set the start play position from a number box instead of by graphically clicking the score and timeline.
hace 8 años
kevin
068cff567b
cmDspClass.h,cmDspUi.c,cmDspKr.c : Added 'meas' inputs to cmDspScore and cmDspTimeline to allow the current score and timeline location to be set programattically.
hace 8 años