Commit Graph

228 Commits

Author SHA1 Message Date
kevin
eed564954a cwVariant.h/cpp, Makefile.am : Initial commit. 2020-12-11 15:58:06 -05:00
kevin
e8b9771365 cwThread.cpp : Fix bug where waitTimeMicrosSecs was not properly updates. 2020-12-11 15:57:35 -05:00
kevin
9e925e7996 Merge branch 'master' of gitea.larke.org:kevin/libcw 2020-11-12 21:18:44 -05:00
kpl
84989231b1 cwWebSock.cpp : Change to use external polling method in exec() 2020-11-12 09:47:45 -05:00
kevin
6182553685 Merge branch 'master' of gitea.larke.org:kevin/libcw 2020-11-10 17:25:13 -05:00
kevin
cfe75ca58d Delete cwMpScNbQueue.h 2020-11-10 17:24:36 -05:00
kpl
96b3b1ac0a Pine64 Updates. 2020-10-31 14:17:43 -04:00
kevin
635b673492 cwMpScQueue.h : Initial commit. 2020-10-30 09:41:01 -04:00
kevin
6dd882312d cwDataSet.h/cpp, cwNN.h/cpp : Updates. 2020-10-30 09:40:39 -04:00
kevin
4355c78f0d Merge branch 'master' of gitea.larke.org:klarke/libcw 2020-10-18 09:02:16 -04:00
kevin
9536e9b6bb cwVectOpts.h : Added comments 2020-10-18 09:02:03 -04:00
kevin
f3dbc6f91a Makefile.am,cwDsp,cwFFT: Updates to make FFTW optional. 2020-10-11 17:18:58 -04:00
kevin
1aba926fda Merge branch 'master' of gitea.larke.org:klarke/libcw
# Conflicts:
#	Makefile.am
2020-10-11 14:42:28 -04:00
kevin
ffbd10547b Makefile.am : Remove cwDataset.h/cpp from build. 2020-10-11 14:40:54 -04:00
kevin
25d663722b cwAudioFileOps.cpp : Fixed error message text. 2020-10-07 10:56:07 -04:00
kevin
33756d0e2f cwObject.cpp : Allow 'null' objects to be converted to a null ptr to a string. 2020-10-07 10:55:34 -04:00
kevin
18096014ad cwAudioFileOps.cp : Added 'irEnableFl' parameter to transform app. 2020-10-06 10:17:37 -04:00
Gitea
c0678804f1 cwAudioFileOps.cpp : parallel mix now calc's dest location as offset from first section start. 2020-10-06 12:24:35 +00:00
Gitea
2df3933196 Makefile.am,cwCommonImpl.h : Implement use of cwWEB 2020-10-04 20:05:31 +00:00
kevin
3baec05b71 cwAudioFileOps : Added convolve(), transformApp(), and 'gain' to cutAndMix(). 2020-10-04 10:50:43 -04:00
kevin
d7eab641c0 cwCommonImpl.h : Added is_even(). 2020-10-04 10:49:52 -04:00
kevin
e4db08a893 Makefile.am : Added cwDsp, cwString. 2020-10-04 10:49:24 -04:00
kevin
1232c3e36e cwFileSystem.cpp : Fixed but in exapndPath() that rejected paths with spaces. 2020-10-04 10:48:50 -04:00
kevin
49d84eeb2e cwString, cwDsp : Initial commit. 2020-10-04 10:48:27 -04:00
kevin
090851acbf cwVectOps.h : Added new version of seq(), phasor(), and sine(). 2020-10-04 10:47:39 -04:00
kevin
0884fda411 cwUtility : Added powerOfTwo() functions. 2020-10-04 10:47:03 -04:00
kevin
1440a4f55f cwAudioFile : Fixed memory leak. Added alloc/freeFloatBuf(). 2020-10-04 10:46:19 -04:00
kevin
43c8737d73 cwAudioBuf,cwAudioDeviceAlsa : Test functions now return error codes. 2020-09-27 10:27:32 -04:00
kevin
9b97662d62 cwAudioFileOps.cpp : Fixed regression in parallelMix(). 2020-09-24 12:39:19 -04:00
kevin
be361fcbd6 cwAudioFileOps.cpp : Minor changes to clean code and error reporting. 2020-09-24 11:41:23 -04:00
kevin
7312289d76 cwAudioFile.cpp : Fixed bug in _get() that prevented all dependent function from reading at the correct location. 2020-09-24 11:36:06 -04:00
kevin
fe5c069adb cwMtx.h,cpp : Added slice() and derivatives. 2020-09-22 13:33:32 -04:00
kevin
077e1bc428 Makefile.am : Added use of cwALSA 2020-09-22 13:32:13 -04:00
kevin
62257d7d24 cwVectOps.h : Initial commit.
cwTime.h: Added elaspsedMs()
cwObject.h: Added getv_opt().
cwCommon.h: Added kInvalidStateRC
Makefile: Added use of cwWEBSOCK build variable.
cwAudioFileOps.h : Initial commit.
cwAudioFile.h : Moved some operations so cwAudioFileOps.h
cwCommonImpl.h : Removed is_int<> because has a std library implementation.
2020-09-22 11:37:19 -04:00
kevin
fa33ac00c9 cwFileSys.h/cpp : Added makeDir().
cwLog.h/cpp : Added cwLogPrint() functions.
cwMtx.h : Many addtions.
cwObject.h : Added find_child() functions.
cwUtility.h/cpp : Added x80ToDouble() and doubleToX80().
cwCommon.h : Added new RC codes
cwCommonImpl.h : Added swapping macros and is_int<T>().
2020-09-01 15:46:21 -04:00
kevin
1af6b58667 cwAudioFile.h/cpp, cwMtx.cpp, Makefile.am : Added cwAudioFile and cwMtx.cpp. 2020-09-01 15:42:28 -04:00
kevin
d492374df7 cwNN.h/cpp/Makefile.am : Initial commit. 2020-08-19 20:12:51 -04:00
kevin
ca4487d09b cwText.h/cpp : Added textAppend() and textJoin(). 2020-08-19 20:12:19 -04:00
kevin
bb479512ef cwMtx.h : Initial commit. 2020-08-19 20:11:49 -04:00
kevin
a75a2a2a36 cwSvg.h/cpp : Initial commit. 2020-08-19 20:11:29 -04:00
kevin
11bad66e54 cwDataSets.h/cpp : Initial commit. MNIST dataset implementation. 2020-08-19 20:10:35 -04:00
kevin
ded6a1ef4a cwMem.h : Expanded allocDupl() interfaces. Added printp(),appendStr() 2020-08-19 20:08:14 -04:00
kevin
721d333a7f cwCommonImpl.h : define cwCount() and cwPP_NARG(). 2020-08-19 20:06:44 -04:00
kevin
2e4ac71f44 cwFile.h : Set read/write???() cnt to default to 1. 2020-08-19 20:06:17 -04:00
kevin.larke
2b73b7b416 cwEuCon.cpp : Change mute id's to indicate source. 2020-05-19 20:51:20 -04:00
kevin.larke
c94990cb00 cwEuConDecls.h : Changed kMuteEuconId to kEucMuteEuconId and added kFdrMuteEuconId. 2020-05-19 20:44:35 -04:00
kevin.larke
71a2bf42c9 html/ui/ui.css/js : Initial commit. 2020-05-18 12:23:41 -04:00
kevin.larke
4982c61d60 cwUi.h/cpp : Added single element creation functions which take there values from the system rather than setting them from their default value. 2020-05-18 11:03:42 -04:00
kevin.larke
c4b0b0dba3 cwEuCon.cpp : Send state changes back to FDR. 2020-05-17 06:49:03 -04:00
kevin
222e058579 cwUi : Added widget type "numb_disp". 2020-05-15 11:59:39 -04:00