Commit Graph

851 Commits

Author SHA1 Message Date
kevin
a9a615f94e cmDspClass.c: _cmDspParseArgV() now returns the va_list. This seemed to solve a OS-X problem with va_arg() parsing. 2013-05-22 10:32:45 -07:00
kevin
d0b9ccafe5 cmText.c:Added a va_end() to mach the va_copy in _cmTextSysVPrintf(). 2013-05-22 10:31:22 -07:00
kevin
84923532c4 cmTime.h/c: Replaced clock_gettime_stub.h/c with OS-X specific code which may not be as accurate with absolute time but has equivalent delta-time accuracty. This code needs to be tested. 2013-05-22 10:30:37 -07:00
kevin
0507290dfe cmAudioFileDev.c,cmMidiFilePlay.c:Replaced calls to clock_gettime() with equivalent calls to cmTimeGet(). 2013-05-22 10:27:55 -07:00
kevin
8d00e8fe23 cmTimeLine.h/c: cmTimeLineReadJson() now takes a handle ptr, rather than a handle,
so that it can correctly release the handle if the file read/parse fails.
2013-05-22 10:26:08 -07:00
kevin
57d10b5bdb Makefile.am:Removed clock_gettime_stub.h/c from OS-X build. 2013-05-22 10:24:56 -07:00
kevin
27ab77f2c7 osx/clock_gettime_stub.h/c: Removed. Replaced with OS-X specific code in cmTime.c 2013-05-22 10:24:00 -07:00
kevin
37fffdf181 cmData.h/c: Initial working version in cmtest. 2013-05-21 11:49:24 -07:00
kpl
ece2c83bf7 cmData.h/c:More basic development. 2013-05-12 12:23:26 -07:00
kpl
e25c92802e cmData.h/c Initialize Add 2013-05-07 13:03:14 -07:00
kpl
32125efcf5 cmRtSys.h/c,cmUiRTSysMstr.c:Allow access to cmRtNetH_t via cmRtSys. 2013-05-04 23:52:56 -07:00
kpl
c1116f6fc0 cmRtNet.h/c,cmRtSysMsg.h:Added cmRtNetMsg_t to suport use of rtSubIdx as part of endpoint description. 2013-05-04 23:52:16 -07:00
kpl
dfb569b548 cmData.h/c,Makefile.am:Initial commit. 2013-05-04 23:49:37 -07:00
kevin
a1a0a61e74 cmRtSys.c: Comment updates. 2013-05-04 08:57:10 -07:00
kevin
6dfbab8037 cmRtSysMsg.h,cmRtNet.h/c: Added use of kMsgSetRtId to all non-net-sync msg's sent via network. 2013-05-04 08:56:44 -07:00
kevin
48884c3389 cmMidiOsx.c: Check OSX references against 0 instead of NULL.
Use _cmMpRtPtr to notice the first use of _cmMpRoot.
2013-05-01 15:11:32 -07:00
kevin
2ce96cdfd3 cmAudioPortOsx.h/c:Added baseApDevIdx to cmApOSxInitialize(). 2013-05-01 15:10:18 -07:00
kevin
cc3f7627a0 cmDspKr.c:Removed unused variable p in _cmDspScaleRangeReset(). 2013-05-01 15:09:46 -07:00
kevin
0dd7cdbbe9 cmUdpPort.h/c:Added cmInvalidUdpPortNumber and check for definition of HOST_NAME_MAX. 2013-05-01 15:08:58 -07:00
kevin
0882f93f50 cmTime.h: Added OSX specfic clock_gettime(). 2013-05-01 15:07:25 -07:00
kevin
b82a0d0edd cmThread.c:Added OSX specific atomic operations. 2013-05-01 15:06:28 -07:00
kevin
ca3fb3ec80 cmRtSys.c: cmRtSysContext() now checks validity of rtSubIdx. 2013-05-01 15:06:05 -07:00
kevin
3f1821b0be cmRtNet.c: Replaced use of cmInvalidId with cmInvalidUdpPortNumber in cmRtNetReport(). 2013-05-01 15:04:52 -07:00
kevin
4c0847942d cmProc2.h:Removed incorrect use of cmSigGenWaveformId which caused multiple definition errors. 2013-05-01 15:03:50 -07:00
kevin
267fa650a5 cmMidiPort.c: Use 0xff as invalid status byte instead of -1 in cmMpParseMidiData()
and cmMpParserMidiTriple() to eliminate 'always true' warning.
2013-05-01 15:02:59 -07:00
kevin
92c7f0aa9b cmLib.c:cmLibInitialize() now checks for empty as well as NULL library path
before scanning for libraries.
2013-05-01 15:01:25 -07:00
kevin
894d39466b cmGrPlot.h/c: Removed superfluous use of const in function returning cmGrColor_t. 2013-05-01 14:59:29 -07:00
kevin
2f42661b40 cmFileSys.c:OSX pref. directory now uses 'appNameStr' as preference folder. 2013-05-01 14:58:12 -07:00
kevin
c26679e567 cmScore.h: Removed duplicate typedef cmScCb_t. 2013-05-01 14:56:58 -07:00
kpl
fada2cfcdb cmRtSys.h/c: Added cmRtNet-IsInitialized(),-DoSync(),-Report(). 2013-04-30 12:41:44 -07:00
kpl
e8e3f189ed cmRtNet.h/c:Added cmRtNetIsInitialized() and check for non-blank node label and bcast address. 2013-04-30 12:40:27 -07:00
kpl
85e1b90c14 cmPickup.c: fixed uninitialized 'rsi' in _cmTlFindRecdBefore(). 2013-04-30 12:29:51 -07:00
kpl
f24f84b48d cmScore.c:Remove 'foundFl' from release build in 2 places to prevent compiler warnings. 2013-04-30 12:28:57 -07:00
kevin
3838d0d888 cmDevCfg.h/c:Removed net cfg and added broadcast address and node label to audio cfg. 2013-04-28 19:33:29 -07:00
kevin
1b22f4a73a cmRtNet.c:Fixed bug with detecting reuse of node labels in _cmRtNetSyncModeRecv(). 2013-04-28 19:33:00 -07:00
kpl
d8e7f5ff22 cmRtSys.h/c:Changes to reflect new cmRtNet API. 2013-04-28 15:21:08 -07:00
kpl
63bba3ffa7 cmRtNet.h/c: Many changes. Completed testing of cmRtNetTest(). 2013-04-28 15:20:33 -07:00
kpl
9e65734d66 cmUdpPort.h:Comment update. 2013-04-28 15:20:04 -07:00
kpl
af159c8669 cmRTNet.c: Added kBroadcastUdpFl to cmUdpInit(). 2013-04-27 15:53:38 -07:00
kpl
160fc62c95 cmRtSys.c: Changes to reflect changes to cmRtNet API. 2013-04-27 15:52:28 -07:00
kpl
76258fe7e2 cmUdpPort.h/c: Added kBroadcastUdpFl option. 2013-04-27 15:51:58 -07:00
kpl
44900567b8 cmRtNet.h/c: Implement simplified net synch. protocol. 2013-04-27 15:51:21 -07:00
kpl
bb1e86f9de cmRtNet.h/c:Added cmRtNetLocalHostName(). Replaced use of cmUdpHostNameXXX() w/ cmUdpHostName() in cmRtNetTest(). 2013-04-27 12:14:58 -07:00
kpl
875fce5f9d cmUdpPort.h/c:Added cmUdpLocalAddr(). Replaced cmUdpHostNameXXX() w/ cmUdpHostName(). 2013-04-27 12:13:38 -07:00
kpl
f4caf7f522 cmUdpPort.c:Fixed bug in cmUdpAddrToString(). 2013-04-27 11:17:46 -07:00
kpl
8f9689faa8 cmRtNet.h/c: Completed initial working cmRtNetTest(). 2013-04-27 11:02:01 -07:00
kpl
c6906efbea cmRtNet.c: More changes to cmRtNetTest(). 2013-04-26 15:56:19 -07:00
kpl
81b753e2ad cmRtNet.c: More changes to cmRtNetTest(). 2013-04-26 15:55:30 -07:00
kpl
01973701f8 cmRtNet.c: More changes to cmRtNetTest(). 2013-04-26 15:39:51 -07:00
kpl
3e1c8cbce6 cmRtNet.c: More changes to cmRtNetTest(). 2013-04-26 15:36:37 -07:00