Commit Graph

217 Commits

Author SHA1 Message Date
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
kevin.larke
a11abf391c cwEuCon.cpp : Add fank channel to log output. 2020-05-14 16:34:09 -04:00
kevin.larke
c36ba83b7b cwEuCon.h/cpp : Implemented sendMsg() and use cwEuConDecls.h. 2020-05-14 11:13:07 -04:00
kevin.larke
0ca908f7b8 cwEuConDecls.h : Initial commit. 2020-05-14 11:11:53 -04:00
kevin.larke
9d9f43cf58 cwEuCon.cpp : added _app_msg_decode(). 2020-05-12 10:43:00 -04:00
kevin.larke
6be205ecb5 cwUi.h/cpp : Added findElementAppId(). 2020-04-30 15:10:54 -04:00
kevin.larke
fab87f7050 cwUi.cpp : Fixed bug where 'title' element type had the wrong type string. 2020-04-28 20:51:18 -04:00
kevin.larke
239f9c1916 Merge branch 'master' of gitea.larke.org:klarke/libcw 2020-04-28 17:39:28 -04:00
kevin.larke
9b3fec0f95 cwUi.h: Added 'title' widget, and other minor HTML/JS/CSS changes. 2020-04-28 17:39:18 -04:00
kevin.larke
cb00951d10 Merge branch 'master' of gitea.larke.org:klarke/libcw 2020-04-28 16:59:42 -04:00
kevin.larke
e4bcdd4034 cwObject.cpp : Check for unexpected NULL node in objectFromString(). 2020-04-28 16:59:33 -04:00
kevin.larke
a46453f371 README.md : Updates 2020-04-28 16:38:54 -04:00