Commit Graph

12 Commits

Author SHA1 Message Date
kevin
d57789ea74 cwIoFlowCtl.cpp,cwFlowDecl.h,cwFlowNet, cwFlowTypes: Added disable_fl,hide_fl, new_disable_fl and new_hide_fl to ui_var_t.
Added ui_create_fl to ui_net_t.
ui_var is now non-const in ui_callback().
Added hide/disable_fl handling in cwIoFlowCtl _ui_callback()
Added parsing of 'ui' cfg in cwFlowNet _proc_parse_ui_cfg().
Added ui_create_fl,ui_callback_,ui_callback_arg to flow_t.
Added class_preset_value_channel_count(), class_preset_has_var() and class_preset_value() to cwFlowTypes.
2025-03-08 11:58:54 -05:00
kevin
fefbe68309 cwIoFlowCtl.h/cpp : Added program_apply_preset(), send_ui_updates(). 2024-12-20 13:23:22 -05:00
kevin
9acb24e9e1 Apply licensing information to project. 2024-12-01 14:35:24 -05:00
kevin
e0aeb258cd cwIoFlowCtl.h/cpp: Added _ui_callback() to pass variable values from the flow network to the UI.
Also added set_variable_user_id().
2024-10-14 14:22:51 -04:00
kevin
c9519d745c cwIoFlowCtl.h/cpp : Added program_ui_net() and set/get_variable_value(). 2024-10-12 15:30:20 -04:00
kevin
64d5886392 cwIoFlowCtl.h/cpp : Added program_is_initialized(). 2024-09-21 17:18:46 -04:00
kevin
1b450d0a85 cwIoFlowCtl.h/cpp :
1. Implemented program_preset_count() and program_preset_label().
2. Implemented program_initialize().
2024-09-20 18:16:28 -04:00
kevin
f98dd37e49 Changed all references to 'subnet' to 'user_def_proc' or UDP. 2024-09-16 13:43:52 -04:00
kevin
8a01b8131f cwIoFlowCtl.cpp : The 'io' cfg is now included in the program file. 2024-07-03 14:28:36 -04:00
kevin
49af6c41b7 cwIoFlowCtl.h/cpp : Now recognizers kEofRC as a signal to stop the program.
Added is_executable() and is_exec_complete().
2024-07-01 10:35:24 -04:00
kevin
d7aada7174 cwIoFlow.cpp : Split flow::create() into flow::create() and flow::iniitalize().
Reconfigure the audio devices after flow::create() and before
flow::iniitialize() based on the sample rate and dspFrameCnt
parsed from the flow network cfg.
2024-06-10 20:43:17 -04:00
kevin
1d98f0088e cwIoFlowCtl.h/cpp, Makefile.am : Initial commit. 2024-06-10 16:39:17 -04:00