Commit Graph

  • 5913cfe8e1 cwIoMidiRecordPlay.cpp: Print the velocity table when it is applied. kevin 2023-12-03 11:24:11 -0500
  • 453da9a6df cwText : Added toLower() and toUpper(). kevin 2023-12-03 11:21:57 -0500
  • 053675a94c cwPianoScore.cpp : Use cwCsv to read either score followed MIDI files or the score file. kevin 2023-12-03 11:21:26 -0500
  • 5bbd3d0e08 cwPresetSel, cwIoPresetSelApp : Added 'alt' functionality. kevin 2023-12-03 11:20:38 -0500
  • c0cf1ca956 cwIo,cwUi : Added realTimeReport() kevin 2023-12-03 11:18:02 -0500
  • e24b5b43b2 cwIoPresetSellApp.cpp : Performance measurements are now provided via _midi_callback() via the 'msg_arg' argument - which points to a cwPianoScore::event_t. The 'load'' menu is now loaded via cfg perfDirL:[] kevin 2023-11-26 15:43:52 -0500
  • e913fcc9e6 cwSvgScoreFollow.cpp : Now has an indirect dependence on cwMidiFile.h from cwPianoScore.h. kevin 2023-11-26 15:35:51 -0500
  • 2ad92c0720 cwScoreFollowTest.cpp : Added _gen_synced_perf_files() and call to sf_analysis::gen_analysis(). kevin 2023-11-26 15:35:05 -0500
  • bd7933d10e cwScoreFollower.h/cpp : Added write_sync_perf_csv() and enable(). kevin 2023-11-26 15:32:11 -0500
  • 3265e89f97 cwScoreParse.cpp : Added _set_hash() kevin 2023-11-26 15:30:54 -0500
  • f158026c1d cwSfScore.h/cpp : Added 'endEvtIndex' to section_t. Add bar_to_event() and event_index_to_section(). kevin 2023-11-26 15:29:46 -0500
  • 8fd00ac353 cwSfAnalysis.h/cpp, Makefile.am : Initial commit. kevin 2023-11-26 15:27:59 -0500
  • 3f9f72600c cwPresetSel.h/cpp : Added report_presets(). kevin 2023-11-26 15:27:29 -0500
  • e6c70090fa cwPianoScore.h/cpp : Read dyn/even/tempo/cost from score CSV. kevin 2023-11-26 15:26:17 -0500
  • 29dd0af4da cwIoMidiRecordPlay.h/cpp : Add 'msg_arg' argument to event_callback_t. Update am_to_midi_file() to take sess_number,take_number,player_name and prefix_label. kevin 2023-11-26 15:23:36 -0500
  • f3e5c8456b Merge branch 'master' of gitea.larke.org:kevin/libcw kevin 2023-11-25 17:38:34 -0500
  • 147c960394 cwPresetSel.cpp : Updates to support translate_frags() kevin 2023-11-25 17:38:21 -0500
  • 5201c47d5a cwPerfMeas.h/cpp : create() now includes a parameter record. kevin 2023-11-19 15:56:38 -0500
  • 2283140e3a cwIoMidiRecordPlay.cpp : am_to_midi_file() now accepts a list of directories to act on. kevin 2023-11-19 15:55:57 -0500
  • 597f1ca504 cwFileSys.cpp : isDir(),isFile(),isLink() now automatically expands the path prior to evaluating it. kevin 2023-11-19 15:54:57 -0500
  • d4d325c413 cwText.h/cpp : Added firstMatchChar(0 and lastMatchChar(). kevin 2023-11-19 15:03:42 -0500
  • f42cb04752 cwIoMidiRecordPlay.cpp : Set take number in meta.cfg. kevin 2023-11-19 15:01:32 -0500
  • 7330806913 cwIoMidiRecordPlay.h/cpp : am_to_midi_file() now write a CSV equivalent to the .mid file and a meta file containing the beg/end loc of the MIDI file. kevin 2023-11-19 14:06:37 -0500
  • 4ab72761e7 Merge branch 'master' of gitea.larke.org:kevin/libcw kevin 2023-11-14 07:54:11 -0500
  • 831b85af64 cwLog.h/cpp: Debug logging is now level controlled rather than by #define cwLOG_DEBUG. Added levelFromString() levelToString(). kevin 2023-11-14 07:53:43 -0500
  • d499dfac1c cwFile.cpp : Added guard to not write if bufByteCnt is 0. kevin 2023-11-14 07:52:15 -0500
  • ce55c64a3b cwCommon.h : Added kDataCorruptRC. kevin 2023-11-14 07:51:50 -0500
  • 513bc82381 cwSfScore.h : Added 'perfCnt` to event_t. kevin 2023-10-21 10:12:15 -0400
  • ccb9b7363f cwScoreParse.cpp : Added _order_set_ids_by_time() in create() kevin 2023-10-21 10:06:29 -0400
  • acd22ff005 cwScoreFollowTest.cpp : Added JSON output from _score_follow_one_perf() kevin 2023-10-21 10:05:14 -0400
  • 2b55eb9101 cwPerfMeas.h/cpp : Added write_result_csv() and write_result_json(). kevin 2023-10-21 09:59:45 -0400
  • c305b4b4da cwObject.h/cpp : Added putv() and put_numeric_list(). Changed newDictObject() and newListObject() from: { return _objAllocate( kDictTId, parent); } to: { return _objAppendRightMostNode(parent, _objAllocate( kDictTId, parent) ); } kevin 2023-10-21 09:58:51 -0400
  • 6938e5a278 cwDynRefTbl.cpp : Fixed bug in _fill_level_lookup_table() where incorrect index was used. Added missing: release(p->levelLookupA) in _destroy(). kevin 2023-10-21 09:54:23 -0400
  • f68e98082c cwIoPresetSelApp.cpp : Changes to support use of cwSfScore. kevin 2023-09-12 20:32:38 -0400
  • 86c2d2da1f cwPerfMeas.h/cpp, cwScoreFollowTest.h/cpp, Makefile.am : Initial commit. kevin 2023-09-12 20:30:53 -0400
  • 6b9682b8a3 cwSvgMidi.cpp : Changes to support use of perf_score::event_t kevin 2023-09-12 20:29:35 -0400
  • 0cb68c6b6b cwPresetSel.h/cpp : Initial partial implementation of translate_frags(). kevin 2023-09-12 20:28:29 -0400
  • f9ac5a8f39 cwPianoScore.h/cpp : Added loc_to_pitch_context() in support of cwPresetSel.translate_frags() kevin 2023-09-12 20:27:56 -0400
  • b951e7a09d cwScoreTest.cpp : Added score_warn_fl and parse_warn_fl. kevin 2023-09-12 20:25:28 -0400
  • 0193deb9e2 cwScoreFollower.h/cpp : Changed create() to use args_t record. Replaced 'match_index_array' with 'result_index_array'. Moved test() to cwScoreFollowTest. Removed last parts of libcm dependencies. Moved Perf. Meas. unit out of callback. kevin 2023-09-12 20:24:50 -0400
  • fb8c99e0c4 cwSfTrack.h/cpp : Added kBacktrackResultsFl and kPrintFl. Added documentation. Made the sftrack_str private. kevin 2023-09-12 18:03:51 -0400
  • 143c7daa91 cwSfMatch.h/cpp : Updates to better integrate with cwSfScore. Added loc_to_index(). kevin 2023-09-12 17:59:56 -0400
  • 16ba4d6a3f cwSfScore.h/cpp : Added initial performance update functionality. Changed location identifiers to consistently use oLocId and eLocId. Added many fields to event_t. kevin 2023-09-12 17:56:50 -0400
  • b9f497e1ec cwScoreParse.h/cpp : Converted location variables names to consistently use oLocId and eLocId. Added: event_t.bpm_rval, use of 'show_warnings_fl', more validity checks. kevin 2023-09-12 17:53:35 -0400
  • 7c076fbef1 cwSvgScoreFollow.h/cpp : Now works in terms of cwSfScore and cwSfTrack. kevin 2023-09-12 17:43:15 -0400
  • 570e4cfc45 cwVectOps.h : Added std(). kevin 2023-09-12 17:42:30 -0400
  • 8c37bbe0f0 cwDynRefTbl.cpp : Added use of levelLookupA[] to convert from MIDI vel. to level. kevin 2023-09-12 17:39:55 -0400
  • cea07592bc cwLog.h/cpp : Added flags(),set_flags(). kevin 2023-09-12 17:38:44 -0400
  • 75c6959529 cwMidiFile.h/cpp : Added report_begin_end() kevin 2023-09-12 17:37:30 -0400
  • 772521e604 cwPianoScore.h/cpp : Removed uid_to_event() function. kevin 2023-08-20 17:15:59 -0400
  • 2d88e689b5 cwDynRefTbl.h/cpp : Initial commit. kevin 2023-08-20 17:14:52 -0400
  • 01e6ac208d cwSfTrack.h/cpp : Updates to support call to test() from score_test. Added result_count() and result_base(). kevin 2023-08-20 17:14:25 -0400
  • f27124a09a cwSfMatch.h/cpp : Updates to support call to test() from score_test. kevin 2023-08-20 17:12:58 -0400
  • 722c845187 cwScore.h,cpp : Updates to base object on score_parse. kevin 2023-08-20 17:11:53 -0400
  • 1572e23910 cwScoreParse,cwScoreTest,Makefile : Iniital commit. kevin 2023-08-20 17:10:45 -0400
  • 5e3130503d cwSfMatch.h/cpp, cwSfTrack.h/cpp, Makefile.am : Initial commit. kevin 2023-08-05 12:35:29 -0400
  • e1d84b2861 cwSfScore.h/cpp : Added event(),loc_count(),loc() and parse_dyn_ref_cfg(). Remove functions that are now implemented in sfMatch. kevin 2023-08-05 12:34:46 -0400
  • 86909a05a8 cwSfScoreParer.h/cpp : Impolement set_count() and set_list(), Changes to report() kevin 2023-08-05 12:32:53 -0400
  • 06a8a8ec88 Merge branch 'master' of gitea.larke.org:kevin/libcw kevin 2023-07-25 20:24:39 -0400
  • 3fa4acceee cwSfScore.h/cpp, cwSfScoreParser.h/cpp, Makefile.am : Initial commmit. kevin 2023-07-25 20:24:03 -0400
  • 39599e3e2e cwCommonImpl.h/cpp : Added #include <ccytpe>. Check for null label in labelToId() kevin 2023-07-25 20:22:44 -0400
  • 7e6ab875c9 cwText.h/cpp : Added isInteger(), isReal(), isIdentifier(). kevin 2023-07-25 20:20:45 -0400
  • 7201b63412 cwCsv.h/cpp: Added parse_field( ..., uint8_t ) kevin 2023-07-25 20:19:59 -0400
  • daa990944f cwTcpSocketTest.cpp : Added use of initAddr() in test_udp_srv() added send() in srvReceiveCallback(). kevin 2023-07-25 20:18:55 -0400
  • 34df8aa992 cwMidi.h : Added byte_t kevin 2023-07-25 20:15:49 -0400
  • 7f5ae4396c Merge branch 'master' of https://gitea.larke.org/kevin/libcw kevin 2023-07-04 12:03:18 -0400
  • e599e35469 cwSocket.cpp,cwSocketDecls.h,cwIo.cpp : Implement TCP_NODELAY. kevin 2023-07-04 12:02:13 -0400
  • 4c8ac89fd7 cwIoPresetSelApp.cpp, ui.cfg : Added _set_vel_table() to load vel. tables from _do_load(). Velocity tables are now set in the cfg. 'perfDirL' array. Allow score follower to be disabled. kevin 2023-06-27 17:53:04 -0400
  • 1a3aeaaf0c cwIoMidiRecordPlay.h/cpp : Internal timer now uses timerSetNextTime() rather than periodic callback. The internal MIDI devices now have labels. kevin 2023-06-27 17:44:23 -0400
  • 0622345a8b cwAudioDeviceFile.cpp : Comment out debugging code. kevin 2023-06-27 17:31:34 -0400
  • c78f695c31 cwVelTableTuner.h/cpp : Added get_vel_table(). kevin 2023-06-27 17:27:58 -0400
  • e8c9e38d81 cwTime.cpp : Fixed some misuses of '1e' notation. kevin 2023-06-27 17:27:15 -0400
  • 0eea3aeb42 cwScoreFollower.h/cpp : Added ability to enable/disable the score follower via the cfg. arg. kevin 2023-06-27 17:26:32 -0400
  • 92df31e591 cwIo.h/cpp : Add timerSetNextTime(). kevin 2023-06-27 17:24:12 -0400
  • 5b28630b6d cwFile.h : Fix comment. kevin 2023-06-27 17:11:23 -0400
  • a7dbec54ee cwIoPresetSelApp.cpp : Pass fname with load menu directory from cfg. kevin 2023-05-27 16:49:09 -0400
  • d1352801b9 cwIoPresetApp.cpp: Create 'load' menu from directories given in the 'cfg' file. kevin 2023-05-27 16:01:17 -0400
  • 8670fdca8c cwFileSys.cpp : Automatically expand the base directory in makeFn(). kevin 2023-05-27 15:55:46 -0400
  • dcfa97d320 cwIoPresetSelApp: Added functionality to support performance recording and playback. kevin 2023-05-25 16:16:21 -0400
  • 9595a7552c cwScoreFollower.h/cpp : Added sync_perf_to_score(), perf_count(), and per_base(). kevin 2023-05-25 16:11:34 -0400
  • cee91b11a6 cwText.cpp : Changed toText(char*,unsigned,const char*) to eliminate valgrind warnings. kevin 2023-05-25 16:06:23 -0400
  • aefa0eb1d8 cwSvgScoreFollow.h : Moved ssf_note_on_t to cwScoreFollowerPerf.h. kevin 2023-05-25 16:05:19 -0400
  • 1789e6634a cwSvgMidi.cpp : Fix missing hRRef.set(p) in create(). kevin 2023-05-25 16:04:49 -0400
  • 8832ae60e0 cwPianoScore.h/cpp : Comment unused loc_???() functions. Added create_from_midi_csv() and has_loc_info_flag(). kevin 2023-05-25 16:04:19 -0400
  • 440c35201a cwIoMidiRecordPlay.h/cpp : Added last_store_index() and save_synced_csv() kevin 2023-05-25 16:02:51 -0400
  • abcaa093c7 cwFlowProc.cpp: Allow interactive changing of audio_delay() delay param. kevin 2023-05-25 16:02:00 -0400
  • a4188a7ff0 cwAudioDeviceAlsa.cpp : zero initialize buf[] in _devReadBuf(). kevin 2023-05-25 16:01:20 -0400
  • 64d8c8e5b0 cwIo.cpp : Added missing destroy(p->cbMutexH) in _free(). Call ui::flushCache() in exec(). kevin 2023-05-25 16:00:11 -0400
  • cac3b1752d cwCsv.cpp : Fix uninitialized variable in test(). kevin 2023-05-25 15:59:02 -0400
  • ccc222c063 cwScoreFollowerPerf.h : Initial commit. kevin 2023-05-25 15:57:20 -0400
  • 9f58e34f87 cwScoreFollower.h/cpp : Added cw_loc_range(),is_loc_in_range() and has_stored_performance(). kevin 2023-05-21 12:41:50 -0400
  • 54bcfeac53 cwIoMidiRecordPlay.h/cpp : Added write_svg(). kevin 2023-05-21 12:40:23 -0400
  • 51670bc00b cwSvgMidi.h/cpp : Added create()/destroy/set???(), and write() functions. kevin 2023-05-21 12:39:50 -0400
  • 55f8655316 cwNumericConvert.h : string_to_number() now recognizes hex numbers. kevin 2023-05-21 12:38:47 -0400
  • f5c1c5e435 cwFileSys.h/cpp : Added formVersionedDirectory() and makeVersionedDirectory(). kevin 2023-05-21 12:38:05 -0400
  • d90b03d810 cwCsv.cpp : _fill_line_buf() now strips trailing white space from the line buffer. kevin 2023-05-21 12:37:28 -0400
  • a708d37541 preset_sel/js/ui.js : Handle UI 'cache' message. kevin 2023-05-19 22:14:48 -0400
  • 7ed1c40674 cwSvgScoreFollow.cpp : Set initial value on 'pn' _create_perf_array() kevin 2023-05-19 22:14:01 -0400
  • f341f541f6 cwMidiState.cpp : Fix bug in _testCallback(). kevin 2023-05-19 22:11:51 -0400
  • 15fb486c4b Add enableCache() and flushCache(). kevin 2023-05-19 21:59:35 -0400