521a513ba3cwSfScore.cpp : Removed incorrect assert in _calc_score_tempo().
kevin
2024-03-25 11:43:26 -0400
ec418f1d28cwCommonImpl.h : Changed cwAssert() param named 'cond' to 'C' to fix warning.
kevin
2024-03-25 11:42:22 -0400
0979b097baMerge branch 'master' of gitea.larke.org:kevin/libcw
kevin
2024-03-25 11:00:12 -0400
ad5efbaa77cwMidiDevice.h : Changed file guards to cwMidiDevice_h from cwMidiPort_h.
kevin
2024-03-25 10:59:55 -0400
542ceafe8acwDataSets.cpp : test() Write 5 rather than 0 images for each batch to an SVG.
kevin
2024-03-25 10:58:43 -0400
9a4fed6d64cwMidiFile.cpp : calcNoteDurations() turn off warning and write comments in 'missing note-off for note-on' case.
kevin
2024-03-25 10:57:54 -0400
70b147007ecwPresetSel.cpp : Rewrote _validate_preset_id() to clarify logic.
kevin
2024-03-25 10:56:32 -0400
b354b29581cwCsv.cpp : Mark [[fallthrough]] in 'case kBeforeField'.
kevin
2024-03-25 10:54:02 -0400
a2aa26754bcwVariant.cpp : Fix bad initialization in _variantDescArray[] sentinel.
kevin
2024-03-25 10:53:25 -0400
e04c293856cwUiTest.cpp : Fix missing break in 'case kFloatId'.
kevin
2024-03-25 10:52:08 -0400
8ed15267a5Fix signed/unsigned warnings with explicit casts.
kevin
2024-03-25 10:50:11 -0400
36826a3b66Replace use of {0} with {}, or replace partial initialization cases with complete initialization.
kevin
2024-03-25 10:46:45 -0400
9fd9043a2dcwIo.cpp : Set p->sockN and p->serialN to 0 when socket or serial sub-systems are disabled.
kevin
2024-03-22 13:01:08 -0400
6f2444b8d7cwNbMpScQueue.h/cpp : Verified with -fsanitize thread added comments.
kevin
2024-03-11 19:21:03 -0400
e63abddb5dMerge branch 'master' of gitea.larke.org:kevin/libcw
kevin
2024-03-09 18:18:09 -0500
5de1851c66cwVectOps.h : Added 'scale_add()'
kevin
2024-03-09 15:13:54 -0500
2d0c59a8facwIoPresetSelApp.cpp,cwPresetSel.h/cpp,ui.cfg,cwFlowDecl.h : Added 'Allow All' for uniform prob. preset selection. Add 'loc location' flag to UI.
kevin
2024-03-09 15:12:56 -0500
63faf6a6d2cwFlow.cpp : comment out interpolation value print statement.
kevin
2024-03-09 15:10:46 -0500
77695db9adcwIo.cpp : Add 'enableFl' to each IO sub-system.
kevin
2024-03-07 11:44:48 -0500
72701c79afMerge branch 'master' of gitea.larke.org:kevin/libcw
kevin
2024-03-06 09:27:38 -0500
e5b74f3a40cwScoreFollower.h/cpp, cwSfTrack.h : Updates to comments. No functional changes.
kevin
2024-03-06 09:27:31 -0500
fbd057bd9acwScoreFollowTest.cpp : Output directory now is taken from MIDI input filename.
kevin
2024-03-03 16:37:19 -0500
68b92212c2cwNbMpScQueue.h/cpp : Added use of 'cleanBlkN' and 'cleanProcN'. Updates to test function.
kevin
2024-03-03 16:35:23 -0500
a052f2623cMerge branch 'master' of gitea.larke.org:kevin/libcw
kevin
2024-02-25 16:20:28 -0500
f0d87b903ecwNbMpScQueue.h/cpp,Makefile : Initial commit
kevin
2024-02-25 16:19:59 -0500
1b8c9f9b6ccwIoPresetSelApp.cpp : Remove extra sleep time from main loop, because cwWebSock now blocks inside io::exec().
kevin
2024-02-24 15:42:31 -0500
4954e2dabbMerge branch 'master' of gitea.larke.org:kevin/libcw
kevin
2024-02-24 13:57:59 -0500
9634574548cwWebSock.cpp : Updated to use custom event loop plugin and thereby correctly block in exec().
kevin
2024-02-24 13:57:47 -0500
0c5e6d52b3cwTime : Updated elapsedMicros().
kevin
2024-02-24 13:55:44 -0500
c065005ec9Merge branch 'master' of gitea.larke.org:kevin/libcw
kevin
2024-02-23 15:28:31 -0500
31d32e0b7cMerge branch 'master' of gitea.larke.org:kevin/libcw
kevin
2024-02-21 07:51:39 -0500
e3ff4828b0cwMidiDevice,cwMidiFileDev : Added midi::file_dev.msg_count() and midi::device.loadMsgPacket().
kevin
2024-02-21 07:49:28 -0500
8177ff71fccwMidiDevice.cpp : Updated comments.
kevin
2024-02-21 07:47:09 -0500
e8e6915990cwGutimReg.h/cpp : Added test().
kevin
2024-02-21 07:46:51 -0500
11350402d4cwGutimReg.h,cpp : Initial commit.
kevin
2024-02-19 21:59:40 -0500
4d0fda1134cwText.h,cpp : Added case insensitve compare.
kevin
2024-02-19 21:58:50 -0500
d32b7a891fcwCsv.h/cpp : Added parse_field(...,bool).
kevin
2024-02-19 21:57:54 -0500
021a1c2808Merge branch 'master' of gitea.larke.org:kevin/libcw
kevin
2024-02-18 17:58:52 -0500
b35658d550cwUi.cpp : goto errLabel in ui::create() if _createFromObj() fails.
kevin
2024-02-18 17:58:16 -0500
71bfa84e15cwMidiFileDev.cpp : Fixed uninitialized 'rc' in _set_end_msg_index().
kevin
2024-02-18 08:51:26 -0500
13f18fe5f0cwMutex.cpp : Added use of _future_ms() to handle timing based on CLOCK_REALTIME for all time dependent calls in cwMutex.cpp.
kevin
2024-02-18 08:50:49 -0500
bf3317a4e7cwUi.cpp : Added use of a hash table to speed _findElementUuId() and improved _find_and_available_element_slot() by first guessing at an available slot before resorting to a search.
kevin
2024-02-18 08:49:24 -0500
14a6a9b2d1Multi-preset configurations flags 'kPriPresetProbFl,kSecPresetProbFl,kPresetInterpFl` can now be used to configure preset application from the cwIoPresetSelApp UI.
kevin
2024-02-18 08:41:19 -0500
64df75d9aaThreads now take a label which can be displayed via system tools (e.g. top, ps).
kevin
2024-02-18 08:37:33 -0500
24e35872b2Added specToMicroseconds() and microsecondsToSpec(). Simplified advanceMicros() and advanceMs()
kevin
2024-02-14 11:39:23 -0500
b721d11b1acwThread.h/cpp : Added stateTimeOutMicros() and pauseMicros().
kevin
2024-02-14 11:30:02 -0500
864142b9f0cwMidiParser.h/cpp : Initial commit after being copied out of cwMidiDevice.h/cpp. cwMidiDeviceTest.h/cpp : Initial commit. Makefile.am : New files and name changes.
kevin
2024-02-14 11:28:54 -0500
8fe6f3627cmidi::device now allows a MIDI file to act as a virtual MIDI input device. Thread polling moved out of midi::alsa and into midi::device. Added latency measure feature to midi::device. Improved midi::alsa device lookup time with alsa_device_t.clientIdToDevIdxMap[]. Added cwMidiAlsa.h to provide an interface for midi::alsa independent of midi::device.
kevin
2024-02-14 11:20:40 -0500
742fc05e81Renamed cwMidiPort.h/cpp to cwMidiDevice.h/cpp. cwMidiDecls.h midi::msg_t now breaks out MIDI channel from status and has a new user 'uid' field to link the msg to an external entity. Renamed midi::packet_t. cbDataPtr to cbArg. midi::packet_t.cbFunc_t is now included in cwMidiDecls.h. Other files effected: cwIo.cpp,cwIoAudioMidi.cpp,cwIoPresetSelApp.cpp
kevin
2024-02-14 10:56:44 -0500
5bfc19ba70cwB23Tree.h : Partial implmentation of remove().
kevin
2024-02-10 11:59:16 -0500
aa222b1116cwMidiFileDev.h/cpp,Makefile.am : Initial implementation. Not yet integrated with cwMidiPort.
kevin
2024-02-10 11:56:36 -0500
1c12b4eeb4html/preset_sel/ui.cfg : ui.cfg Added button to reset/report latency measurements.
kevin
2024-02-10 11:51:03 -0500
e1aa033958cwTime.h/cpp, cwMutex.cpp : Time now depends on CLOCK_MONOTONIC instead of CLOCK_REALTIME. mutex::lock() apparently depends on CLOCK_REALTIME and so that is now handled with a direct call to clock_gettime().
kevin
2024-02-10 11:49:47 -0500
28c8dfc982cwVectOps.h : Added abs().
kevin
2024-02-10 11:36:43 -0500
4aa91755edcwMidiDecls.h,cwMidiFile.h,cwThread.h : Fixed or improved comments. No functional changes.
kevin
2024-02-10 11:35:34 -0500
57f3d06f37cwIoPresetSelApp.cpp,cwIo.h/cpp,cwMidiPort.h,cwMidiAlsa.cpp : Added audio and MIDI latency reporting implementation.
kevin
2024-02-10 11:34:06 -0500
42882c2e3dcwIoPresetSelApp.cpp : 1.Changed name of variable app->scoreH to app->perfScore.h. 2. Now sets coeffMin/MaxV in flow::multi_preset_selector_t.
kevin
2024-02-08 11:25:38 -0500
1424b6b036cwSfTrack.h/cpp : Changes to comments only.
kevin
2024-02-08 11:21:26 -0500
18a29aa295cwPresetSel.cpp,cwSvgMidi.cpp,cwSvgScoreFollow.cpp : Changes to support new module dependencies on cwPianoScore.h
kevin
2024-02-08 11:20:09 -0500
8e91da0134cwMidiRecordPlay.cpp : _xmit_midi() no longer transmits messages to devices that are not enabled.
kevin
2024-02-08 11:18:49 -0500
e4df1672ffcwFlow.h,cpp,cwFlowTypes.h,cwFlowDecl.h : Iniital working implementation of flow::apply_dual_preset() to support preset interpolation.
kevin
2024-02-08 11:17:26 -0500
ab2bb493d1cwScoreFollower.cpp : The file output from write_sync_perf_csv() now includes the section which each matched event belongs to.
kevin
2024-02-08 11:09:40 -0500
36496e8b79cwSfScore.h/cpp : 1. The SF score now includes measurement stats from previous performances 2. event_t now contains a pointer too the section to which the event belongs.
kevin
2024-02-08 11:07:45 -0500
57d35b09dbcwScoreParse.h/cpp : The score file now contains measurement features from previous performances.
kevin
2024-02-08 11:05:10 -0500
008e14d60bcwPianoScore.h,cpp : perf_score now can read performance measurements and related statistics from CSV.
kevin
2024-02-08 11:03:36 -0500
34de4c230fcwMidiAlsa: Error messages are now called through macros so that file locations are correct in log.
kevin
2024-02-08 10:58:52 -0500
83291dabb3cwIoFlow.cpp : Added an error message when create() fails.
kevin
2024-02-08 10:57:08 -0500
611c198197cwCommon.h,cwCsv.h,cwObject.h,cwUi.cpp : Changed result code kLabelNotFoundRC to kEleNotFoundRC.
kevin
2024-02-08 10:55:48 -0500
3319804d60cwCsv.h/cpp : Added has_field().
kevin
2024-01-28 13:20:10 -0500
40840286cfcwIoPresetSelApp.cpp : Replaced call to io_flow::apply_preset(h,preset_label) with call to io_flow::apply_preset(h,multi_preset_selector_t).
kevin
2024-01-13 10:21:06 -0500
6fff7eb3b7cwFlowProc.cpp,cwFlowTypes.cpp : Added #include "cwFlowDecl.h"
kevin
2024-01-13 10:18:21 -0500
6686acfbeecwIoFlow.h/cpp,cwFlowCross.h/cpp : Added apply_preset(handle_t,multi_preset_selector_t&).
kevin
2024-01-13 10:17:42 -0500
2e2f57f45acwFlow.h/cpp : Added apply_preset( handle_t, multi_preset_selector& ) and _select_ranked_ele_by_rank_prob().
kevin
2024-01-13 10:16:37 -0500
f7bab2f4a2cwFlowDecl.h,Makefile.am : cwFlowDecl.h initial commit.
kevin
2024-01-13 10:14:33 -0500
5611b28c6bcwPresetSel.h/cpp : Added multiPresetA/N to fragment. Removed 'fragN' from stored fragment data structure. Commented out translate_frags() because it is obsolete.
kevin
2024-01-13 10:12:49 -0500
293629831ccwUi.cpp: _webSockSend() now directly returns the result of websock::send().
kevin
2024-01-13 10:00:11 -0500
0dd6df0bdccwVelTableTuner.cpp : removed unnecessary #include.
kevin
2024-01-13 09:42:23 -0500
233e983ffcdocs/2-3-trees.pdf : Added to documentation.
kevin
2024-01-06 09:03:48 -0500
439ca853d5cwB23Tree.h/cpp : Initial 2-3 binary-tree implementation. Node removal not yet implemented.
kevin
2024-01-06 09:03:16 -0500
c77fd9a0a0ui.js : Removed dead code. Added 'attach' msg handler to indicate when the initial UI creation was complete. Changed main() to allow experimenting with offscreen UI creation via createDocumentFragment().
kevin
2024-01-06 09:00:14 -0500
019d0d530bcwIoPresetSelApp.cpp : The app loop now only sleep for a fraction of 50ms depending on how long the app spent in io::exec().
kevin
2024-01-06 08:57:24 -0500
6b771c0c88cwWebSock.cpp : Websock now performs a single memory allocation in send() rather than multiple in send() and exec().
kevin
2024-01-06 08:53:55 -0500
6ed0f6c080cwUi.h/cpp : Added sendMsg(). eleA[] now doubles in size with each reallocation.
kevin
2024-01-06 08:44:53 -0500
c7cbb5f62fcwIo.h/cpp, cwPresetSel.h : Added comments.
kevin
2024-01-06 08:43:42 -0500
7d7f0c1bc9cwMem.cpp : Corrected comment.
kevin
2024-01-06 08:41:18 -0500
d45d86b8becwIoMidiRecordPlay.cpp : Fix bug in vel_table_disable() where velTableN was not set to 0 when the vel table was released.
kevin
2023-12-30 12:40:33 -0500
ca53e712a6cwIoPresetSelApp.cpp : Allow audio output to be disabled by deactivating all the audio devices in the .cfg file.
kevin
2023-12-30 11:09:46 -0500
9a6729b9b9cwWebSocket.cpp : Count number of received and sent msg's and track the size of largest msg recv'd and set.
kevin
2023-12-29 14:06:17 -0500
82b60a873dcwIo.h : Added uiSendMsg(),audioIsEnabled(),audioActiveDeviceCount().
kevin
2023-12-29 13:43:08 -0500
dce0049b76cwScoreFollower.cpp : Added pedal state info to write_sync_perf_csv().
kevin
2023-12-17 08:56:56 -0500
960f028a9acwScoreFollowTest.cpp : Added log info output from _gen_synced_perf_files().
kevin
2023-12-17 08:56:12 -0500
7ba28465c8cwScoreParse.h,cwPresetSel.cpp,cwIOPresetSelApp.cpp : Added global constant score_parse:kInvalidLocId.
kevin
2023-12-17 08:51:46 -0500
a571951d95cwPianoScore.cpp : Removed dead code.
kevin
2023-12-17 08:50:36 -0500
4e11bfa7eecwMidi.h : Simplified pedal predicates.
kevin
2023-12-17 08:50:07 -0500
b8ca52082dMerge branch 'loc_fix'
kevin
2023-12-16 07:43:45 -0500
b5eaa633efcwText,cwPianoScore : Added textCopy()
kevin
2023-12-06 15:22:41 -0500
5ee85365eecwPreset,cwIoPresetSelApp.cpp : cwIoPresetSelApp now distinguishes between the min/max score and perf. locations. Added get_loc_range() to cwPreset.
origin/loc_fix
kevin
2023-12-05 15:34:25 -0500
11cfb2cedccwSfTrack.cpp : Add use of safey_idx to reset(). Note BUG at _store_result().
kevin
2023-12-03 11:29:33 -0500
c945e39a3bpreset_sel.css,ui.cfg : Alt. functionality UI changes.
kevin
2023-12-03 11:26:30 -0500