Commit Graph

717 Commits

Author SHA1 Message Date
kevin
960f028a9a cwScoreFollowTest.cpp : Added log info output from _gen_synced_perf_files(). 2023-12-17 08:56:12 -05:00
kevin
7ba28465c8 cwScoreParse.h,cwPresetSel.cpp,cwIOPresetSelApp.cpp : Added global constant score_parse:kInvalidLocId. 2023-12-17 08:51:46 -05:00
kevin
a571951d95 cwPianoScore.cpp : Removed dead code. 2023-12-17 08:50:36 -05:00
kevin
4e11bfa7ee cwMidi.h : Simplified pedal predicates. 2023-12-17 08:50:07 -05:00
kevin
b8ca52082d Merge branch 'loc_fix' 2023-12-16 07:43:45 -05:00
kevin
b5eaa633ef cwText,cwPianoScore : Added textCopy() 2023-12-06 15:22:41 -05:00
kevin
5ee85365ee cwPreset,cwIoPresetSelApp.cpp : cwIoPresetSelApp now distinguishes between the min/max score and perf. locations.
Added get_loc_range() to cwPreset.
2023-12-05 15:34:25 -05:00
kevin
11cfb2cedc cwSfTrack.cpp : Add use of safey_idx to reset(). Note BUG at _store_result(). 2023-12-03 11:29:33 -05:00
kevin
c945e39a3b preset_sel.css,ui.cfg : Alt. functionality UI changes. 2023-12-03 11:26:30 -05:00
kevin
5913cfe8e1 cwIoMidiRecordPlay.cpp: Print the velocity table when it is applied. 2023-12-03 11:24:11 -05:00
kevin
453da9a6df cwText : Added toLower() and toUpper(). 2023-12-03 11:21:57 -05:00
kevin
053675a94c cwPianoScore.cpp : Use cwCsv to read either score followed MIDI files or the score file. 2023-12-03 11:21:26 -05:00
kevin
5bbd3d0e08 cwPresetSel, cwIoPresetSelApp : Added 'alt' functionality. 2023-12-03 11:20:38 -05:00
kevin
c0cf1ca956 cwIo,cwUi : Added realTimeReport() 2023-12-03 11:18:02 -05:00
kevin
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:[]
2023-11-26 15:43:52 -05:00
kevin
e913fcc9e6 cwSvgScoreFollow.cpp : Now has an indirect dependence on cwMidiFile.h from cwPianoScore.h. 2023-11-26 15:35:51 -05:00
kevin
2ad92c0720 cwScoreFollowTest.cpp : Added _gen_synced_perf_files() and call to sf_analysis::gen_analysis(). 2023-11-26 15:35:05 -05:00
kevin
bd7933d10e cwScoreFollower.h/cpp : Added write_sync_perf_csv() and enable(). 2023-11-26 15:32:11 -05:00
kevin
3265e89f97 cwScoreParse.cpp : Added _set_hash() 2023-11-26 15:30:54 -05:00
kevin
f158026c1d cwSfScore.h/cpp : Added 'endEvtIndex' to section_t. Add bar_to_event() and event_index_to_section(). 2023-11-26 15:29:46 -05:00
kevin
8fd00ac353 cwSfAnalysis.h/cpp, Makefile.am : Initial commit. 2023-11-26 15:27:59 -05:00
kevin
3f9f72600c cwPresetSel.h/cpp : Added report_presets(). 2023-11-26 15:27:29 -05:00
kevin
e6c70090fa cwPianoScore.h/cpp : Read dyn/even/tempo/cost from score CSV. 2023-11-26 15:26:17 -05:00
kevin
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. 2023-11-26 15:23:36 -05:00
kevin
f3e5c8456b Merge branch 'master' of gitea.larke.org:kevin/libcw 2023-11-25 17:38:34 -05:00
kevin
147c960394 cwPresetSel.cpp : Updates to support translate_frags() 2023-11-25 17:38:21 -05:00
kevin
5201c47d5a cwPerfMeas.h/cpp : create() now includes a parameter record. 2023-11-19 15:56:38 -05:00
kevin
2283140e3a cwIoMidiRecordPlay.cpp : am_to_midi_file() now accepts a list of directories to act on. 2023-11-19 15:55:57 -05:00
kevin
597f1ca504 cwFileSys.cpp : isDir(),isFile(),isLink() now automatically expands the path prior to evaluating it. 2023-11-19 15:54:57 -05:00
kevin
d4d325c413 cwText.h/cpp : Added firstMatchChar(0 and lastMatchChar(). 2023-11-19 15:03:42 -05:00
kevin
f42cb04752 cwIoMidiRecordPlay.cpp : Set take number in meta.cfg. 2023-11-19 15:01:32 -05:00
kevin
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.
2023-11-19 14:06:37 -05:00
kevin
4ab72761e7 Merge branch 'master' of gitea.larke.org:kevin/libcw 2023-11-14 07:54:11 -05:00
kevin
831b85af64 cwLog.h/cpp: Debug logging is now level controlled rather than by #define cwLOG_DEBUG.
Added levelFromString() levelToString().
2023-11-14 07:53:43 -05:00
kevin
d499dfac1c cwFile.cpp : Added guard to not write if bufByteCnt is 0. 2023-11-14 07:52:15 -05:00
kevin
ce55c64a3b cwCommon.h : Added kDataCorruptRC. 2023-11-14 07:51:50 -05:00
kevin
513bc82381 cwSfScore.h : Added 'perfCnt` to event_t. 2023-10-21 10:12:15 -04:00
kevin
ccb9b7363f cwScoreParse.cpp : Added _order_set_ids_by_time() in create() 2023-10-21 10:06:29 -04:00
kevin
acd22ff005 cwScoreFollowTest.cpp : Added JSON output from _score_follow_one_perf() 2023-10-21 10:05:14 -04:00
kevin
2b55eb9101 cwPerfMeas.h/cpp : Added write_result_csv() and write_result_json(). 2023-10-21 09:59:45 -04:00
kevin
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) ); }
2023-10-21 09:58:51 -04:00
kevin
6938e5a278 cwDynRefTbl.cpp : Fixed bug in _fill_level_lookup_table() where incorrect index was used.
Added missing: release(p->levelLookupA) in _destroy().
2023-10-21 09:54:23 -04:00
kevin
f68e98082c cwIoPresetSelApp.cpp : Changes to support use of cwSfScore. 2023-09-12 20:32:38 -04:00
kevin
86c2d2da1f cwPerfMeas.h/cpp, cwScoreFollowTest.h/cpp, Makefile.am : Initial commit. 2023-09-12 20:30:53 -04:00
kevin
6b9682b8a3 cwSvgMidi.cpp : Changes to support use of perf_score::event_t 2023-09-12 20:29:35 -04:00
kevin
0cb68c6b6b cwPresetSel.h/cpp : Initial partial implementation of translate_frags(). 2023-09-12 20:28:29 -04:00
kevin
f9ac5a8f39 cwPianoScore.h/cpp : Added loc_to_pitch_context() in support of cwPresetSel.translate_frags() 2023-09-12 20:27:56 -04:00
kevin
b951e7a09d cwScoreTest.cpp : Added score_warn_fl and parse_warn_fl. 2023-09-12 20:25:28 -04:00
kevin
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.
2023-09-12 20:24:50 -04:00
kevin
fb8c99e0c4 cwSfTrack.h/cpp : Added kBacktrackResultsFl and kPrintFl.
Added documentation.  Made the sftrack_str private.
2023-09-12 18:03:51 -04:00