Commit Graph

887 Commits

Author SHA1 Message Date
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
kevin
a607108e48 cmProc4.h/c : Added the 'exec' entry type to cmScModulator. 2016-07-06 18:55:36 -04:00
kevin
7e3a3ff0ab cmJson.h/c : Added cmJsonFindPair() and cmJsonMemberType(). 2016-07-06 18:54:43 -04:00
kevin
3ae46dbb08 Merge with kc changes. 2016-07-06 12:44:43 -04:00
kevin
c3f2a1ff3c cmScoreMatchGraphic.c : Updated comments. 2016-07-06 12:44:24 -04:00
kevin
32cb6cdc47 cmDspPgmKrTimeLineLite.c : Added dry piano through and dry output gain controls. 2016-07-02 18:11:41 -04:00
kevin
cfd9087598 cmDspPgmKrChain.c : Added modp wet/dry control connection. 2016-07-02 18:10:56 -04:00
kevin
43d9f36427 cmScoreMatchGraphic.h/c : Initial implementation of _cmScoreMatchGraphicUpdateSostenuto(). 2016-06-29 19:11:17 -04:00
kevin
67fe7fb2be cmMidiFile.c : Fixed problem where cmMidiFileInsertMsg() did not set d0, and d1. 2016-06-29 19:10:18 -04:00
kevin
9aae45c663 cmDspPgm.c : Added _cmDspSysPgm_Test_Pedals(). 2016-06-29 16:48:54 -04:00
kevin
4ee4a5bbe4 cmScoreMatchGraphic.c : Commented out _cmScoreMatchGraphicUpdateSostenuto() pending implementation. 2016-06-29 12:46:22 -04:00
kevin
2b01371684 cmMidiFile.h/c : Added 'end' field to cmMidiChMsg_t and setting code. Not yet tested. 2016-06-23 19:17:58 -04:00
kevin
de1649b204 cmXScore.c : Fixed sostenuto / damper edits from reorder file implementation.
Added processing for ~x sostenuto edit.
2016-06-23 19:16:41 -04:00
kevin
f0b6e55207 cmScoreMatchGraphic.css : Initial commit 2016-06-22 17:12:07 -04:00
kevin
4eece810a1 cmMidiScoreFollow.c : Changed some file names. 2016-06-22 17:10:46 -04:00
kevin
10493545b4 cmScoreMatchGraphics.c : Added colored output for damper and sostenuto pedal. 2016-06-22 17:10:03 -04:00
kevin
5cde332add cmMidiFile.h/c : Added cmMidiFileInsertMsg() Also rearranged code to isolate
cmMidiTrackMsg_t allocation.  These changes are not yet tested.
2016-06-22 17:08:47 -04:00
kevin
21d13a94fd cmMidiScoreFollow.c : Add call to cmScoreMatchGraphicUpdateMidiFromScore(). 2016-06-16 18:06:29 -04:00
kevin
3f3bc296aa cmScoreMatchGraphic.c : Display damper pedal events. 2016-06-16 18:05:41 -04:00
kevin
fc8e338231 cmXScore.h/c : Upateds to include pitch,tie, and pedal edits from reorder file. 2016-06-16 18:04:28 -04:00
kevin
d963fb2b77 cmMidiScoreFollow.h/c, Makefile.am : cmMidiScoreFollow.h/c initial commit. 2016-06-16 12:56:10 -04:00
kevin
3acdeb61a0 cmScoreMatchGraphic.h/c : Added cmScoreMatchGraphicUpdateMidiFromScore() to set the MIDI note velocities based on the score velocities. 2016-06-16 12:55:34 -04:00
kevin
670edcaec7 cmXScore.c : Finalized and debugged _cmScoreReorder() processing. 2016-06-16 12:53:59 -04:00
kevin
403b85eff4 cmScore.h/c : Added cmScoreIdToEvt() and add 'vel' field to cmScoreEvt_t structure. 2016-06-16 12:51:55 -04:00
kevin
bdc1bdb61c cmMidiFile.h/c : Added cmMidiFileSetVelocity(). 2016-06-16 12:50:43 -04:00
kevin
2a6739ab0f cmFileSys.h/c : Added 'user' directory prefixed functions for cmFileSysMakeFn() and cmFileSysMakeDir(). 2016-06-16 12:49:56 -04:00
kevin
b1f5026916 cmXScore.h/c : Added dynamics, sostenuto,tick value, and ordering updating from 'reorder' file. 2016-06-09 18:52:29 -04:00
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. 2016-05-23 18:42:51 -04:00
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. 2016-05-23 18:41:49 -04:00
kevin
712b804662 cmMsgProtocol.h : Added kProgramDfltDuiId and kAudioSysCfgDfltDuiId. 2016-05-23 18:40:25 -04:00
kevin
ceb627d04d cmGrPlot.c : Fixed an apparent bug in cmGrPlotObjSetStateFlags() where _cmGrPlotObjSetFocus() was only called if the focus flag was already set when it appears it should only called when it is not already set. 2016-05-23 18:39:00 -04:00
kevin
555ac64cce cmAudDsp.c : Added _cmAdSendProgramDefault(0 and _cmAdSendAudioSysCfgDefault(). 2016-05-23 18:37:36 -04:00