kevin
|
136d2974a9
|
cwIo.h/cpp : Include timer index in timer callback record.
|
2023-05-09 07:29:43 -04:00 |
|
kevin
|
ab40711eee
|
cwIo.cpp : Added use of atomic isStartedFl
|
2023-03-21 08:27:32 -04:00 |
|
kevin
|
06a6c51f9f
|
cwIo.cpp : Added new parameters for cwAudioDevFile
|
2023-02-26 13:43:39 -05:00 |
|
kevin
|
03061f42b7
|
cwAudioDevFile.h/cpp, cwIo.cpp : Implemented input cache on audio dev file.
|
2023-02-20 15:42:11 -05:00 |
|
kevin
|
47aeaabbfb
|
cwIo.cpp : The main callback no longer indicates a failure when the mutex times out.
|
2023-02-19 17:13:08 -05:00 |
|
kevin
|
20175d29f9
|
cwAudioDevice*.h,cpp, cwIo.h,cpp, cwIoAudioPanel.cpp : Added deviceEnable(), deviceSeek() to audio device driver.
Change io::cwAudioDeviceIsEnabled() to cwAudioDeviceIsActive().
|
2023-02-19 14:16:37 -05:00 |
|
kevin
|
e57997a1e5
|
cwIo.h/cpp: Added audio device file related feature.
|
2023-02-14 20:55:03 -05:00 |
|
kevin
|
a3f14c473a
|
cwIo.cpp : Update formatting.
|
2023-02-02 18:21:34 -05:00 |
|
kevin
|
11636a3f43
|
Added audio_meter and cwIo and flow support for metering.
Also updated spec_dist,pv_anl, pv_syn to use fd_real_t.
|
2023-01-05 07:30:57 -05:00 |
|
kevin
|
c693eab091
|
cwIo.cpp : stop() now calls stop the thread machine.
|
2022-12-27 18:10:26 -05:00 |
|
kevin
|
21697d8e82
|
cwIo.cpp : Fix some benign uninitialized variables.
|
2022-12-22 15:29:00 -05:00 |
|
kevin
|
f3aecb1177
|
cwIo.h/cpp : Added uiCreateFromRsrc().
|
2022-12-13 16:53:31 -05:00 |
|
kevin
|
f0e6a56a60
|
cwIo.h/cpp : Added optional synchronous callbacks for all sub-systems.
The UI is now automatically cleared in io::stop().
|
2022-12-13 13:27:32 -05:00 |
|
kevin
|
f8dc859b87
|
cwIo.h/cpp : By default callbacks from cwIo are now synchronous.
|
2022-12-12 12:20:59 -05:00 |
|
kevin
|
83884b5424
|
Merge branch 'master' of gitea.larke.org:kevin/libcw
|
2022-11-14 18:34:07 -05:00 |
|
kevin
|
eb674c8411
|
cwIo.h/cpp : Added socketIsConnected().
|
2022-11-14 18:32:32 -05:00 |
|
kevin
|
fac893d0b2
|
cwIo.h/cpp : Added io::threadCreate()
|
2022-06-12 16:50:01 -04:00 |
|
kevin
|
67078663be
|
cwIo.cpp: Zero initialize 'args' in _uiConfig()
|
2022-05-14 10:17:15 -04:00 |
|
kevin
|
1a186ebbad
|
cwIo.cpp : Minor comment change.
|
2022-05-06 16:05:04 -04:00 |
|
kevin
|
f57ac5ef3e
|
cwIo.h/cpp : Added uiReport().
|
2022-01-22 09:43:01 -05:00 |
|
kevin
|
321120af15
|
cwIo.cpp : Serial port server is now only started if a serial port is enabled.
Fixed memory leaks.
|
2021-12-29 21:36:16 -05:00 |
|
kevin
|
babda9b32d
|
cwUi,cwIo,cwUiTest.cpp,html/uiTest/js/ui.js,html/uiTest/ui.cfg : Added 'string_disp' type.
|
2021-12-27 16:48:58 -05:00 |
|
kevin
|
ee9031342b
|
cwIo.cpp : io::stop() now stops the audio engine.
|
2021-12-19 12:16:22 -05:00 |
|
kevin
|
869d367ed9
|
cwIo : added audioGroupDeviceCount(),audioGroupDeviceIndex(),audioDeviceLabel(),audioDeviceUserId()
|
2021-12-11 15:14:27 -05:00 |
|
kevin
|
40465b335c
|
cwUi.h/cpp, cwUiDecls.h : Added set/getOrderKey(). Added set/get/clearBlob(). Added destroyElement().
|
2021-11-14 11:55:09 -05:00 |
|
kevin
|
10e6cac8d1
|
cwIo.h/cpp : Changes to support cwUi API changes.
|
2021-11-05 22:21:44 -04:00 |
|
kevin
|
dd0f7a1aba
|
cwIo.h/cpp : Changes due to changes in cwUi interface.
|
2021-11-04 09:34:15 -04:00 |
|
kevin
|
fff58a8d4c
|
cwIo.h/cpp,cwIoAudioMidi.cpp,cwIOAudioMidiApp.cpp,cwIoAudioPanel.cpp,cwIoPresetSelApp.cpp,wcIoSocketChat.cpp: Changed due to cwUi interface changes and new non-recursive object_t.get() default policy.
|
2021-11-03 11:09:07 -04:00 |
|
kevin
|
3b593c5336
|
cwUi.h/cpp,cwUiTest: cppAdded uiCreateLog(),uiSetNumbRange(),uiSetProgRange().
|
2021-10-12 16:52:45 -04:00 |
|
kevin
|
e128a1dd38
|
cwIo.h/cpp,cwIoTest.cpp : Fixed serial port monitor example in cwIoTest.cpp
|
2021-10-11 11:53:36 -04:00 |
|
kevin
|
c66b1f4470
|
cwIo.h/cpp : Added timer implementation.
|
2021-04-10 13:37:07 -04:00 |
|
kevin
|
2b325ad334
|
cwIo.h/cpp : Implemented socket interface. Improved the audio metering.
|
2021-01-31 11:14:22 -05:00 |
|
kevin
|
f123be0323
|
cwIo.h,cpp, cwIoTest.cpp : Many changes to get an initial working version of audio with a audio meter UI.
|
2021-01-22 09:49:57 -05:00 |
|
kevin
|
e763ed1607
|
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 |
|
kevin.larke
|
bfe9d9ebfc
|
cwObject.h/cpp : Added newPairObject(), typeid: kCStringTId, changed list_ele() to child_ele()
|
2020-04-06 19:15:03 -04:00 |
|
kpl
|
8b112b39fe
|
cwIo* : Updates to include 'decl' files in header and initial sketch of interface.
|
2020-03-23 13:14:42 -04:00 |
|
kpl
|
af87b52d2f
|
cwIo.cpp : Temporarily remove call to serialPortSrv:create() while serial port system is modified.
|
2020-03-16 22:56:58 -04:00 |
|
kpl
|
9f2ccef9aa
|
cwIo.h/cpp,cwIoTest.cpp : Audio interface updates.
|
2020-02-29 00:13:11 -05:00 |
|
kpl
|
7db4474dd5
|
cwIo.h/cpp/test : Added initial audio implemetation.
|
2020-02-13 11:30:46 -05:00 |
|
kpl
|
2737f2accb
|
cwIo.h/cpp, cwIoTest.h/cpp : Initial commit.
|
2020-01-27 17:53:44 -05:00 |
|