Commit Graph

1120 Commits

Author SHA1 Message Date
kevin
6d59d652fd flow/proc_dict.cfg : Added 'trig' to poly_xform_ctl. 2024-12-27 15:27:21 -05:00
kevin
06caedf493 cwFlowPerf.cpp : Removed dead code, 2024-12-27 15:26:00 -05:00
kevin
fc94d3859d cwFlowProc.cpp, cwFlow.cpp,cwFlowNet.h/cpp : Implemented presets for het. poly nets. 2024-12-27 15:25:04 -05:00
kevin
ccdac53013 cwFlowTypes.h/cpp : Added proc_t.internal_net_cnt and network_t.label. 2024-12-27 15:23:04 -05:00
kevin
cb401cdb9b notes.md : Updates 2024-12-23 16:36:32 -05:00
kevin
e095b0ccd8 proc_dict.cfg : Added vel_table.
Added out_idx and preset_label to preset_sel.
Added rin to midi_out
2024-12-23 16:36:20 -05:00
kevin
e3b9b82289 cwFlow.cpp,cwFlowNet.h/cpp : Network preset application now occurs strictly after the entire network is created.
Added _proc_verify_required_record_fields() to allow proc desc to specify what fields an incoming record must have.
2024-12-23 16:35:24 -05:00
kevin
88ae8bd0e4 cwFlowTypes.h/cpp : Added 'owner_proc' and 'polyN' to network_t. 2024-12-23 16:31:32 -05:00
kevin
f7d23b40ce cwFlowPerf.h/cpp : Added 'vel_table' and removed vel-table from 'score_player'.
Changed 'preset_sel' to emit selected preset and xform output channel.
2024-12-23 16:30:45 -05:00
kevin
1bde870d3a cwFlowProc.cpp : 'midi_out' now has both a 'midi' and a 'record' input variable.
Added 'print_fl' to 'midi_voice' and 'midi_out'
Added 'preset_sfx_id' and 'preset_label' variables to implement _apply_preset() in 'poly'.
2024-12-23 16:26:08 -05:00
kevin
db3e96cdf6 cwFlowValues.h/cpp : Added recd_copy() and added req_fieldL to recd_fmt_t. 2024-12-23 15:58:02 -05:00
kevin
fac5b2b31a cwIo.h/cpp : Added midiDeviceAllNotesOff(). 2024-12-23 15:56:48 -05:00
kevin
58e545d58c Changed constant status bytes from enum to 'const'. 2024-12-23 15:56:22 -05:00
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