kevin
851f282178
archive.md : Intitial commit.
2024-12-20 14:30:42 -05:00
kevin
d09d4d0311
notes.md : Moved DONE notes to archive.md.
...
Added notes on presets.
2024-12-20 14:30:28 -05:00
kevin
171d32f262
flow/proc_dict.cfg : Added poly_xform_ctl,score_player,score_follower,preset_select.
2024-12-20 14:29:33 -05:00
kevin
9c57b3434f
cwFlowProc.h/cpp : Added poly_xform_ctl. Fixed pedal handling in midi_voice
2024-12-20 14:28:45 -05:00
kevin
0f2a42940e
cwFlowPerf.cpp : Updated preset_select to handle changes to preset_value_t.
2024-12-20 14:27:12 -05:00
kevin
9be8f5adbb
cwFlowNet.cpp : Numerous changes and fixes to validate and refine preset handling.
2024-12-20 14:26:39 -05:00
kevin
47c69d2161
cwFlowCross.cpp : Added cwFlowValue.h dependency.
2024-12-20 14:25:11 -05:00
kevin
8af87f8d6d
cwFlow.h/cpp : Added send_ui_updates().
...
Added poly_xform_ctl,score_player,preset_select,score_follower.
Added global var. release handling.
2024-12-20 14:24:46 -05:00
kevin
2bf875ec94
cwAudioTransforms.h : Fix code formatting.
2024-12-20 14:20:41 -05:00
kevin
b4ad4449c3
cwAudioFile.cpp : Added assert(0) for double to 24 bit conversion in writeDouble()
2024-12-20 14:20:16 -05:00
kevin
e545c06818
cwFlowTypes.h/cpp : Remove value_t related functions and structures to cwFlowValue.h/cpp.
...
Added proc_t.presetL.
preset_value_t is now a unoin of preset_val_t and net_preset_val_t and proc_var_val_t
Added var_desc_has_recd_format(),proc_preset_find(),global_var(),global_var_alloc()
Added Added var_register_and_set() variations for the 'record' type.
Added var_set() for 'record' type.
2024-12-20 14:19:39 -05:00
kevin
fefbe68309
cwIoFlowCtl.h/cpp : Added program_apply_preset(), send_ui_updates().
2024-12-20 13:23:22 -05:00
kevin
1b0cec7535
cwIoFlow.cpp,cwIoPresetSelApp.cpp : Added cwFlowValue.h dependency.
2024-12-20 13:22:30 -05:00
kevin
f69d3e2c55
cwFlowPerf.h/cpp,cwFlowValue.h/cpp : Initial commit.
2024-12-20 13:21:09 -05:00
kevin
d2fab180ec
cwPianoScore.h : Added comments.
2024-12-20 13:19:10 -05:00
kevin
dded0e63be
cwTest.cpp : Added '/flow_value' test.
2024-12-20 13:18:25 -05:00
kevin
a1735740c7
cwText.h/cpp : Added firstMatchChar(s,n,c).
2024-12-20 13:17:50 -05:00
kevin
b6296bcebe
cwVectOps.h : Added abs_sum().
2024-12-20 13:17:01 -05:00
kevin
ef5b099dd4
cwDynRefTbl.h/cpp : Added create( cfg_fname )
2024-12-20 13:16:18 -05:00
kevin
f577b09415
README.md : Updates
2024-12-14 10:39:33 -05:00
kevin
fe74e41a0d
cwAudioFileProc.h : Reformatted code.
2024-12-14 10:00:09 -05:00
kevin
e2a7af6bae
cwTcpSocketTest.h : Removed declartion of mdns_test() because it was never defined.
2024-12-14 09:59:45 -05:00
kevin
4ef6d649f5
cwSvg.h/cpp : Minor updates to SVG test.
2024-12-14 09:59:15 -05:00
kevin
375ed8bed4
cwAudioTransforms.h : Added comments.
2024-12-14 09:58:54 -05:00
kevin
6b9ac3a54e
cwAudioDeviceFile.h/cpp : Added 'cycleCnt' parameter to test().
2024-12-14 09:57:54 -05:00
kevin
6327cc9a76
cwIoAudioMidi.h/cpp,Makefile.am : Remove cwIoAudioMidi.h/cpp because it is not being used.
2024-12-14 09:57:01 -05:00
kevin
f102928a9f
cwDspTransforms.h : Fix formatting - no functional changes.
2024-12-02 14:48:34 -05:00
kevin
7eacb5e005
cwDsp.h/cpp,cwTest.cpp : Move fft,ifft,convolve into cwTest framework.
2024-12-02 14:48:13 -05:00
kevin
2b42d60b29
cwAudioFileOps.cpp : Refactor test() to handle many different audio file operations.
2024-12-02 14:47:28 -05:00
kevin
9acb24e9e1
Apply licensing information to project.
2024-12-01 14:35:24 -05:00
kevin
e6c9acbc7d
README.md, notes.md : Move contents of README.md to notes.md and add initial public README text.
2024-12-01 13:35:18 -05:00
kevin
7ed651a7c3
cwIoAudioPanel.cpp,cwIoSocketChat.cpp,cwIoTest.cpp,html/ioTest : Updates to support kExecTId callback and latest UI javascript library.
2024-12-01 13:34:14 -05:00
kevin
83946c1920
cwTcpSocketTest.h/cpp: Test functions now use cfg. objects rather than hardcoded values.
2024-11-30 12:19:43 -05:00
kevin
703cc29014
cwEuCon.cpp,cwLib.cpp,cwUi.cpp,cwWebSock.cpp : These modules now have a dependency on cwObject.h.
2024-11-30 12:18:18 -05:00
kevin
3363de82ed
cwSocket.h/cpp : Change testMain() to take a cfg..
2024-11-30 12:16:47 -05:00
kevin
953734ff54
html/uiTest : Updates to support latest cwUi JS and replace references to type 'list' with 'vlist'.
2024-11-30 12:15:44 -05:00
kevin
a790ab11d3
cwFileSys.h/cpp : Prevent dirEntries from listing '.' and '..' directories during recursion.
...
Added dirEntryTest().
2024-11-30 12:14:29 -05:00
kevin
ddab771c11
cwMidiFileDev.h/cpp : Removed unimplmeneted test() function.
2024-11-29 16:47:16 -05:00
kevin
68747ef0a8
cwWebSockSvr.cpp : Moved protocalA[] defn. in websockSrvTest() to use the cfg. provided values.
2024-11-29 16:46:40 -05:00
kevin
dc7edd2e46
cwWebsock.h : Update documentation of create() args.
2024-11-29 16:42:07 -05:00
kevin
1475f1e365
cwWebSockSvr.cpp : Updates websockSrvTest() to replace hard coded parameters with cfg. provided values.
2024-11-29 16:41:38 -05:00
kevin
c0666b42ec
cwMidiDeviceTest.cpp : Change printf() to cwLogPrint().
2024-11-29 14:26:36 -05:00
kevin
5782264b87
cwNumericConvert.h/cpp, cwTest.cpp : /numeric_test test added.
2024-11-29 13:15:44 -05:00
kevin
47466a4873
cwNumericConvert.cpp, Makefile.am : Initial commit.
2024-11-29 13:15:02 -05:00
kevin
eeeb2913db
Merge branch 'poly'
2024-11-29 11:13:59 -05:00
kevin
5974de6650
cwTime.cpp : Added tests.
2024-11-08 11:16:31 -05:00
kevin
1ed6202885
cwTime.h/cpp : Added fracSecondsToSpec()
2024-11-08 11:09:43 -05:00
kevin
c68f741ccf
README.md : Updates.
2024-10-19 12:38:18 -04:00
kevin
930982028d
cwFlowNet.cpp : Fixed bug where poly nets UI elements were not released.
...
Added and set ui_var_t.has_source_fl.
2024-10-19 12:38:05 -04:00
kevin
11489d89b4
cwIo.h : Improved comment.
2024-10-19 12:36:38 -04:00