dns_sd
Changes to support autotools build.
2020-03-24 08:51:51 -04:00
html
cwIoAudioMidiApp.h/cpp,cwIoAudioRecordPlay.h/cpp,cwIoMidiRecordPlay.h/cpp: Initial commit.
2021-05-10 08:38:10 -04:00
study
cwDataSet.h/cpp, cwNN.h/cpp : Updates.
2020-10-30 09:40:39 -04:00
.gitignore
.gitignore : updates
2020-03-23 10:51:18 -04:00
cwAudioBuf.cpp
cwAudioBuf.h/cpp : Added version of meter() which returns an array of meter values from a device.
2021-01-31 11:04:11 -05:00
cwAudioBuf.h
cwAudioBuf.h/cpp : Added version of meter() which returns an array of meter values from a device.
2021-01-31 11:04:11 -05:00
cwAudioBufDecls.h
Added 'decls' include files to hold public declarations for audio,midi,serial,socket, and websock modules.
2020-03-23 10:41:28 -04:00
cwAudioDevice.cpp
Added 'decls' include files to hold public declarations for audio,midi,serial,socket, and websock modules.
2020-03-23 10:41:28 -04:00
cwAudioDevice.h
Added 'decls' include files to hold public declarations for audio,midi,serial,socket, and websock modules.
2020-03-23 10:41:28 -04:00
cwAudioDeviceAlsa.cpp
cwAudioDeviceAlsa.cpp : Replaced printf()'s with cwLogInfo()'s.
2021-01-31 11:10:44 -05:00
cwAudioDeviceAlsa.h
cwAudioBuf,cwAudioDeviceAlsa : Test functions now return error codes.
2020-09-27 10:27:32 -04:00
cwAudioDeviceDecls.h
Added 'decls' include files to hold public declarations for audio,midi,serial,socket, and websock modules.
2020-03-23 10:41:28 -04:00
cwAudioDeviceTest.cpp
cwAudioDeviceTest.cpp : Change static_cast<> to reinterpet_cast<>
2021-01-20 13:06:57 -05:00
cwAudioDeviceTest.h
cwAudioDeviceTest.h/cpp : test() now takes a cfg object and added test_tone().
2020-12-15 15:30:45 -05:00
cwAudioFile.cpp
cwMath.h/cpp : Populate cwMath from libcm and move some functions from cwUtility to cwMath.
2021-08-15 15:51:09 -04:00
cwAudioFile.h
cwAudioFile.h/cpp : Add floating point file format.
2021-05-08 08:15:06 -04:00
cwAudioFileOps.cpp
cwAudioFileProc.h/cpp, cwAudioTransforms.h/cpp, cwPvAudioFileProc.h/cpp: Initial commit.
2021-08-15 16:06:29 -04:00
cwAudioFileOps.h
cwFileOps.h/cpp: Added fade in/out fucnctionality to selectToFile().
2021-02-24 13:21:35 -05:00
cwAudioFileProc.cpp
cwAudioFileProc.h/cpp, cwAudioTransforms.h/cpp, cwPvAudioFileProc.h/cpp: Initial commit.
2021-08-15 16:06:29 -04:00
cwAudioFileProc.h
cwAudioFileProc.h/cpp, cwAudioTransforms.h/cpp, cwPvAudioFileProc.h/cpp: Initial commit.
2021-08-15 16:06:29 -04:00
cwAudioTransforms.cpp
cwAudioFileProc.h/cpp, cwAudioTransforms.h/cpp, cwPvAudioFileProc.h/cpp: Initial commit.
2021-08-15 16:06:29 -04:00
cwAudioTransforms.h
cwAudioTransforms.h : Added comments.
2021-08-22 22:38:35 -04:00
cwAvahiSurface.cpp
Updated dns_sd/ to match the Arduino build.
2020-02-13 11:29:52 -05:00
cwCommon.h
cwCommon.h,cwCommonImpl.h : small changes.
2021-08-15 15:56:34 -04:00
cwCommonImpl.cpp
Initial commit
2019-12-18 22:24:12 -05:00
cwCommonImpl.h
cwCommon.h,cwCommonImpl.h : small changes.
2021-08-15 15:56:34 -04:00
cwDataSets.cpp
cwDataSets.h/cpp : Add use of cache_t file cache to rdr to improve file read performance and add shuffling option.
2020-12-29 11:22:29 -05:00
cwDataSets.h
cwDataSets.h/cpp : Add use of cache_t file cache to rdr to improve file read performance and add shuffling option.
2020-12-29 11:22:29 -05:00
cwDnsSd.cpp
cwTime.h/cpp,cwDnsSd.cpp,cwMdns.cpp : Changed cwTime interface to use all references rather than pointers as arguments.
2020-04-17 11:16:21 -04:00
cwDnsSd.h
cwUtility, cwDnsSd, cwEuCon : Initial commit.
2020-02-12 13:43:00 -05:00
cwDsp.cpp
cwDsp.h/cpp: Many additions and changes.
2021-08-15 16:01:27 -04:00
cwDsp.h
cwDsp.h/cpp: Many additions and changes.
2021-08-15 16:01:27 -04:00
cwEuCon.cpp
cwEuCon.cpp : Change mute id's to indicate source.
2020-05-19 20:51:20 -04:00
cwEuCon.h
cwEuCon.h/cpp : Implemented sendMsg() and use cwEuConDecls.h.
2020-05-14 11:13:07 -04:00
cwEuConDecls.h
cwEuConDecls.h : Changed kMuteEuconId to kEucMuteEuconId and added kFdrMuteEuconId.
2020-05-19 20:44:35 -04:00
cwFFT.cpp
Makefile.am,cwDsp,cwFFT: Updates to make FFTW optional.
2020-10-11 17:18:58 -04:00
cwFFT.h
Makefile.am,cwDsp,cwFFT: Updates to make FFTW optional.
2020-10-11 17:18:58 -04:00
cwFile.cpp
cwFile.cpp : open() now calls filesys::expandPath() on all file names.
2021-02-26 13:33:31 -05:00
cwFile.h
cwFile.h/cpp : read()/write() now check 'lastRC' as a precondition.
2020-12-29 11:20:24 -05:00
cwFileSys.cpp
cwFileSys.cpp: Automatically expandPath() in dirEntries().
2021-08-15 15:47:04 -04:00
cwFileSys.h
cwFileSys.h/cpp : Added replaceDirectory/Filename/Extension() functions.
2021-05-10 08:30:22 -04:00
cwFlow.cpp
cwFlow.h/cpp,cwFlowProc.h/cpp,cwFlowTypes.h/cpp : Initial commit.
2021-08-15 16:07:12 -04:00
cwFlow.h
cwFlow.h/cpp,cwFlowProc.h/cpp,cwFlowTypes.h/cpp : Initial commit.
2021-08-15 16:07:12 -04:00
cwFlowProc.cpp
cwFlow.h/cpp,cwFlowProc.h/cpp,cwFlowTypes.h/cpp : Initial commit.
2021-08-15 16:07:12 -04:00
cwFlowProc.h
cwFlow.h/cpp,cwFlowProc.h/cpp,cwFlowTypes.h/cpp : Initial commit.
2021-08-15 16:07:12 -04:00
cwFlowTypes.cpp
cwFlow.h/cpp,cwFlowProc.h/cpp,cwFlowTypes.h/cpp : Initial commit.
2021-08-15 16:07:12 -04:00
cwFlowTypes.h
cwFlow.h/cpp,cwFlowProc.h/cpp,cwFlowTypes.h/cpp : Initial commit.
2021-08-15 16:07:12 -04:00
cwIo.cpp
cwIo.h/cpp : Added timer implementation.
2021-04-10 13:37:07 -04:00
cwIo.h
cwIo.h/cpp : Added timer implementation.
2021-04-10 13:37:07 -04:00
cwIoAudioMidi.cpp
cwIoAudioMidi.cpp, cwIoAudioRecordPlay.cpp, cwIoMidiRecordPlay.h/cpp, cwMidiPort.cpp: Many changes and additions.
2021-08-15 16:02:45 -04:00
cwIoAudioMidi.h
audio_midi : Initial implementation of audio_midi io-based app.
2021-04-10 13:38:49 -04:00
cwIoAudioMidiApp.cpp
cwIoAudioMidiApp.h/cpp,cwIoAudioRecordPlay.h/cpp,cwIoMidiRecordPlay.h/cpp: Initial commit.
2021-05-10 08:38:10 -04:00
cwIoAudioMidiApp.h
cwIoAudioMidiApp.h/cpp,cwIoAudioRecordPlay.h/cpp,cwIoMidiRecordPlay.h/cpp: Initial commit.
2021-05-10 08:38:10 -04:00
cwIoAudioPanel.cpp
cwIoAudioPanel.cpp : Fixed bug where ioH was saved back to object too late in audio_panel::create().
2021-05-10 08:36:19 -04:00
cwIoAudioPanel.h
cwIoAudioPanel.h/cpp,cwIoSocketChat.h/cpp, Makefile.am, cwIoTest.cpp : Initial commit of cwIoAudioPanel and cwIoSocketChat.
2021-01-31 11:16:08 -05:00
cwIoAudioRecordPlay.cpp
cwIoAudioMidi.cpp, cwIoAudioRecordPlay.cpp, cwIoMidiRecordPlay.h/cpp, cwMidiPort.cpp: Many changes and additions.
2021-08-15 16:02:45 -04:00
cwIoAudioRecordPlay.h
cwIoAudioMidiApp.h/cpp,cwIoAudioRecordPlay.h/cpp,cwIoMidiRecordPlay.h/cpp: Initial commit.
2021-05-10 08:38:10 -04:00
cwIoMidiRecordPlay.cpp
cwIoAudioMidi.cpp, cwIoAudioRecordPlay.cpp, cwIoMidiRecordPlay.h/cpp, cwMidiPort.cpp: Many changes and additions.
2021-08-15 16:02:45 -04:00
cwIoMidiRecordPlay.h
cwIoAudioMidi.cpp, cwIoAudioRecordPlay.cpp, cwIoMidiRecordPlay.h/cpp, cwMidiPort.cpp: Many changes and additions.
2021-08-15 16:02:45 -04:00
cwIoSocketChat.cpp
cwIoAudioPanel.h/cpp,cwIoSocketChat.h/cpp, Makefile.am, cwIoTest.cpp : Initial commit of cwIoAudioPanel and cwIoSocketChat.
2021-01-31 11:16:08 -05:00
cwIoSocketChat.h
cwIoAudioPanel.h/cpp,cwIoSocketChat.h/cpp, Makefile.am, cwIoTest.cpp : Initial commit of cwIoAudioPanel and cwIoSocketChat.
2021-01-31 11:16:08 -05:00
cwIoTest.cpp
cwIoTest.cpp : Fixed error handling in test().
2021-05-10 08:32:20 -04:00
cwIoTest.h
cwIo.h/cpp, cwIoTest.h/cpp, html/ioTest.* : Many changes and additions to support first working Ui and audio subsystem.
2021-01-20 13:13:11 -05:00
cwLex.cpp
Standardized filesys and mem namespaces.
2019-12-27 21:51:28 -05:00
cwLex.h
Initial implementation cwTcpSocket*
2019-12-27 16:52:45 -05:00
cwLib.cpp
Changes to support autotools build.
2020-03-24 08:51:51 -04:00
cwLib.h
cwLib.h/cpp, cwMutex.h/cpp : Initial commit.
2020-03-04 14:05:54 -05:00
cwLog.cpp
cwFileSys.h/cpp : Added makeDir().
2020-09-01 15:46:21 -04:00
cwLog.h
cwFileSys.h/cpp : Added makeDir().
2020-09-01 15:46:21 -04:00
cwMath.cpp
cwMath.h/cpp : Populate cwMath from libcm and move some functions from cwUtility to cwMath.
2021-08-15 15:51:09 -04:00
cwMath.h
cwMath.h/cpp : Populate cwMath from libcm and move some functions from cwUtility to cwMath.
2021-08-15 15:51:09 -04:00
cwMdns.cpp
cwTime.h/cpp,cwDnsSd.cpp,cwMdns.cpp : Changed cwTime interface to use all references rather than pointers as arguments.
2020-04-17 11:16:21 -04:00
cwMdns.h
cwMdns.h/cpp : Initial commit.
2020-01-27 17:51:38 -05:00
cwMem.cpp
Pine64 Updates.
2020-10-31 14:17:43 -04:00
cwMem.h
cwMem.h : Expanded allocDupl() interfaces. Added printp(),appendStr()
2020-08-19 20:08:14 -04:00
cwMidi.cpp
cwMidi.h/cpp : Added kMidiPortMdId MIDI File meta status id.
2021-02-21 08:47:29 -05:00
cwMidi.h
cwMidi.h/cpp : Added kMidiPortMdId MIDI File meta status id.
2021-02-21 08:47:29 -05:00
cwMidiAlsa.cpp
Added 'decls' include files to hold public declarations for audio,midi,serial,socket, and websock modules.
2020-03-23 10:41:28 -04:00
cwMidiDecls.h
cwMidiDecls.h : Removed deltaUs from midi::msg_t.
2021-05-10 08:35:10 -04:00
cwMidiFile.cpp
cwMidiFile.h/cpp, Makefile : Initial commit.
2021-02-21 08:48:37 -05:00
cwMidiFile.h
cwMidiFile.h/cpp, Makefile : Initial commit.
2021-02-21 08:48:37 -05:00
cwMidiPort.cpp
cwMidiPort.cpp: Print out message in testCallback().
2021-08-15 16:03:56 -04:00
cwMidiPort.h
Added 'decls' include files to hold public declarations for audio,midi,serial,socket, and websock modules.
2020-03-23 10:41:28 -04:00
cwMpScNbQueue.h
cwMpScNbQueue.h : Initial commit.
2021-01-12 15:49:19 -05:00
cwMpScQueue.h
cwMpScQueue.h : replace use of atomic exchange
2021-01-12 15:57:57 -05:00
cwMtx.cpp
cwMtx.h,cpp : Added slice() and derivatives.
2020-09-22 13:33:32 -04:00
cwMtx.h
cwMtx.h: Fixed calc. of ele_count().
2021-08-15 15:58:38 -04:00
cwMutex.cpp
cwmutex.h : Added signalCondVar().
2021-01-20 13:07:36 -05:00
cwMutex.h
cwMutex.h : Added 'spurious wakeup' comments.
2021-01-22 09:33:23 -05:00
cwNbMem.cpp
cwNbMem.h/cpp : Initial commit.
2020-01-27 17:51:56 -05:00
cwNbMem.h
cwNbMem.h/cpp : Initial commit.
2020-01-27 17:51:56 -05:00
cwNN.cpp
cwDataSet.h/cpp, cwNN.h/cpp : Updates.
2020-10-30 09:40:39 -04:00
cwNN.h
cwDataSet.h/cpp, cwNN.h/cpp : Updates.
2020-10-30 09:40:39 -04:00
cwNumericConvert.h
cwNumericConvert.h : Remove verification of double value vs d_min in numeric_convert().
2021-08-15 15:57:54 -04:00
cwObject.cpp
cwObject.cpp : Allow strings with '.' to match the 'id' token.
2021-08-15 15:59:52 -04:00
cwObject.h
cwObject.h: Added is_string().
2021-08-15 15:54:58 -04:00
cwObjectTemplate.h
cwObject.h/cpp : Added newPairObject(), typeid: kCStringTId, changed list_ele() to child_ele()
2020-04-06 19:15:03 -04:00
cwPvAudioFileProc.cpp
cwAudioFileProc.h/cpp, cwAudioTransforms.h/cpp, cwPvAudioFileProc.h/cpp: Initial commit.
2021-08-15 16:06:29 -04:00
cwPvAudioFileProc.h
cwAudioFileProc.h/cpp, cwAudioTransforms.h/cpp, cwPvAudioFileProc.h/cpp: Initial commit.
2021-08-15 16:06:29 -04:00
cwSerialPort.cpp
cwSerialPort.cpp : fix bug where the incorrect byte count could be sent on a receive callback.
2020-03-16 22:54:14 -04:00
cwSerialPort.h
Added 'decls' include files to hold public declarations for audio,midi,serial,socket, and websock modules.
2020-03-23 10:41:28 -04:00
cwSerialPortDecls.h
Added 'decls' include files to hold public declarations for audio,midi,serial,socket, and websock modules.
2020-03-23 10:41:28 -04:00
cwSerialPortSrv.cpp
cwSerialPort.h/cpp,cwSerialPortSrv.h/cpp : serialPort now manages multiple ports.
2020-03-05 22:04:53 -05:00
cwSerialPortSrv.h
cwSerialPort.h/cpp,cwSerialPortSrv.h/cpp : serialPort now manages multiple ports.
2020-03-05 22:04:53 -05:00
cwSocket.cpp
cwSocket.cpp : Log a warning if the socket to destroy() is not found.
2020-04-17 14:05:14 -04:00
cwSocket.h
cwSocket.h : Updated comments.
2021-01-31 11:08:09 -05:00
cwSocketDecls.h
cwSocket.h/cpp : Changed name of cbId_t to cbOpId_t
2020-04-01 10:46:31 -04:00
cwSpScBuf.cpp
Pine64 Updates.
2020-10-31 14:17:43 -04:00
cwSpScBuf.h
cwSpScBuf.h/cpp, cwThreadMach.h/cpp : initial commit.
2020-04-09 21:06:44 -04:00
cwSpScQueueTmpl.cpp
Pine64 Updates.
2020-10-31 14:17:43 -04:00
cwSpScQueueTmpl.h
cwSpScQueueTmpl.h : Change operation such that get() ony returns empty records.
2020-04-19 15:17:11 -04:00
cwString.cpp
cwString, cwDsp : Initial commit.
2020-10-04 10:48:27 -04:00
cwString.h
cwString, cwDsp : Initial commit.
2020-10-04 10:48:27 -04:00
cwSvg.cpp
cwSvg.h/cpp : Removed unused flags from svg::write().
2020-12-29 11:21:00 -05:00
cwSvg.h
cwSvg.h/cpp : Removed unused flags from svg::write().
2020-12-29 11:21:00 -05:00
cwTcpSocket.cpp
cwTcpSocket.cpp : Fixed signed/unsigned compare.
2020-04-16 11:11:09 -04:00
cwTcpSocket.h
cwTcpSocket.h/cpp : Remove the handle_t argument in initAddr()
2020-03-16 22:52:21 -04:00
cwTcpSocketSrv.cpp
Many changes and additions to cwTcpSocket* to support MDNS and DNS-SD operations.
2020-02-12 13:25:13 -05:00
cwTcpSocketSrv.h
Many changes and additions to cwTcpSocket* to support MDNS and DNS-SD operations.
2020-02-12 13:25:13 -05:00
cwTcpSocketTest.cpp
Many changes and additions to cwTcpSocket* to support MDNS and DNS-SD operations.
2020-02-12 13:25:13 -05:00
cwTcpSocketTest.h
Many changes and additions to cwTcpSocket* to support MDNS and DNS-SD operations.
2020-02-12 13:25:13 -05:00
cwText.cpp
cwText.h/cpp : Added textAppend() and textJoin().
2020-08-19 20:12:19 -04:00
cwText.h
cwText.h/cpp : Added textAppend() and textJoin().
2020-08-19 20:12:19 -04:00
cwTextBuf.cpp
Standardized filesys and mem namespaces.
2019-12-27 21:51:28 -05:00
cwTextBuf.h
Many changes and additions.
2019-12-24 10:05:24 -05:00
cwThread.cpp
cwThread.cpp : Fix bug where waitTimeMicrosSecs was not properly updates.
2020-12-11 15:57:35 -05:00
cwThread.h
cwThread.h/cpp : thread_id_t is changed form unsigned to unsigned long long.
2020-01-27 17:50:57 -05:00
cwThreadMach.cpp
cwThreadMach.h/cpp : Many changes to support use in cwIo.
2021-01-20 13:11:44 -05:00
cwThreadMach.h
cwThreadMach.h/cpp : Many changes to support use in cwIo.
2021-01-20 13:11:44 -05:00
cwTime.cpp
cwVectOps.h : Initial commit.
2020-09-22 11:37:19 -04:00
cwTime.h
cwVectOps.h : Initial commit.
2020-09-22 11:37:19 -04:00
cwUi.cpp
cwUi.h/cpp : Fixed bug in _parseValueMsg() and updated comments in cwUi.h
2021-01-31 11:07:29 -05:00
cwUi.h
cwUi.h/cpp : Fixed bug in _parseValueMsg() and updated comments in cwUi.h
2021-01-31 11:07:29 -05:00
cwUiDecls.h
cwUi.h/cpp,cwUiTest.h/cpp, cwUiDecls.h : Moved public variables to cwUiDecls.h. Added a version of create() which uses an arg_t record. Added parseArgs() and releaseArgs().
2021-01-20 13:10:56 -05:00
cwUiTest.cpp
cwUi.h/cpp,cwUiTest.h/cpp, cwUiDecls.h : Moved public variables to cwUiDecls.h. Added a version of create() which uses an arg_t record. Added parseArgs() and releaseArgs().
2021-01-20 13:10:56 -05:00
cwUiTest.h
cwUi.h/cpp,cwUiTest.h/cpp, cwUiDecls.h : Moved public variables to cwUiDecls.h. Added a version of create() which uses an arg_t record. Added parseArgs() and releaseArgs().
2021-01-20 13:10:56 -05:00
cwUtility.cpp
cwMath.h/cpp : Populate cwMath from libcm and move some functions from cwUtility to cwMath.
2021-08-15 15:51:09 -04:00
cwUtility.h
cwUtility : Added powerOfTwo() functions.
2020-10-04 10:47:03 -04:00
cwVariant.cpp
cwVariant.h/cpp, Makefile.am : Initial commit.
2020-12-11 15:58:06 -05:00
cwVariant.h
cwVariant.h/cpp, Makefile.am : Initial commit.
2020-12-11 15:58:06 -05:00
cwVectOps.h
cwVectOps.h : Many additions and changes.
2021-08-15 16:00:40 -04:00
cwWebSock.cpp
cwWebSock.cpp: replace use of MpScNbQueue until MpScQueue can be debugged.
2021-01-12 17:05:34 -05:00
cwWebSock.h
cwWebSock.h/cpp : Added 'sessionId' to send() (and msg_t) to allow a message to be sent to a specific endpoint.
2020-03-31 12:53:14 -04:00
cwWebSockDecls.h
Added 'decls' include files to hold public declarations for audio,midi,serial,socket, and websock modules.
2020-03-23 10:41:28 -04:00
cwWebSockSvr.cpp
Pine64 Updates.
2020-10-31 14:17:43 -04:00
cwWebSockSvr.h
Pine64 Updates.
2020-10-31 14:17:43 -04:00
Makefile.am
cwFlow.h/cpp,cwFlowProc.h/cpp,cwFlowTypes.h/cpp : Initial commit.
2021-08-15 16:07:12 -04:00
README.md
README.md : Added To Do's.
2021-01-31 11:16:24 -05:00