Commit Graph

359 Commits

Author SHA1 Message Date
kevin
262d2202b0 cwFlow,cwFlowCross,cwIoFlow : Added set_variable_value().
Broke applyPreset() into two parts apply_preset() and begin_cross_fade().
2021-12-25 22:16:00 -05:00
kevin
c85809d698 cwAudioTransforms.h : Added comments. 2021-12-25 22:13:53 -05:00
kevin
55b860b34c cwPianoScore.h : Added test(). 2021-12-25 22:12:56 -05:00
kevin
02311b3305 cwObject.h/cpp : Added next_child_ele(). Renamed _objAppendLeftMostNode() to _objAppendRightMostNode(). 2021-12-25 22:11:14 -05:00
kevin
1c39480b6f dsp_recorder_plot.py : Initial commit of plotter for cwDspTransforms:recorder. 2021-12-19 12:21:02 -05:00
kevin
f8d155baaa README.md : Update notes on preset_sel. 2021-12-19 12:19:13 -05:00
kevin
a0a1565972 cwIoPresetSelApp.cpp: Many changes to support applying presets and restoring UI from saved preset_sel file. 2021-12-19 12:18:22 -05:00
kevin
ee9031342b cwIo.cpp : io::stop() now stops the audio engine. 2021-12-19 12:16:22 -05:00
kevin
d16410e11d cwPresetSel.h/cpp : Added 'kFragVarId' and implemented read() and write(). 2021-12-19 12:15:52 -05:00
kevin
5c5dc89b0f cwObject.h/cpp : Replaced use of std::int64_t and uint64_t with 'long long' and 'unsigned long long'. 2021-12-19 12:14:30 -05:00
kevin
5c069612f9 cwFlowProc.cpp : Fixed various problems with 'sine_tone' proc. 2021-12-19 12:13:45 -05:00
kevin
6578f69369 cwIoFlow.h/cpp : Now interfaces to the flow DSP system through cwFlowCross. 2021-12-19 12:12:39 -05:00
kevin
b158516a6a cwFlowCross.h/cpp, Makefile.am : Initial commit. 2021-12-19 12:11:34 -05:00
kevin
29df8752bd cwFlow.h/cpp, cwFlowTypes.h : Added flow::appy_preset(). 2021-12-19 12:10:35 -05:00
kevin
b9f9082aee cwDspTransforms.h/cpp : Added 'recorder'. 2021-12-19 12:08:10 -05:00
kevin
0bcc15b601 cwIoPresetSelApp.cpp : Added calls to _apply_preset() when MIDI playback starts and each time a new fragment is enterned. 2021-12-12 16:47:41 -05:00
kevin
61cd918a08 cwPreset.h/cpp : Added track_timestamp(). 2021-12-12 16:46:12 -05:00
kevin
071cdb26dc cwFlow,cwIoFlow : Update comments and formatting. No functional changes. 2021-12-12 16:41:57 -05:00
kevin
f8f21a9c0e cwTime.h/cpp : Added isLT() and isGT(). 2021-12-12 16:41:03 -05:00
kevin
321182cd1d cwIoAudioRecordPlay.cpp : Removed unnecessary includes. 2021-12-11 15:21:46 -05:00
kevin
ad8002de19 cwIoPresetSelApp : Initial addition of ioFlow. 2021-12-11 15:21:03 -05:00
kevin
7fc66c3b4b cwIoFlow : Initial commit. 2021-12-11 15:19:55 -05:00
kevin
1cfcbfb98d cwFlow : Added external_device_t and exec_cycle(). 2021-12-11 15:19:15 -05:00
kevin
bab059a52d cwFlowProc : Added audio_in, audio_out and sine_tone. 2021-12-11 15:17:54 -05:00
kevin
9e7ab2f367 cwFlowTypes.h/cpp : Added external_device_t. 2021-12-11 15:17:11 -05:00
kevin
869d367ed9 cwIo : added audioGroupDeviceCount(),audioGroupDeviceIndex(),audioDeviceLabel(),audioDeviceUserId() 2021-12-11 15:14:27 -05:00
kevin
f27c773bae README.md : Notes update. 2021-11-14 13:11:25 -05:00
kevin
b139562cb7 cwIoPresetSelApp.cpp : Added fragment ordering, selection, deletion. 2021-11-14 13:11:11 -05:00
kevin
af51831a39 cwPresetSel.h/cpp : Added ui_select_*() and is_fragment_loc() functions. 2021-11-14 12:00:17 -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
e49a0c6935 cwIoMidiRecordPlay.h/cpp : Added 'end_play_event_timestamp' and associated functionality. 2021-11-14 11:52:24 -05:00
kevin
00f2613c37 cwIoPresetSelApp.cpp : Added use of preset_sel. Initial fragment insertion UI. 2021-11-05 22:28:38 -04:00
kevin
812f60a685 cwPresetSel.h/cpp, Makefile.am : Initial commit. 2021-11-05 22:26:55 -04:00
kevin
9497fa2527 preset_sel/ui.cfg : Class and default attribute updates. 2021-11-05 22:26:28 -04:00
kevin
a2f6991fb0 preset_select/css/preset_sel.css : Initial commit. 2021-11-05 22:25:37 -04:00
kevin
7f1a7a3c3b preset_sel/css/ui.css : Updates from uiTest. 2021-11-05 22:24:06 -04:00
kevin
9d223eafb3 cwPianoScore.h/cpp : Added loc_count() and is_loc_valid(). 2021-11-05 22:23:18 -04:00
kevin
5afd37c259 cwText.h/cpp : Added textIsEqual(), textIsNotEqual(). 2021-11-05 22:22:30 -04:00
kevin
10e6cac8d1 cwIo.h/cpp : Changes to support cwUi API changes. 2021-11-05 22:21:44 -04:00
kevin
15f64c7493 cwUi.h/cpp: Added findNewElementUuId( h, parentUuid, ... )
Added use of eleTypePropertyA[] in cwUi.cpp - div's can now pass arbitrary element attributes.
2021-11-05 22:21:25 -04:00
kevin
dd0f7a1aba cwIo.h/cpp : Changes due to changes in cwUi interface. 2021-11-04 09:34:15 -04:00
kevin
9848068d3c cwUi* : Added set/get visible/enable() functions. Added parentAndAppIdToUuId() removed findElementUuId(parentUuId,appId/eleName). 2021-11-04 09:33:42 -04:00
kevin
0c8fad2425 cwObjectTemplate.h : Fix bug in _objCallSetLeafValue(). 2021-11-03 11:42:06 -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
dce46bd419 cwUi.h/cpp : Removed use of 'wsSessId' from 'createXXX()' calls, and added 'chanId' to 'createXXX()' calls.
Added 'click' event, 'clickable' and 'select' properties and associated setters/getters.
2021-11-03 11:03:30 -04:00
kevin
5ab42df103 cwObject.h/cpp,cwObjectTemplate.h : Added set(),set_value(), objType_t.free_value(), and _objCallSetLeafValue().
Changed default behavior of get() functions to be non-recursive.
2021-11-03 11:03:07 -04:00
kevin
3d56bb70c8 cwUi.h/cpp, cwUiDecls.h : Changed UI to break connection between creating and transmitting
elements to the remote UI's.
2021-11-01 21:47:22 -04:00
kevin
4262eae18e cwObject.h/cpp,cwObjectTemplate.h : All strings are now reallocated on assignment.
Added newDictObject(),newListObject(),append_child()
2021-11-01 21:42:33 -04:00
kevin
7a01d29210 cwIoPresetSelApp, cwPianoScore: Initial commit. 2021-11-01 10:28:44 -04:00
kevin
0a8641e1e5 html/audio_midi/js/ui.js : Update audio_midi js to latest 2021-11-01 10:28:00 -04:00