kevin
b1f5026916
cmXScore.h/c : Added dynamics, sostenuto,tick value, and ordering updating from 'reorder' file.
8 anos atrás
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.
8 anos atrás
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.
8 anos atrás
kevin
712b804662
cmMsgProtocol.h : Added kProgramDfltDuiId and kAudioSysCfgDfltDuiId.
8 anos atrás
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.
8 anos atrás
kevin
555ac64cce
cmAudDsp.c : Added _cmAdSendProgramDefault(0 and _cmAdSendAudioSysCfgDefault().
8 anos atrás
kevin
cf82ed61e1
cmDspPgmKrTimeLineLite.c : Further program simplifications.
8 anos atrás
kevin
28a233f26d
cmDspPgm.c : Added audio outputs to _cmDspSysPgm_RtRecord().
8 anos atrás
kevin
b04159ec47
cmAudioAggDev.c : Added AudioFileDevice and NRT device initialization to cmApAggTest()
(Could not get Soundflower and Traveller aggregate device to work.)
8 anos atrás
kevin
1091f308c6
cmDspPgm.c : Added _cmDspSysPgm_RtRecord() to record in real-time to a file.
8 anos atrás
kevin
a39bae3133
cmDspPgmKrTimeLineLite.c : 'recall' button now triggers cross-fade.
8 anos atrás
kevin
01a95645b5
cmDspPgmKrChain.c : Fixed bug where measurement -> param mappers had invalid initial value.
8 anos atrás
kevin
e9dc780429
cmDspBuiltIn.c : Added check for an invalid initial selection value to the MsgList processor.
8 anos atrás
kevin
74acab1539
cmMidiFile.c : Finished update to cmMidiFileCalcNoteDurations() to include sostenuto pedal state.
8 anos atrás
kevin
a5056e4cec
cmMIdiFile.c : Fixes to support re-triggering MIDI notes.
8 anos atrás
kevin
2bc5274ef3
cmMidiFile.h/c : Added cmMidiFileIsSustainPedal???() and cmMidiFileIsSostenutoPedal???().
Added new version of cmMidiFileCalcNodeDuration() which respects sostenuto pedal.
8 anos atrás
kevin
cd51601349
cmMidi.h : Added paren's to macro cmMidiIsNoteOff() to clarify precedence.
8 anos atrás
kevin
e4e1443922
cmDspPgmKrTimeLineLite.c : More code simplifications.
8 anos atrás
kevin
c33d10376b
cmDspPgmKr.c : Replaced connections to (c0,c1,c2,c3).kr1 which appear to have been disconnected in error.
8 anos atrás
kevin
ade31a2e79
cmMidiFile.h : Added cmMidiFileIs???() macros.
8 anos atrás
kevin
2bc195a625
cmMidiFile.c : Initial addition of new calc note durations using sostenuto pedal.
8 anos atrás
kevin
6e039c7b74
cmMidi.h : Added cmMidiIsSostenuto???() macros
8 anos atrás
kevin
8be69c82cd
Broke cmDspPgmKr.c into multiple files cmDspPgm???.c.
8 anos atrás
kevin
f3d07545f0
cmDspFix.c : Added comments to cmActiveChannel.
8 anos atrás
kevin
5a973bc98d
cmXScore.c : More failed experiments with cmXScoreReorder().
8 anos atrás
kevin
0fe627884f
cmXScore.c : Preliminary work on fixing reordering.
8 anos atrás
kevin
7db44fb13b
cmScore.c : cmScorePrint() now prints pedal events.
8 anos atrás
Kevin Larke
c44a890088
cmProc4.h/c : Added comments.
8 anos atrás
Kevin Larke
3a236648d3
cmScore.c : Check that the score symbol table is valid at the beginning of cmScorePrintSets().
8 anos atrás
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.
8 anos atrás
Kevin Larke
15ee5423c9
cmScore.h/c : Added cmScorePrintSets().
8 anos atrás
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.
8 anos atrás
kevin
999ffe9bb4
cmScoreMatchGraphics.h/c : Added cmScoreMatchGraphicGenTimeLineBars().
8 anos atrás
Kevin Larke
dbd2b5ea45
cmFileSys.c : Fixed comment.
8 anos atrás
Kevin Larke
2945b1ac79
cmText.h/c : Added cmTextLineCount().
8 anos atrás
kevin
9088a7bb22
cmMidiFile.c : Remove offset at beginning of each MIDI file by default.
8 anos atrás
kevin
d1b77e9f7e
cmXScore.c : Remove space between section and '*' on heel marked even-ness sections.
8 anos atrás
kevin
e629fb7cd6
cmMidiFile.c : Changed printf() format specifiers for atick and amicro to 'llu' because they are now of type long long.
8 anos atrás
kevin
886bc82a52
cmMidiFile.h/c, cmMidiFilePlay.c : Changed cmMidiTrackMsg_t.atick and amicro to type unsigned long long.
8 anos atrás
kevin
82f6e44441
Merge with remote to Currawong.
8 anos atrás
kevin
7c4290579d
cmMidiFile.h/c : Rewrote the way absolute time is calculated. Added _cmMidiFileSetAccumlateTick() and _cmMidiFileSetAbsoluteTime().
8 anos atrás
kevin
c2c2b9c8c5
Makefile.am : Fixed duplication of many entries.
8 anos atrás
kevin
f69fd6dcb0
cmMidiFile.c : Added header to MIDI file report. Fixed rounding inaccuracy on atick in cmMidiFileOpen()
8 anos atrás
kevin
c07d5fbc8d
cmXScore.h/c :Added 'reorderFn' arg. to cmXScoreTest(). Fixed bug where dynamcics and section number was not output to CSV. Added section number to end of measurement groups.
8 anos atrás
kevin
4017b8bbaa
cmXScore.c : Added cmXScoreReorder().
8 anos atrás
kevin
a09785024e
cmXScore.h : Updated notes in comments.
8 anos atrás
kevin
f9505d0f43
cmXScore.h/c : Added _cmXScoreAbsoluteTime(),_cmXScoreSpreadGraceNotes(),_cmXScoreSetMeasGroups()
8 anos atrás
kevin
7f84595d08
cmMidiFile.h/c : Added cmMidiFileGenPlotFile().
8 anos atrás
kevin
a669e8bca3
cmXScore.h/c : Added cmXScoreInsertDynamics() to read a dynamic marking from a text file.
8 anos atrás
kevin
7cef3bc4e1
cmScore.h/c : Removed "graphic score" processig. This is now in cmScoreMatchGraphic.h/c.
8 anos atrás