Commit Graph

21 Commits

Author SHA1 Message Date
kevin
9acb24e9e1 Apply licensing information to project. 2024-12-01 14:35:24 -05:00
kevin
91fad53d33 Added "#include cwTest.h" dependency to most *.cpp files. 2024-05-29 12:36:57 -04:00
kevin
008e14d60b cwPianoScore.h,cpp : perf_score now can read performance measurements and related statistics from CSV. 2024-02-08 11:03:36 -05:00
kevin
a571951d95 cwPianoScore.cpp : Removed dead code. 2023-12-17 08:50:36 -05:00
kevin
b5eaa633ef cwText,cwPianoScore : Added textCopy() 2023-12-06 15:22:41 -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
e6c70090fa cwPianoScore.h/cpp : Read dyn/even/tempo/cost from score CSV. 2023-11-26 15:26:17 -05: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
772521e604 cwPianoScore.h/cpp : Removed uid_to_event() function. 2023-08-20 17:15:59 -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
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
574f91f1ca cwPianoScore.h/cpp: Added loc_to_event() and locs_to_diff_seconds() 2023-02-26 13:44:12 -05:00
kevin
bebd8111f4 cwPianoScore.cpp : Fix typo in event_to_string() output format. 2023-01-14 13:35:37 -05:00
kevin
15e60b429e cwMiidi.h,cwMidiFile.h/cpp,cwPianoScore.cpp : cwMidi.isNoteOn() now takes the message velocity value as well as the status. 2022-12-22 15:27:30 -05:00
kevin
b680d46487 cwPianoScore.h/cpp : Added loc_to_measure() and loc_to_next_note_on_measure() 2022-12-05 17:21:02 -05:00
kevin
d52f20c8ce cwPianoScore.h/cpp : Add uid_to_event(). 2022-05-06 16:05:49 -04:00
kevin
53dfdbc2a5 cwPianoScore.cpp: Added CSV reader. 2022-03-20 10:18:16 -04:00
kevin
2601c629e2 cwPianoScore.cpp : Copy object values into internal data structure with strncpy() instead of memcpy() to eliminate possible memory corruption.
Fixed memory leaks.
2021-12-29 21:46:54 -05:00
kevin
55b860b34c cwPianoScore.h : Added test(). 2021-12-25 22:12:56 -05:00
kevin
9d223eafb3 cwPianoScore.h/cpp : Added loc_count() and is_loc_valid(). 2021-11-05 22:23:18 -04:00
kevin
7a01d29210 cwIoPresetSelApp, cwPianoScore: Initial commit. 2021-11-01 10:28:44 -04:00