Commit Graph

709 Commits

Author SHA1 Message Date
kevin
198908dd47 cmProc4.h/c: Added cmRcdPlaySetLaSecs().
Added comments.
Fixed bug in filling record buffer.
2013-11-19 19:28:51 -08:00
kevin
2cba573163 cmProc4.h/c: Fixed bug in _cmScValidateMarkers() that incorrectly tagged good fade markers and invalid. 2013-11-19 19:28:02 -08:00
kevin
c946234fde Merge branch 'master' of klarke.webfactional.com:webapps/git/repos/libcm with
spat lab mac.
2013-11-19 11:15:12 -08:00
kevin
031210c7e9 cmDspPgmKr.c : Added look-head parameters for cmDspRecdPlay object. 2013-11-19 11:08:56 -05:00
kevin
57d2a86a42 cmProc4.h/c, cmDspKr.c : Added look-ahead buffer to cmRecdPlay object. 2013-11-19 11:08:08 -05:00
kevin
ebef000a27 cmData.h/c: Commented out uncompilable bits. 2013-11-19 11:07:22 -05:00
kevin
e6933b61d2 cmScore.c : Fixed bug in _cmScParseFile() where _cmScParseSectionColumn()
overwrote 'rc' and thereby prevented the functio from returning the correct result code on fail.
2013-11-19 11:06:56 -05:00
kpl
c809469b62 cmData.h/c : More changes - that won't fully compile. 2013-11-19 00:11:25 -08:00
kpl
b74e24a46b cmData.h/c: Initial rewrite of cmData to include the concept of homogeneous arrays as containers and leaf nodes. 2013-11-18 22:36:24 -08:00
kpl
691d0ef278 cmDspPgmKr.c : Added the cmDspRecdPlay object to the patch. 2013-11-18 22:32:28 -08:00
kpl
d64f92ac03 Added the cmRecdPlay proc object. 2013-11-18 22:31:58 -08:00
kpl
70dffe559b cmScore.h/c : Added the concept of 'markers' to support locating live recd/play fragments. 2013-11-18 22:31:19 -08:00
kpl
8f4981728c cmDspKr.h/c : Added the cmDspRecdPlay object.
The cmScoreInitialize() call in cmDspScore now is passed a valid symbol table handle.
2013-11-18 22:30:27 -08:00
kpl
fd52495292 cmDspBuiltIn.c : Added cmRecdPlayClassCons to _cmDspClassBuiltInArray[]. 2013-11-18 22:28:06 -08:00
kpl
b4d99528f9 cmLex.h/c : Added cmLexTokenIsUnsigned() and cmLexTokenIsSignlePrecision(). 2013-11-15 16:44:49 -08:00
kpl
2e1c77f150 cmData.h/c : Initial debugging and testing of cmDataParser. 2013-11-15 16:44:05 -08:00
kevin
fd56025468 cmData.c : Minor bug fixes to complete initial testing of cmDataParser. 2013-11-15 08:52:26 -05:00
kevin
ead258c822 Merging 'de' libcm into 'cmtest' libcm 2013-11-14 16:51:20 -05:00
kevin
1a70a5afa0 cmData.h/c : Completed initial implementation of cmDataParser. 2013-11-14 16:45:01 -05:00
kevin
1431685ef3 cmStack.h : Added comments. 2013-11-14 16:44:34 -05:00
kpl
9928dc4f4a cmData.h/c : Inital implementation of cmDataParser. 2013-11-14 09:16:50 -08:00
kevin
07b0ca3bbb cmGrPage.h : Added comment to cmGrLabelFunc_t. 2013-11-13 11:53:20 -05:00
kevin
0debd730a6 cmData.c : Initial implementation of cmDataSerialize(). 2013-11-05 14:37:38 -08:00
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.
2013-11-05 14:34:22 -08:00
kevin
9181a5d804 cmScore.c : Completed implementation of cmScoreFileFromMidi(). 2013-11-05 14:32:59 -08:00
kevin
6bc6511d8f cmMidiFile.h : Added comments. 2013-11-05 12:52:23 -08:00
kevin
72b65a1904 cmScore.h/c : Initial implementation of cmScoreFileFromMidi(). 2013-11-05 12:52:07 -08:00
kevin
d235d22da5 cmDspPgmKr.c : Added 'audio in' button to switch 'live' and 'simulate'
audio input between the recorded and audio input port.
2013-11-03 13:46:41 -08:00
kevin
ab9f8c0caa cmProc4.c : cmScMatcherMidiInput() now masks off the status byte channel
bits and checks for non-zero velocity when looking for note-on messages.
2013-11-03 13:42:40 -08:00
kevin
87dd286b98 cmMidiOsx.c : Fixed bug in cmMpDeviceSend() where the correct message
byte count was not calculated.
2013-11-03 11:56:39 -08:00
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.
2013-11-03 11:56:01 -08:00
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).
2013-11-03 11:53:17 -08:00
kevin
3e5af0773e cmProc4.h : Updated comments and formatting. 2013-11-03 11:52:03 -08:00
kevin
b67964871f cmDspFx.c : Added 'reset' input to cmDspXFader and cmDspAvailCh objects. 2013-11-03 11:51:26 -08:00
kevin
29c10b0a88 cmProc3.h/c : Changes to cmXFader to implement equal power cross-fade and
addition of cmXFaderJumpToDestinationGain().
2013-11-03 11:50:03 -08:00
kevin
a690102601 cmScore.c : Changes to _cmScProcSets() to prevent crashing on OSX debug build. 2013-11-03 11:47:10 -08:00
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.
2013-11-01 18:34:15 -07:00
kevin
feb6e71245 cmDspFx.c : Added equal power cross fade to xfader object. 2013-11-01 18:33:03 -07:00
kevin
a8394b2814 cmDspBuiltIn.c : midi output port now notices when the device is not valid
prior to attempting to send it a midi message.
2013-11-01 18:31:29 -07:00
kevin
fadafa8e6b cmProc3.h : Added equal power cross fade to XFader object. 2013-11-01 18:30:40 -07:00
kevin
af7328e4d7 cmDspClass.c : Added OSX 10.5 (OSX_VER_10_5) conditional compilation blocks. 2013-10-31 20:09:46 -07:00
kevin
544fe4acc4 cmThread.c : Changed OS_VER_10_6 TO OSX_VER_10_5 to better reflect the
reason for the conditional compilation.
2013-10-31 20:09:16 -07:00
kpl
edad3b99cd cmDspKr.h/c cmDspBuiltIn.c, cmDspPgmKr.c : Added 'NanoMap' DSP object. 2013-10-31 18:07:00 -07:00
kpl
341bde7a7c cmData.h/c : Initial implementation of serialization functions.
Not yet tested.
2013-10-21 22:17:24 -07:00
kpl
c1289070d2 cmThread.h/c: Added cmTs1p1cSetCallback(). 2013-10-20 20:44:08 -07:00
kpl
53948d977d cmTaskMgr.h/c : Many updates and changes to complete the initial development. 2013-10-20 20:42:32 -07:00
kpl
daf04431aa cmTimeLine.c : Added return value to cmTimeLineDeleteOnsetMarks() to
eliminate compiler warning.
2013-10-20 20:09:48 -07:00
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.).
2013-10-17 16:56:31 -07:00
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.
2013-10-17 16:55:26 -07:00
kevin
f1123a8475 cmDspBuiltIn.c : Addded 'reset' input to cmDspMidiOut to implement all-notes-off. 2013-10-17 16:54:05 -07:00