kevin
9aae45c663
cmDspPgm.c : Added _cmDspSysPgm_Test_Pedals().
il y a 8 ans
kevin
4ee4a5bbe4
cmScoreMatchGraphic.c : Commented out _cmScoreMatchGraphicUpdateSostenuto() pending implementation.
il y a 8 ans
kevin
2b01371684
cmMidiFile.h/c : Added 'end' field to cmMidiChMsg_t and setting code. Not yet tested.
il y a 8 ans
kevin
de1649b204
cmXScore.c : Fixed sostenuto / damper edits from reorder file implementation.
Added processing for ~x sostenuto edit.
il y a 8 ans
kevin
f0b6e55207
cmScoreMatchGraphic.css : Initial commit
il y a 8 ans
kevin
4eece810a1
cmMidiScoreFollow.c : Changed some file names.
il y a 8 ans
kevin
10493545b4
cmScoreMatchGraphics.c : Added colored output for damper and sostenuto pedal.
il y a 8 ans
kevin
5cde332add
cmMidiFile.h/c : Added cmMidiFileInsertMsg() Also rearranged code to isolate
cmMidiTrackMsg_t allocation. These changes are not yet tested.
il y a 8 ans
kevin
21d13a94fd
cmMidiScoreFollow.c : Add call to cmScoreMatchGraphicUpdateMidiFromScore().
il y a 8 ans
kevin
3f3bc296aa
cmScoreMatchGraphic.c : Display damper pedal events.
il y a 8 ans
kevin
fc8e338231
cmXScore.h/c : Upateds to include pitch,tie, and pedal edits from reorder file.
il y a 8 ans
kevin
d963fb2b77
cmMidiScoreFollow.h/c, Makefile.am : cmMidiScoreFollow.h/c initial commit.
il y a 8 ans
kevin
3acdeb61a0
cmScoreMatchGraphic.h/c : Added cmScoreMatchGraphicUpdateMidiFromScore() to set the MIDI note velocities based on the score velocities.
il y a 8 ans
kevin
670edcaec7
cmXScore.c : Finalized and debugged _cmScoreReorder() processing.
il y a 8 ans
kevin
403b85eff4
cmScore.h/c : Added cmScoreIdToEvt() and add 'vel' field to cmScoreEvt_t structure.
il y a 8 ans
kevin
bdc1bdb61c
cmMidiFile.h/c : Added cmMidiFileSetVelocity().
il y a 8 ans
kevin
2a6739ab0f
cmFileSys.h/c : Added 'user' directory prefixed functions for cmFileSysMakeFn() and cmFileSysMakeDir().
il y a 8 ans
kevin
b1f5026916
cmXScore.h/c : Added dynamics, sostenuto,tick value, and ordering updating from 'reorder' file.
il y a 8 ans
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.
il y a 8 ans
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.
il y a 8 ans
kevin
712b804662
cmMsgProtocol.h : Added kProgramDfltDuiId and kAudioSysCfgDfltDuiId.
il y a 8 ans
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.
il y a 8 ans
kevin
555ac64cce
cmAudDsp.c : Added _cmAdSendProgramDefault(0 and _cmAdSendAudioSysCfgDefault().
il y a 8 ans
kevin
cf82ed61e1
cmDspPgmKrTimeLineLite.c : Further program simplifications.
il y a 8 ans
kevin
28a233f26d
cmDspPgm.c : Added audio outputs to _cmDspSysPgm_RtRecord().
il y a 8 ans
kevin
b04159ec47
cmAudioAggDev.c : Added AudioFileDevice and NRT device initialization to cmApAggTest()
(Could not get Soundflower and Traveller aggregate device to work.)
il y a 8 ans
kevin
1091f308c6
cmDspPgm.c : Added _cmDspSysPgm_RtRecord() to record in real-time to a file.
il y a 8 ans
kevin
a39bae3133
cmDspPgmKrTimeLineLite.c : 'recall' button now triggers cross-fade.
il y a 8 ans
kevin
01a95645b5
cmDspPgmKrChain.c : Fixed bug where measurement -> param mappers had invalid initial value.
il y a 8 ans
kevin
e9dc780429
cmDspBuiltIn.c : Added check for an invalid initial selection value to the MsgList processor.
il y a 8 ans
kevin
74acab1539
cmMidiFile.c : Finished update to cmMidiFileCalcNoteDurations() to include sostenuto pedal state.
il y a 8 ans
kevin
a5056e4cec
cmMIdiFile.c : Fixes to support re-triggering MIDI notes.
il y a 8 ans
kevin
2bc5274ef3
cmMidiFile.h/c : Added cmMidiFileIsSustainPedal???() and cmMidiFileIsSostenutoPedal???().
Added new version of cmMidiFileCalcNodeDuration() which respects sostenuto pedal.
il y a 8 ans
kevin
cd51601349
cmMidi.h : Added paren's to macro cmMidiIsNoteOff() to clarify precedence.
il y a 8 ans
kevin
e4e1443922
cmDspPgmKrTimeLineLite.c : More code simplifications.
il y a 8 ans
kevin
c33d10376b
cmDspPgmKr.c : Replaced connections to (c0,c1,c2,c3).kr1 which appear to have been disconnected in error.
il y a 8 ans
kevin
ade31a2e79
cmMidiFile.h : Added cmMidiFileIs???() macros.
il y a 8 ans
kevin
2bc195a625
cmMidiFile.c : Initial addition of new calc note durations using sostenuto pedal.
il y a 8 ans
kevin
6e039c7b74
cmMidi.h : Added cmMidiIsSostenuto???() macros
il y a 8 ans
kevin
8be69c82cd
Broke cmDspPgmKr.c into multiple files cmDspPgm???.c.
il y a 8 ans
kevin
f3d07545f0
cmDspFix.c : Added comments to cmActiveChannel.
il y a 8 ans
kevin
5a973bc98d
cmXScore.c : More failed experiments with cmXScoreReorder().
il y a 8 ans
kevin
0fe627884f
cmXScore.c : Preliminary work on fixing reordering.
il y a 8 ans
kevin
7db44fb13b
cmScore.c : cmScorePrint() now prints pedal events.
il y a 8 ans
Kevin Larke
c44a890088
cmProc4.h/c : Added comments.
il y a 8 ans
Kevin Larke
3a236648d3
cmScore.c : Check that the score symbol table is valid at the beginning of cmScorePrintSets().
il y a 8 ans
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.
il y a 8 ans
Kevin Larke
15ee5423c9
cmScore.h/c : Added cmScorePrintSets().
il y a 8 ans
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.
il y a 8 ans
kevin
999ffe9bb4
cmScoreMatchGraphics.h/c : Added cmScoreMatchGraphicGenTimeLineBars().
il y a 8 ans