Commit Graph

44 Commits

Author SHA1 Message Date
kevin
9acb24e9e1 Apply licensing information to project. 2024-12-01 14:35:24 -05:00
kevin
11489d89b4 cwIo.h : Improved comment. 2024-10-19 12:36:38 -04:00
kevin
83267b1016 cwIo.h/cpp : Added uiSetTitle(), uiCreateHList() and second version of uiGetBlob(). Changed name of uiCreateList() to uiCreateVList(). 2024-10-12 15:25:03 -04:00
kevin
4f2174c82d cwIo.h/cpp, cwUi.h/cpp : Added emptyParent(). 2024-09-21 17:18:12 -04:00
kevin
c3e46696cf cwIo : Added audioGroupReconfigure(). 2024-06-10 20:38:44 -04:00
kevin
0edab4a76c cwIo.h/cpp : Added serial/midi/audio/socket/uiIsEnabled() functions. 2024-06-10 16:34:52 -04:00
kevin
8dde88f6fd Merge branch 'poly' of gitea.larke.org:kevin/libcw into poly
# Conflicts:
#	cwFlow.cpp
#	cwIoPresetSelApp.cpp
#	cwLex.cpp
#	cwLex.h
#	cwPresetSel.cpp
#	html/preset_sel/ui.cfg
2024-05-29 14:06:54 -04:00
kevin
8ffc2f3e57 cwUi,cwIo,ui.js : Added ui::setScrollTop() 2024-05-11 12:10:21 -04:00
kevin
c4d518db47 cwIo.h,cpp : Updates to include cwMidiDevice input device buffer.
Added hardwareReport().
Updates to account for change to midi::cbFunc_t.
2024-04-06 16:06:17 -04:00
kevin
d5f75f961c Added 'timeOutMs' arg. to all calls to ui::ws::exec(). 2024-03-28 19:48:46 -04:00
kevin
68e36aad6b cwIo : Added MIDI file device interface. 2024-02-21 07:50:52 -05:00
kevin
64df75d9aa Threads now take a label which can be displayed via system tools (e.g. top, ps). 2024-02-18 08:37:50 -05:00
kevin
57f3d06f37 cwIoPresetSelApp.cpp,cwIo.h/cpp,cwMidiPort.h,cwMidiAlsa.cpp :
Added audio and MIDI latency reporting implementation.
2024-02-10 11:34:06 -05:00
kevin
c7cbb5f62f cwIo.h/cpp, cwPresetSel.h : Added comments. 2024-01-06 08:43:42 -05:00
kevin
82b60a873d cwIo.h : Added uiSendMsg(),audioIsEnabled(),audioActiveDeviceCount(). 2023-12-29 13:43:08 -05:00
kevin
c0cf1ca956 cwIo,cwUi : Added realTimeReport() 2023-12-03 11:18:02 -05:00
kevin
92df31e591 cwIo.h/cpp : Add timerSetNextTime(). 2023-06-27 17:24:12 -04:00
kevin
136d2974a9 cwIo.h/cpp : Include timer index in timer callback record. 2023-05-09 07:29:43 -04: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
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
f57ac5ef3e cwIo.h/cpp : Added uiReport(). 2022-01-22 09:43:01 -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
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
bc3c683e41 cwSocket.h/cpp : Changed name of cbId_t to cbOpId_t 2020-04-01 10:46:31 -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
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