Commit Graph

821 Commits

Author SHA1 Message Date
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
kevin
ccc222c063 cwScoreFollowerPerf.h : Initial commit. 2023-05-25 15:58:32 -04:00
kevin
9f58e34f87 cwScoreFollower.h/cpp : Added cw_loc_range(),is_loc_in_range() and has_stored_performance(). 2023-05-21 12:41:50 -04:00
kevin
54bcfeac53 cwIoMidiRecordPlay.h/cpp : Added write_svg(). 2023-05-21 12:40:23 -04:00
kevin
51670bc00b cwSvgMidi.h/cpp : Added create()/destroy/set???(), and write() functions. 2023-05-21 12:39:50 -04:00
kevin
55f8655316 cwNumericConvert.h : string_to_number() now recognizes hex numbers. 2023-05-21 12:38:47 -04:00
kevin
f5c1c5e435 cwFileSys.h/cpp : Added formVersionedDirectory() and makeVersionedDirectory(). 2023-05-21 12:38:05 -04:00
kevin
d90b03d810 cwCsv.cpp : _fill_line_buf() now strips trailing white space from the line buffer. 2023-05-21 12:37:28 -04:00
kevin
a708d37541 preset_sel/js/ui.js : Handle UI 'cache' message. 2023-05-19 22:14:48 -04:00
kevin
7ed1c40674 cwSvgScoreFollow.cpp : Set initial value on 'pn' _create_perf_array() 2023-05-19 22:14:01 -04:00
kevin
f341f541f6 cwMidiState.cpp : Fix bug in _testCallback(). 2023-05-19 22:11:51 -04:00
kevin
15fb486c4b Add enableCache() and flushCache(). 2023-05-19 21:59:35 -04:00
kevin
4459a0b130 cwLog.cpp : Add date/time stamp to default output. 2023-05-19 21:21:35 -04:00
kevin
c93a9670f9 cwTime.h/cpp: Added formatDateTime() 2023-05-19 21:21:03 -04:00
kevin
e6412b2538 cwIoPresetSelApp.cpp, preset_sel/ui.cfg : Replace load button with load menu. 2023-05-16 18:22:56 -04:00
kevin
ed4bf8709d cwScoreFollower.h/cpp, cwSvgScoreFollow.h/cpp : Complete working version of score follower and SVG result reendering. 2023-05-16 09:14:20 -04:00
kevin
8cb760af14 cwSvg.cpp : Fixed bug which resulted in attribute lists being duplicated on SVG elements. 2023-05-16 09:12:24 -04:00
kevin
f8cf79a776 cwFileSys.h : Fixed comments on makeFn(). 2023-05-16 09:11:19 -04:00
kevin
2724b32fc2 cwCmInterface.cpp : Cleaned up info and error printing to remove extraneous text. 2023-05-16 09:10:51 -04:00
kevin
cd65c8f98e cwScoreFollow.h/cpp : Added initial implementation of write_svg_file(), score_report(), and midi_state_rt_report(). 2023-05-13 07:55:34 -04:00
kevin
06d985f271 cwSvgMidi.h/cpp : piano_score_to_svg(). 2023-05-13 07:49:50 -04:00
kevin
7e462e2754 cwPianoScore.cpp : Piano score must now include the 'dots' field. The 'bar' and 'section' fields are now read from the score file. 2023-05-13 07:46:20 -04:00
kevin
2a51daaa90 cwCsv.h/cpp : Add minor functions and update API comments. 2023-05-12 09:00:50 -04:00
kevin
b178e1994a Makefile.am : Added cwCsv.h/cpp. 2023-05-11 21:10:12 -04:00
kevin
42891ed719 cwFile.h : Updated documentation. 2023-05-11 21:09:52 -04:00
kevin
287184c846 cwCsv.h/cpp : initial commit 2023-05-11 21:09:04 -04:00
kevin
feddb59fca cwSvgScore.h/cpp : Deleted. Replaced with cwSvgScoreFollow.h/cpp. 2023-05-09 08:59:25 -04:00
kevin
9c996f26ad cwIoPresetSelApp.cpp : Moved score follower processing into _get_loc_from_score_follower(). 2023-05-09 08:24:46 -04:00
kevin
b39b90a02b cwSvgScoreFollow.h/cpp : Initial commit. 2023-05-09 08:22:00 -04:00
kevin
883c00e3f7 cwMidiState.h/cpp : Added default_config(),config() and report_events() 2023-05-09 08:14:12 -04:00
kevin
e2288f21f0 cwMIdi.h : Strip channel from status on all status predicates. 2023-05-09 07:30:29 -04:00
kevin
136d2974a9 cwIo.h/cpp : Include timer index in timer callback record. 2023-05-09 07:29:43 -04:00
kevin
d094a551ae cwSvg.cpp : Fix formatting of inline style header. 2023-05-09 07:29:03 -04:00
kevin
a5d0116cd7 cwMidiState,cwSvgMidi,cwSvgScore, Makefile : Initial commit. 2023-04-30 21:24:26 -04:00
kevin
f3803fefd0 cwIoPresetSelApp.cpp : Added use of a system wide sample rate.
Initial integration of score follower.
2023-04-30 21:22:49 -04:00
kevin
37924ff67f cwIoMidiRecordPlay.cpp : Removed dead code and use fix merge errors. 2023-04-30 21:20:25 -04:00
kevin
835f23800b cwMidi.h : midiToSciPitch() now has some default arguments. 2023-04-30 21:19:15 -04:00
kevin
8ae846ee05 cwMidiFile.h/cpp : Fixed memory leaks. 2023-04-30 21:18:38 -04:00
kevin
87c319c11f cwScoreFollower.h/cpp: Added cw loc. <-> cm loc maps. Initial working version. 2023-04-30 21:17:31 -04:00
kevin
2d646837a6 cwTime.h/cpp : Added specToSeconds() 2023-04-30 21:16:14 -04:00
kevin
f5993f4aad cwIoMidiRecordPlay.cpp : Merge after inadvertent 'stash pop' 2023-04-11 08:36:04 -04:00
kevin
47a5bbe06a cwInterface.cpp,cwScoreFollower.cpp : Initial non-realtime score follower. 2023-04-11 08:20:18 -04:00
kevin
ab40711eee cwIo.cpp : Added use of atomic isStartedFl 2023-03-21 08:27:32 -04:00
kevin
6c97b62d6f cwIoPresetSelApp.cpp : Added use of cwVelTableTuner 2023-03-20 19:41:58 -04:00
kevin
67361c928b cwVelTableTuner.h/cpp : Add the 'defaultFl' parameter to determine which velocity table should be loaded by default for a given MIDI device. 2023-03-20 08:55:35 -04:00
kevin
ecdec5aa60 cwIoMidiRecordPlay.h/cpp: Load the velocity table from an external cfg file as provided by cwVelTableTuner.cpp 2023-03-20 08:54:11 -04:00
kevin
5d2a7390a5 cwIoAudioMidiApp.cpp : Make use of velocity table optional. 2023-03-20 08:52:32 -04:00
kevin
190ead625f cwFlow.h/cpp : Argument object to test() now contains the name of the flow_proc_dict file rather than receiving it as a separate arg.. 2023-03-17 18:24:07 -04:00
kevin
6815f87256 html/sel_preset/ui.cfg : Updates to support vel. table tuner. 2023-03-17 18:18:50 -04:00