Commit Graph

850 Commits

Author SHA1 Message Date
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
kevin
cf82ed61e1 cmDspPgmKrTimeLineLite.c : Further program simplifications. 2016-05-19 17:16:05 -04:00
kevin
28a233f26d cmDspPgm.c : Added audio outputs to _cmDspSysPgm_RtRecord(). 2016-05-19 17:15:25 -04:00
kevin
b04159ec47 cmAudioAggDev.c : Added AudioFileDevice and NRT device initialization to cmApAggTest()
(Could not get Soundflower and Traveller aggregate device to work.)
2016-05-19 13:42:30 -04:00
kevin
1091f308c6 cmDspPgm.c : Added _cmDspSysPgm_RtRecord() to record in real-time to a file. 2016-05-19 13:04:01 -04:00
kevin
a39bae3133 cmDspPgmKrTimeLineLite.c : 'recall' button now triggers cross-fade. 2016-05-19 13:03:34 -04:00
kevin
01a95645b5 cmDspPgmKrChain.c : Fixed bug where measurement -> param mappers had invalid initial value. 2016-05-19 13:02:42 -04:00
kevin
e9dc780429 cmDspBuiltIn.c : Added check for an invalid initial selection value to the MsgList processor. 2016-05-19 13:01:54 -04:00
kevin
74acab1539 cmMidiFile.c : Finished update to cmMidiFileCalcNoteDurations() to include sostenuto pedal state. 2016-05-19 13:01:13 -04:00
kevin
a5056e4cec cmMIdiFile.c : Fixes to support re-triggering MIDI notes. 2016-05-18 15:26:05 -04:00
kevin
2bc5274ef3 cmMidiFile.h/c : Added cmMidiFileIsSustainPedal???() and cmMidiFileIsSostenutoPedal???().
Added new version of cmMidiFileCalcNodeDuration() which respects sostenuto pedal.
2016-05-18 13:11:36 -04:00
kevin
cd51601349 cmMidi.h : Added paren's to macro cmMidiIsNoteOff() to clarify precedence. 2016-05-18 13:09:27 -04:00
kevin
e4e1443922 cmDspPgmKrTimeLineLite.c : More code simplifications. 2016-05-12 19:08:12 -04:00
kevin
c33d10376b cmDspPgmKr.c : Replaced connections to (c0,c1,c2,c3).kr1 which appear to have been disconnected in error. 2016-05-12 19:06:24 -04:00
kevin
ade31a2e79 cmMidiFile.h : Added cmMidiFileIs???() macros. 2016-05-12 19:04:55 -04:00
kevin
2bc195a625 cmMidiFile.c : Initial addition of new calc note durations using sostenuto pedal. 2016-05-12 19:04:12 -04:00
kevin
6e039c7b74 cmMidi.h : Added cmMidiIsSostenuto???() macros 2016-05-12 19:02:51 -04:00
kevin
8be69c82cd Broke cmDspPgmKr.c into multiple files cmDspPgm???.c. 2016-05-11 18:29:59 -04:00
kevin
f3d07545f0 cmDspFix.c : Added comments to cmActiveChannel. 2016-05-11 18:29:04 -04:00
kevin
5a973bc98d cmXScore.c : More failed experiments with cmXScoreReorder(). 2016-04-27 13:38:09 -04:00
kevin
0fe627884f cmXScore.c : Preliminary work on fixing reordering. 2016-04-26 17:30:49 -04:00
kevin
7db44fb13b cmScore.c : cmScorePrint() now prints pedal events. 2016-04-26 17:30:22 -04:00
Kevin Larke
c44a890088 cmProc4.h/c : Added comments. 2016-04-23 16:29:14 -04:00
Kevin Larke
3a236648d3 cmScore.c : Check that the score symbol table is valid at the beginning of cmScorePrintSets(). 2016-04-23 16:07:42 -04:00
Kevin Larke
c169faa083 cmXScore.c : The tempo and dynamic marking columns must be stored as quoted text so that the section numbers can be correctly parsed by cmScore. 2016-04-23 16:06:54 -04:00
Kevin Larke
15ee5423c9 cmScore.h/c : Added cmScorePrintSets(). 2016-04-23 15:41:19 -04:00
kevin
68e34d29d7 cmXScore.h/c : The even-ness label is now written as a quoted string in the output CSV file so that the '*' token is correctly parsed by cmScore. 2016-04-20 18:53:24 -04:00
kevin
999ffe9bb4 cmScoreMatchGraphics.h/c : Added cmScoreMatchGraphicGenTimeLineBars(). 2016-04-20 18:51:33 -04:00
Kevin Larke
dbd2b5ea45 cmFileSys.c : Fixed comment. 2016-04-20 11:35:28 -04:00
Kevin Larke
2945b1ac79 cmText.h/c : Added cmTextLineCount(). 2016-04-17 17:28:38 -04:00
kevin
9088a7bb22 cmMidiFile.c : Remove offset at beginning of each MIDI file by default. 2016-04-14 19:37:56 -04:00
kevin
d1b77e9f7e cmXScore.c : Remove space between section and '*' on heel marked even-ness sections. 2016-04-14 19:37:26 -04:00
kevin
e629fb7cd6 cmMidiFile.c : Changed printf() format specifiers for atick and amicro to 'llu' because they are now of type long long. 2016-04-13 18:28:52 -04:00
kevin
886bc82a52 cmMidiFile.h/c, cmMidiFilePlay.c : Changed cmMidiTrackMsg_t.atick and amicro to type unsigned long long. 2016-04-13 17:02:25 -04:00
kevin
82f6e44441 Merge with remote to Currawong. 2016-04-13 15:44:10 -04:00
kevin
7c4290579d cmMidiFile.h/c : Rewrote the way absolute time is calculated. Added _cmMidiFileSetAccumlateTick() and _cmMidiFileSetAbsoluteTime(). 2016-04-13 15:43:20 -04:00
kevin
c2c2b9c8c5 Makefile.am : Fixed duplication of many entries. 2016-04-07 19:06:40 -04:00
kevin
f69fd6dcb0 cmMidiFile.c : Added header to MIDI file report. Fixed rounding inaccuracy on atick in cmMidiFileOpen() 2016-04-07 19:02:47 -04:00