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 лет назад
kevin
49943bd43e
cmMidiFile.h/c : Completed cmMidiFileInsertTrackMsg() and added _cmMidiFile_t.msgVDirtyFl and associated processing.
8 лет назад
kevin
198aa41b98
cmProc4.c : Fixed bug in _cmScModulatorReset() where the selected entry group was always the first entry group.
8 лет назад
kevin
c69942fb96
cmTextTemplate.c : Changed cmTextTemplateTest() to use cmFsMakeUserDirFn() to make platform independent.
8 лет назад
kevin
bf8f641d22
cmMidiFile.h/c,cmMidiFilePlay.c : Added cmMidiFileCreate(), cmMidiFileInsertTrack???Msg(). Removed cmMidiFileIsNull() and _cmMidiFileMalloc().
8 лет назад
kevin
9036de70ba
cmXScore.h/c : Added cmXScoreProcessPedals() and _cmXsWriteMidiFile().
8 лет назад
kevin
38cdd3012b
cmXScore.h,c : Began MIDI output file generation coding. Added _cmXsWriteMidiSvg().
8 лет назад
kevin
a4ed9ba98b
cmMidi.h/c : Added cmSciPitchToMidiPitch().
8 лет назад
kevin
7be4937965
cmSvgWriter.h/c,Makefile.am : Initial commit.
8 лет назад
kevin
0204c5084a
cmFileSys.h/c : Added cmFileSysMakeDirFn(),cmFileSysMakeUserDirFn().
8 лет назад
kevin
5cfd2095c7
cmScoreMatchGraphic.c : Fixed cmScoreMatchGraphicTimeLineBars() to find bar locations which were not directly adjacent to note events.
8 лет назад
kevin
a0f1db3f3a
cmMidiScoreFollow.c : Replace use of cmFsMakeUerFn() with cmFsMakeUserDirFn() in cmMidiScoreFollowMain().
8 лет назад
kevin
2648eeddef
cmDspPgmKrTimeLineLite.c : Added modulator sequence select drop-down menu control.
8 лет назад
kevin
7ff73452e2
cmProc4.h/c, cmDspKr.c : Changed cmScModulator to use entry groups rather than a single entry list.
8 лет назад
kevin
6331cb1753
cmJson.h/c : Added cmJsonMemberAtIndex().
8 лет назад
kevin
a607108e48
cmProc4.h/c : Added the 'exec' entry type to cmScModulator.
8 лет назад
kevin
7e3a3ff0ab
cmJson.h/c : Added cmJsonFindPair() and cmJsonMemberType().
8 лет назад
kevin
3ae46dbb08
Merge with kc changes.
8 лет назад
kevin
c3f2a1ff3c
cmScoreMatchGraphic.c : Updated comments.
8 лет назад
kevin
32cb6cdc47
cmDspPgmKrTimeLineLite.c : Added dry piano through and dry output gain controls.
8 лет назад
kevin
cfd9087598
cmDspPgmKrChain.c : Added modp wet/dry control connection.
8 лет назад
kevin
43d9f36427
cmScoreMatchGraphic.h/c : Initial implementation of _cmScoreMatchGraphicUpdateSostenuto().
8 лет назад
kevin
67fe7fb2be
cmMidiFile.c : Fixed problem where cmMidiFileInsertMsg() did not set d0, and d1.
8 лет назад
kevin
9aae45c663
cmDspPgm.c : Added _cmDspSysPgm_Test_Pedals().
8 лет назад
kevin
4ee4a5bbe4
cmScoreMatchGraphic.c : Commented out _cmScoreMatchGraphicUpdateSostenuto() pending implementation.
8 лет назад
kevin
2b01371684
cmMidiFile.h/c : Added 'end' field to cmMidiChMsg_t and setting code. Not yet tested.
8 лет назад
kevin
de1649b204
cmXScore.c : Fixed sostenuto / damper edits from reorder file implementation.
Added processing for ~x sostenuto edit.
8 лет назад