Commit Graph

  • 521a513ba3 cwSfScore.cpp : Removed incorrect assert in _calc_score_tempo(). kevin 2024-03-25 11:43:26 -0400
  • ec418f1d28 cwCommonImpl.h : Changed cwAssert() param named 'cond' to 'C' to fix warning. kevin 2024-03-25 11:42:22 -0400
  • 0979b097ba Merge branch 'master' of gitea.larke.org:kevin/libcw kevin 2024-03-25 11:00:12 -0400
  • ad5efbaa77 cwMidiDevice.h : Changed file guards to cwMidiDevice_h from cwMidiPort_h. kevin 2024-03-25 10:59:55 -0400
  • 542ceafe8a cwDataSets.cpp : test() Write 5 rather than 0 images for each batch to an SVG. kevin 2024-03-25 10:58:43 -0400
  • 9a4fed6d64 cwMidiFile.cpp : calcNoteDurations() turn off warning and write comments in 'missing note-off for note-on' case. kevin 2024-03-25 10:57:54 -0400
  • 70b147007e cwPresetSel.cpp : Rewrote _validate_preset_id() to clarify logic. kevin 2024-03-25 10:56:32 -0400
  • b354b29581 cwCsv.cpp : Mark [[fallthrough]] in 'case kBeforeField'. kevin 2024-03-25 10:54:02 -0400
  • a2aa26754b cwVariant.cpp : Fix bad initialization in _variantDescArray[] sentinel. kevin 2024-03-25 10:53:25 -0400
  • e04c293856 cwUiTest.cpp : Fix missing break in 'case kFloatId'. kevin 2024-03-25 10:52:08 -0400
  • 8ed15267a5 Fix signed/unsigned warnings with explicit casts. kevin 2024-03-25 10:50:11 -0400
  • 36826a3b66 Replace use of {0} with {}, or replace partial initialization cases with complete initialization. kevin 2024-03-25 10:46:45 -0400
  • 9fd9043a2d cwIo.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
  • 6f2444b8d7 cwNbMpScQueue.h/cpp : Verified with -fsanitize thread added comments. kevin 2024-03-11 19:21:03 -0400
  • e63abddb5d Merge branch 'master' of gitea.larke.org:kevin/libcw kevin 2024-03-09 18:18:09 -0500
  • 5de1851c66 cwVectOps.h : Added 'scale_add()' kevin 2024-03-09 15:13:54 -0500
  • 2d0c59a8fa cwIoPresetSelApp.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
  • 63faf6a6d2 cwFlow.cpp : comment out interpolation value print statement. kevin 2024-03-09 15:10:46 -0500
  • 77695db9ad cwIo.cpp : Add 'enableFl' to each IO sub-system. kevin 2024-03-07 11:44:48 -0500
  • 72701c79af Merge branch 'master' of gitea.larke.org:kevin/libcw kevin 2024-03-06 09:27:38 -0500
  • e5b74f3a40 cwScoreFollower.h/cpp, cwSfTrack.h : Updates to comments. No functional changes. kevin 2024-03-06 09:27:31 -0500
  • fbd057bd9a cwScoreFollowTest.cpp : Output directory now is taken from MIDI input filename. kevin 2024-03-03 16:37:19 -0500
  • 68b92212c2 cwNbMpScQueue.h/cpp : Added use of 'cleanBlkN' and 'cleanProcN'. Updates to test function. kevin 2024-03-03 16:35:23 -0500
  • a052f2623c Merge branch 'master' of gitea.larke.org:kevin/libcw kevin 2024-02-25 16:20:28 -0500
  • f0d87b903e cwNbMpScQueue.h/cpp,Makefile : Initial commit kevin 2024-02-25 16:19:59 -0500
  • 1b8c9f9b6c cwIoPresetSelApp.cpp : Remove extra sleep time from main loop, because cwWebSock now blocks inside io::exec(). kevin 2024-02-24 15:42:31 -0500
  • 4954e2dabb Merge branch 'master' of gitea.larke.org:kevin/libcw kevin 2024-02-24 13:57:59 -0500
  • 9634574548 cwWebSock.cpp : Updated to use custom event loop plugin and thereby correctly block in exec(). kevin 2024-02-24 13:57:47 -0500
  • 0c5e6d52b3 cwTime : Updated elapsedMicros(). kevin 2024-02-24 13:55:44 -0500
  • c065005ec9 Merge branch 'master' of gitea.larke.org:kevin/libcw kevin 2024-02-23 15:28:31 -0500
  • 31d32e0b7c Merge branch 'master' of gitea.larke.org:kevin/libcw kevin 2024-02-21 07:51:39 -0500
  • 68e36aad6b cwIo : Added MIDI file device interface. kevin 2024-02-21 07:50:52 -0500
  • e3ff4828b0 cwMidiDevice,cwMidiFileDev : Added midi::file_dev.msg_count() and midi::device.loadMsgPacket(). kevin 2024-02-21 07:49:28 -0500
  • 8177ff71fc cwMidiDevice.cpp : Updated comments. kevin 2024-02-21 07:47:09 -0500
  • e8e6915990 cwGutimReg.h/cpp : Added test(). kevin 2024-02-21 07:46:51 -0500
  • 11350402d4 cwGutimReg.h,cpp : Initial commit. kevin 2024-02-19 21:59:40 -0500
  • 4d0fda1134 cwText.h,cpp : Added case insensitve compare. kevin 2024-02-19 21:58:50 -0500
  • d32b7a891f cwCsv.h/cpp : Added parse_field(...,bool). kevin 2024-02-19 21:57:54 -0500
  • 021a1c2808 Merge branch 'master' of gitea.larke.org:kevin/libcw kevin 2024-02-18 17:58:52 -0500
  • b35658d550 cwUi.cpp : goto errLabel in ui::create() if _createFromObj() fails. kevin 2024-02-18 17:58:16 -0500
  • 71bfa84e15 cwMidiFileDev.cpp : Fixed uninitialized 'rc' in _set_end_msg_index(). kevin 2024-02-18 08:51:26 -0500
  • 13f18fe5f0 cwMutex.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
  • bf3317a4e7 cwUi.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
  • 14a6a9b2d1 Multi-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
  • 64df75d9aa Threads now take a label which can be displayed via system tools (e.g. top, ps). kevin 2024-02-18 08:37:33 -0500
  • 24e35872b2 Added specToMicroseconds() and microsecondsToSpec(). Simplified advanceMicros() and advanceMs() kevin 2024-02-14 11:39:23 -0500
  • b721d11b1a cwThread.h/cpp : Added stateTimeOutMicros() and pauseMicros(). kevin 2024-02-14 11:30:02 -0500
  • 864142b9f0 cwMidiParser.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
  • 8fe6f3627c midi::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
  • 742fc05e81 Renamed 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
  • 5bfc19ba70 cwB23Tree.h : Partial implmentation of remove(). kevin 2024-02-10 11:59:16 -0500
  • aa222b1116 cwMidiFileDev.h/cpp,Makefile.am : Initial implementation. Not yet integrated with cwMidiPort. kevin 2024-02-10 11:56:36 -0500
  • 1c12b4eeb4 html/preset_sel/ui.cfg : ui.cfg Added button to reset/report latency measurements. kevin 2024-02-10 11:51:03 -0500
  • e1aa033958 cwTime.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
  • 28c8dfc982 cwVectOps.h : Added abs(). kevin 2024-02-10 11:36:43 -0500
  • 4aa91755ed cwMidiDecls.h,cwMidiFile.h,cwThread.h : Fixed or improved comments. No functional changes. kevin 2024-02-10 11:35:34 -0500
  • 57f3d06f37 cwIoPresetSelApp.cpp,cwIo.h/cpp,cwMidiPort.h,cwMidiAlsa.cpp : Added audio and MIDI latency reporting implementation. kevin 2024-02-10 11:34:06 -0500
  • 42882c2e3d cwIoPresetSelApp.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
  • 1424b6b036 cwSfTrack.h/cpp : Changes to comments only. kevin 2024-02-08 11:21:26 -0500
  • 18a29aa295 cwPresetSel.cpp,cwSvgMidi.cpp,cwSvgScoreFollow.cpp : Changes to support new module dependencies on cwPianoScore.h kevin 2024-02-08 11:20:09 -0500
  • 8e91da0134 cwMidiRecordPlay.cpp : _xmit_midi() no longer transmits messages to devices that are not enabled. kevin 2024-02-08 11:18:49 -0500
  • e4df1672ff cwFlow.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
  • ab2bb493d1 cwScoreFollower.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
  • 36496e8b79 cwSfScore.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
  • 57d35b09db cwScoreParse.h/cpp : The score file now contains measurement features from previous performances. kevin 2024-02-08 11:05:10 -0500
  • 008e14d60b cwPianoScore.h,cpp : perf_score now can read performance measurements and related statistics from CSV. kevin 2024-02-08 11:03:36 -0500
  • 34de4c230f cwMidiAlsa: Error messages are now called through macros so that file locations are correct in log. kevin 2024-02-08 10:58:52 -0500
  • 83291dabb3 cwIoFlow.cpp : Added an error message when create() fails. kevin 2024-02-08 10:57:08 -0500
  • 611c198197 cwCommon.h,cwCsv.h,cwObject.h,cwUi.cpp : Changed result code kLabelNotFoundRC to kEleNotFoundRC. kevin 2024-02-08 10:55:48 -0500
  • 3319804d60 cwCsv.h/cpp : Added has_field(). kevin 2024-01-28 13:20:10 -0500
  • 40840286cf cwIoPresetSelApp.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
  • 6fff7eb3b7 cwFlowProc.cpp,cwFlowTypes.cpp : Added #include "cwFlowDecl.h" kevin 2024-01-13 10:18:21 -0500
  • 6686acfbee cwIoFlow.h/cpp,cwFlowCross.h/cpp : Added apply_preset(handle_t,multi_preset_selector_t&). kevin 2024-01-13 10:17:42 -0500
  • 2e2f57f45a cwFlow.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
  • f7bab2f4a2 cwFlowDecl.h,Makefile.am : cwFlowDecl.h initial commit. kevin 2024-01-13 10:14:33 -0500
  • 5611b28c6b cwPresetSel.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
  • 293629831c cwUi.cpp: _webSockSend() now directly returns the result of websock::send(). kevin 2024-01-13 10:00:11 -0500
  • 0dd6df0bdc cwVelTableTuner.cpp : removed unnecessary #include. kevin 2024-01-13 09:42:23 -0500
  • 233e983ffc docs/2-3-trees.pdf : Added to documentation. kevin 2024-01-06 09:03:48 -0500
  • 439ca853d5 cwB23Tree.h/cpp : Initial 2-3 binary-tree implementation. Node removal not yet implemented. kevin 2024-01-06 09:03:16 -0500
  • c77fd9a0a0 ui.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
  • 019d0d530b cwIoPresetSelApp.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
  • 6b771c0c88 cwWebSock.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
  • 6ed0f6c080 cwUi.h/cpp : Added sendMsg(). eleA[] now doubles in size with each reallocation. kevin 2024-01-06 08:44:53 -0500
  • c7cbb5f62f cwIo.h/cpp, cwPresetSel.h : Added comments. kevin 2024-01-06 08:43:42 -0500
  • 7d7f0c1bc9 cwMem.cpp : Corrected comment. kevin 2024-01-06 08:41:18 -0500
  • d45d86b8be cwIoMidiRecordPlay.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
  • ca53e712a6 cwIoPresetSelApp.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
  • 9a6729b9b9 cwWebSocket.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
  • 82b60a873d cwIo.h : Added uiSendMsg(),audioIsEnabled(),audioActiveDeviceCount(). kevin 2023-12-29 13:43:08 -0500
  • dce0049b76 cwScoreFollower.cpp : Added pedal state info to write_sync_perf_csv(). kevin 2023-12-17 08:56:56 -0500
  • 960f028a9a cwScoreFollowTest.cpp : Added log info output from _gen_synced_perf_files(). kevin 2023-12-17 08:56:12 -0500
  • 7ba28465c8 cwScoreParse.h,cwPresetSel.cpp,cwIOPresetSelApp.cpp : Added global constant score_parse:kInvalidLocId. kevin 2023-12-17 08:51:46 -0500
  • a571951d95 cwPianoScore.cpp : Removed dead code. kevin 2023-12-17 08:50:36 -0500
  • 4e11bfa7ee cwMidi.h : Simplified pedal predicates. kevin 2023-12-17 08:50:07 -0500
  • b8ca52082d Merge branch 'loc_fix' kevin 2023-12-16 07:43:45 -0500
  • b5eaa633ef cwText,cwPianoScore : Added textCopy() kevin 2023-12-06 15:22:41 -0500
  • 5ee85365ee cwPreset,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
  • 11cfb2cedc cwSfTrack.cpp : Add use of safey_idx to reset(). Note BUG at _store_result(). kevin 2023-12-03 11:29:33 -0500
  • c945e39a3b preset_sel.css,ui.cfg : Alt. functionality UI changes. kevin 2023-12-03 11:26:30 -0500