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
|
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 |
|
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 |
|