kpl
c809469b62
cmData.h/c : More changes - that won't fully compile.
hace 11 años
kpl
b74e24a46b
cmData.h/c: Initial rewrite of cmData to include the concept of homogeneous arrays as containers and leaf nodes.
hace 11 años
kpl
691d0ef278
cmDspPgmKr.c : Added the cmDspRecdPlay object to the patch.
hace 11 años
kpl
d64f92ac03
Added the cmRecdPlay proc object.
hace 11 años
kpl
70dffe559b
cmScore.h/c : Added the concept of 'markers' to support locating live recd/play fragments.
hace 11 años
kpl
8f4981728c
cmDspKr.h/c : Added the cmDspRecdPlay object.
The cmScoreInitialize() call in cmDspScore now is passed a valid symbol table handle.
hace 11 años
kpl
fd52495292
cmDspBuiltIn.c : Added cmRecdPlayClassCons to _cmDspClassBuiltInArray[].
hace 11 años
kpl
b4d99528f9
cmLex.h/c : Added cmLexTokenIsUnsigned() and cmLexTokenIsSignlePrecision().
hace 11 años
kpl
2e1c77f150
cmData.h/c : Initial debugging and testing of cmDataParser.
hace 11 años
kevin
fd56025468
cmData.c : Minor bug fixes to complete initial testing of cmDataParser.
hace 11 años
kevin
ead258c822
Merging 'de' libcm into 'cmtest' libcm
hace 11 años
kevin
1a70a5afa0
cmData.h/c : Completed initial implementation of cmDataParser.
hace 11 años
kevin
1431685ef3
cmStack.h : Added comments.
hace 11 años
kpl
9928dc4f4a
cmData.h/c : Inital implementation of cmDataParser.
hace 11 años
kevin
07b0ca3bbb
cmGrPage.h : Added comment to cmGrLabelFunc_t.
hace 11 años
kevin
0debd730a6
cmData.c : Initial implementation of cmDataSerialize().
hace 11 años
kevin
e5ee6432c1
cmCsv.h/c : Added cmCsvInsertSymHex(),cmCsvSetCellHex(), and cmInsertHexColAfter().
Also fixed bug in the cmCsvInsertXXXColAfter() where the return cell pointer
was not correctly set.
hace 11 años
kevin
9181a5d804
cmScore.c : Completed implementation of cmScoreFileFromMidi().
hace 11 años
kevin
6bc6511d8f
cmMidiFile.h : Added comments.
hace 11 años
kevin
72b65a1904
cmScore.h/c : Initial implementation of cmScoreFileFromMidi().
hace 11 años
kevin
87dd286b98
cmMidiOsx.c : Fixed bug in cmMpDeviceSend() where the correct message
byte count was not calculated.
hace 11 años
kevin
70fcc2d107
cmDspPgmKr.c : Added input audio meters. The 'start' button now connects
to the 'availCh' 'reset' rather than 'trig'. 'AvailCh' 'reset' output
is connected to the 'Xfader' 'reset' input. The score location print out
now comes from the 'recent' score follower output.
hace 11 años
kevin
9b85e57045
cmDspKr.c : Added 'recent' output to score follower. 'out' output now
only reports the latest score location reported so far. 'recent' reports
the most recent score location (which may be out of time order).
hace 11 años
kevin
3e5af0773e
cmProc4.h : Updated comments and formatting.
hace 11 años
kevin
b67964871f
cmDspFx.c : Added 'reset' input to cmDspXFader and cmDspAvailCh objects.
hace 11 años
kevin
29c10b0a88
cmProc3.h/c : Changes to cmXFader to implement equal power cross-fade and
addition of cmXFaderJumpToDestinationGain().
hace 11 años
kevin
a690102601
cmScore.c : Changes to _cmScProcSets() to prevent crashing on OSX debug build.
hace 11 años
kevin
5fd0c95f34
cmScore.c : Removed printf() from _cmScProcSets() but this is still mysteriously
required to prevent crash on OS-X debug (but not release) version.
hace 11 años
kevin
feb6e71245
cmDspFx.c : Added equal power cross fade to xfader object.
hace 11 años
kevin
a8394b2814
cmDspBuiltIn.c : midi output port now notices when the device is not valid
prior to attempting to send it a midi message.
hace 11 años
kevin
fadafa8e6b
cmProc3.h : Added equal power cross fade to XFader object.
hace 11 años
kevin
af7328e4d7
cmDspClass.c : Added OSX 10.5 (OSX_VER_10_5) conditional compilation blocks.
hace 11 años
kevin
544fe4acc4
cmThread.c : Changed OS_VER_10_6 TO OSX_VER_10_5 to better reflect the
reason for the conditional compilation.
hace 11 años
kpl
edad3b99cd
cmDspKr.h/c cmDspBuiltIn.c, cmDspPgmKr.c : Added 'NanoMap' DSP object.
hace 11 años
kpl
341bde7a7c
cmData.h/c : Initial implementation of serialization functions.
Not yet tested.
hace 11 años
kpl
c1289070d2
cmThread.h/c: Added cmTs1p1cSetCallback().
hace 11 años
kpl
53948d977d
cmTaskMgr.h/c : Many updates and changes to complete the initial development.
hace 11 años
kpl
daf04431aa
cmTimeLine.c : Added return value to cmTimeLineDeleteOnsetMarks() to
eliminate compiler warning.
hace 11 años
kevin
9082a45c41
cmDspPgmKr.c : Added Input gain control and all-notes-off command on the
off button (it's not clear that all-notes-off actually works.).
hace 11 años
kevin
60090ac441
cmDspClass.c : Restored _cmDspParseArgV() to return void to allow
compilation on OSX 10.6.8. This need to be fixed correctly so that it
compiles on 10.5.
hace 11 años
kevin
f1123a8475
cmDspBuiltIn.c : Addded 'reset' input to cmDspMidiOut to implement all-notes-off.
hace 11 años
kevin
11b11347a0
cmThread.c : Changed OS_64 cond. compilation to OS_VER_10_6. This needs
more work to fix correctly.
hace 11 años
kevin
2855506568
cmDspPgmKr.c : Added connection from 'simulate' check button to routers
and added siRt to route midi file player smpidx output in
'simulate' mode.
hace 11 años
kevin
681865e04b
cmDspFx.c : Added missing va_end() to match va_copy().
hace 11 años
kevin
75879e774a
cmDspClass.c : _cmDspParseArgV() now returns a va_list. This seems to
now be required to work with the OSX 32bit build. Added missing va_end() in _cmDspClassErrV().
hace 11 años
kpl
b549a90da3
cmDspPgmKr.c : Removed body of cmDspSysPgm_KrLive() and modified
_cmDspSysPgm_TimeLine() to have 'live' and 'simulate' modes.
hace 11 años
kpl
3a247f986f
cmDspKr.c : Minor code formatting changes.
hace 11 años
kpl
d091f769fc
cmProc4.h : Corrected comment typo.
hace 11 años
kpl
802e3d9514
cmDspPgm.c : Added option to omit the wavetable player output in favor
of the first audio input port in _cmDspSysPgm_Stereo_Through().
hace 11 años
kpl
585b54c6d8
cmAudioFile.c: Fixed bug in cmAudioFileCreate() where error msg did not
report the name of the audio file which produced the error.
hace 11 años