Commit Graph

819 Commits

Author SHA1 Message Date
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
kevin
143c7daa91 cwSfMatch.h/cpp : Updates to better integrate with cwSfScore.
Added loc_to_index().
2023-09-12 17:59:56 -04:00
kevin
16ba4d6a3f cwSfScore.h/cpp : Added initial performance update functionality.
Changed location identifiers to consistently use oLocId and eLocId.
Added many fields to event_t.
2023-09-12 17:56:50 -04:00
kevin
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.
2023-09-12 17:53:35 -04:00
kevin
7c076fbef1 cwSvgScoreFollow.h/cpp : Now works in terms of cwSfScore and cwSfTrack. 2023-09-12 17:43:15 -04:00
kevin
570e4cfc45 cwVectOps.h : Added std(). 2023-09-12 17:42:30 -04:00
kevin
8c37bbe0f0 cwDynRefTbl.cpp : Added use of levelLookupA[] to convert from MIDI vel. to level. 2023-09-12 17:39:55 -04:00
kevin
cea07592bc cwLog.h/cpp : Added flags(),set_flags(). 2023-09-12 17:38:44 -04:00
kevin
75c6959529 cwMidiFile.h/cpp : Added report_begin_end() 2023-09-12 17:37:30 -04:00
kevin
772521e604 cwPianoScore.h/cpp : Removed uid_to_event() function. 2023-08-20 17:15:59 -04:00
kevin
2d88e689b5 cwDynRefTbl.h/cpp : Initial commit. 2023-08-20 17:14:52 -04:00
kevin
01e6ac208d cwSfTrack.h/cpp : Updates to support call to test() from score_test. Added result_count() and result_base(). 2023-08-20 17:14:25 -04:00
kevin
f27124a09a cwSfMatch.h/cpp : Updates to support call to test() from score_test. 2023-08-20 17:12:58 -04:00
kevin
722c845187 cwScore.h,cpp : Updates to base object on score_parse. 2023-08-20 17:11:53 -04:00
kevin
1572e23910 cwScoreParse,cwScoreTest,Makefile : Iniital commit. 2023-08-20 17:10:45 -04:00
kevin
5e3130503d cwSfMatch.h/cpp, cwSfTrack.h/cpp, Makefile.am : Initial commit. 2023-08-05 12:35:29 -04:00
kevin
e1d84b2861 cwSfScore.h/cpp : Added event(),loc_count(),loc() and parse_dyn_ref_cfg(). Remove functions that are now implemented in sfMatch. 2023-08-05 12:34:46 -04:00
kevin
86909a05a8 cwSfScoreParer.h/cpp : Impolement set_count() and set_list(), Changes to report() 2023-08-05 12:32:53 -04:00
kevin
06a8a8ec88 Merge branch 'master' of gitea.larke.org:kevin/libcw 2023-07-25 20:24:39 -04:00
kevin
3fa4acceee cwSfScore.h/cpp, cwSfScoreParser.h/cpp, Makefile.am : Initial commmit. 2023-07-25 20:24:03 -04:00
kevin
39599e3e2e cwCommonImpl.h/cpp : Added #include <ccytpe>. Check for null label in labelToId() 2023-07-25 20:22:44 -04:00
kevin
7e6ab875c9 cwText.h/cpp : Added isInteger(), isReal(), isIdentifier(). 2023-07-25 20:20:45 -04:00
kevin
7201b63412 cwCsv.h/cpp: Added parse_field( ..., uint8_t ) 2023-07-25 20:19:59 -04:00
kevin
daa990944f cwTcpSocketTest.cpp : Added use of initAddr() in test_udp_srv() added send() in srvReceiveCallback(). 2023-07-25 20:18:55 -04:00
kevin
34df8aa992 cwMidi.h : Added byte_t 2023-07-25 20:15:49 -04:00
kevin
7f5ae4396c Merge branch 'master' of https://gitea.larke.org/kevin/libcw 2023-07-04 12:03:18 -04:00
kevin
e599e35469 cwSocket.cpp,cwSocketDecls.h,cwIo.cpp : Implement TCP_NODELAY. 2023-07-04 12:02:13 -04:00
kevin
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.
2023-06-27 17:53:04 -04:00
kevin
1a3aeaaf0c cwIoMidiRecordPlay.h/cpp : Internal timer now uses timerSetNextTime() rather
than periodic callback. The internal MIDI devices now have labels.
2023-06-27 17:44:23 -04:00
kevin
0622345a8b cwAudioDeviceFile.cpp : Comment out debugging code. 2023-06-27 17:31:34 -04:00
kevin
c78f695c31 cwVelTableTuner.h/cpp : Added get_vel_table(). 2023-06-27 17:27:58 -04:00
kevin
e8c9e38d81 cwTime.cpp : Fixed some misuses of '1e' notation. 2023-06-27 17:27:15 -04:00
kevin
0eea3aeb42 cwScoreFollower.h/cpp : Added ability to enable/disable the score follower via the cfg. arg. 2023-06-27 17:26:32 -04:00
kevin
92df31e591 cwIo.h/cpp : Add timerSetNextTime(). 2023-06-27 17:24:12 -04:00
kevin
5b28630b6d cwFile.h : Fix comment. 2023-06-27 17:11:23 -04:00
kevin
a7dbec54ee cwIoPresetSelApp.cpp : Pass fname with load menu directory from cfg. 2023-05-27 16:49:09 -04:00
kevin
d1352801b9 cwIoPresetApp.cpp: Create 'load' menu from directories given in the 'cfg' file. 2023-05-27 16:01:17 -04:00
kevin
8670fdca8c cwFileSys.cpp : Automatically expand the base directory in makeFn(). 2023-05-27 15:55:46 -04:00
kevin
dcfa97d320 cwIoPresetSelApp: Added functionality to support performance recording and playback. 2023-05-25 16:16:21 -04:00
kevin
9595a7552c cwScoreFollower.h/cpp : Added sync_perf_to_score(), perf_count(), and per_base(). 2023-05-25 16:11:34 -04:00
kevin
cee91b11a6 cwText.cpp : Changed toText(char*,unsigned,const char*) to eliminate valgrind warnings. 2023-05-25 16:06:23 -04:00
kevin
aefa0eb1d8 cwSvgScoreFollow.h : Moved ssf_note_on_t to cwScoreFollowerPerf.h. 2023-05-25 16:05:19 -04:00
kevin
1789e6634a cwSvgMidi.cpp : Fix missing hRRef.set(p) in create(). 2023-05-25 16:04:49 -04:00
kevin
8832ae60e0 cwPianoScore.h/cpp : Comment unused loc_???() functions. Added create_from_midi_csv() and has_loc_info_flag(). 2023-05-25 16:04:19 -04:00
kevin
440c35201a cwIoMidiRecordPlay.h/cpp : Added last_store_index() and save_synced_csv() 2023-05-25 16:02:51 -04:00
kevin
abcaa093c7 cwFlowProc.cpp: Allow interactive changing of audio_delay() delay param. 2023-05-25 16:02:00 -04:00
kevin
a4188a7ff0 cwAudioDeviceAlsa.cpp : zero initialize buf[] in _devReadBuf(). 2023-05-25 16:01:20 -04:00
kevin
64d8c8e5b0 cwIo.cpp : Added missing destroy(p->cbMutexH) in _free(). Call ui::flushCache() in exec(). 2023-05-25 16:00:11 -04:00
kevin
cac3b1752d cwCsv.cpp : Fix uninitialized variable in test(). 2023-05-25 15:59:02 -04:00