Gráfico de commits

20 Commits

Autor SHA1 Mensagem Data
Kevin Larke
37b47e21fd cmRtNet.h/c : Corrected mispelling in #ifdef header guards.
On failure of cmThreadMutexWaitOnCondVar() in _cmRtThreadCallback() the
correct result code is now reported.
2014-10-15 11:08:26 -07:00
kpl
b2466c0d74 cmRtSys.c : Removed dead code from cmRtSysNteReportSyncEnable(). 2014-06-16 15:22:12 -07:00
kpl
7545105da1 cmRtSys.h/c : Added cmRtSysNetReportSyncEnable() 2014-06-16 11:01:02 -07:00
kpl
c0d05985e6 cmRtSys.c : rtSubIdx associated with a cmRtNet is now assigned at cmRtNetAlloc()
rather than at cmRtNetEndPointRegister().
2014-06-15 14:38:16 -07:00
kpl
983f7098fa cmRtSyc.c : Deleted dead code. 2014-06-14 16:45:52 -07:00
kpl
69ebc1c232 cmRtSys.c : If a network msg is received with the destination rtSubIdx set
to cmInvalidIdx then send the message to all sub-systems. (See _cmRtSysDeliverSegMsg().).
2014-06-14 14:38:52 -07:00
kpl_harpo
9f422e58e8 cmRtSys.h : Added 'no-block-mode' to run a program independent of the audio
clock. Added cmRtSysEnableNoBlockMode().
2014-04-08 09:02:39 -04:00
kevin
58f2040529 cmRtSys.h/c: cmRtSysCtx.h now have cmTimeSpec_t timestamps.
These timestamps are set in _cmRtDspExecCallback() by cmApBufGetIO().
_cmRtSysEnable() now calls cmApBufOnPortEnable() to allow cmApBuf to be
aware of the audio stream starting and stopping.
2013-12-15 18:49:49 -05:00
kevin
efd54c7657 cmTimeLine.c,cmAudioPort.c,cmPgmOpts.c,cmProc.c,cmRtSys.c:
Changes to remove compiler warnings on OSX build.
2013-07-13 17:20:31 -07:00
kpl
32125efcf5 cmRtSys.h/c,cmUiRTSysMstr.c:Allow access to cmRtNetH_t via cmRtSys. 2013-05-04 23:52:56 -07:00
kevin
a1a0a61e74 cmRtSys.c: Comment updates. 2013-05-04 08:57:10 -07:00
kevin
ca3fb3ec80 cmRtSys.c: cmRtSysContext() now checks validity of rtSubIdx. 2013-05-01 15:06:05 -07:00
kpl
fada2cfcdb cmRtSys.h/c: Added cmRtNet-IsInitialized(),-DoSync(),-Report(). 2013-04-30 12:41:44 -07:00
kpl
d8e7f5ff22 cmRtSys.h/c:Changes to reflect new cmRtNet API. 2013-04-28 15:21:08 -07:00
kpl
160fc62c95 cmRtSys.c: Changes to reflect changes to cmRtNet API. 2013-04-27 15:52:28 -07:00
kevin
674e5fba31 cmRtSys.h: Replace cmRtSysInitialize() with cmRtSysBeginCfg/Cfg/EndCfg(). 2013-04-15 18:11:45 -07:00
kevin
4364f23d22 cmRtSys.c: Disable UDP port poll in _cmRtDspExecCallback() 2013-04-12 13:06:50 -07:00
kevin
c0259b6777 cmRtSys.c:_cmRtDspExecCallback() now contains network update and message send.
This is a cleaner representation than the original code.
2013-04-11 00:29:55 -07:00
kevin
bdfc4f6c8d cmRtSys.h/c: Replaced use of cmNetH_t with cmUdpH_t. 2013-04-10 00:34:34 -07:00
kevin
7ce3d9b72a cmRtSys.h/c and cmRtSysMsg.h: Replacement for cmAudioSys.h/c. Initial Commit.
cmUiRtSysMstr.h/c: Renamed from cmUiAudioSys.h/c.
2013-04-08 22:59:10 -07:00