cwScoreFollower.h/cpp, cwSfTrack.h : Updates to comments. No functional changes.

This commit is contained in:
kevin 2024-03-06 09:27:31 -05:00
parent a052f2623c
commit e5b74f3a40
3 changed files with 4 additions and 3 deletions

View File

@ -394,6 +394,7 @@ cw::rc_t cw::score_follower::exec( handle_t h,
newMatchFlRef = false;
// This call results in a callback to: _score_follower_cb()
// Note: pass p->perf_idx as 'muid' to the score follower
rc = exec( p->trackH, sec, smpIdx, p->perf_idx, status, d0, d1, &scLocIdx );

View File

@ -74,7 +74,7 @@ namespace cw
// Write the score to 'out_fname'.
void score_report( handle_t h, const char* out_fname );
// Use the stored MIDI data received since the last call to reset to generate a report
// Use the stored MIDI data, received since the last call to reset(), to generate a report
// using midi_state::report_events().
rc_t midi_state_rt_report( handle_t h, const char* out_fname );

View File

@ -74,8 +74,8 @@ namespace cw
// Step forward/back by p->stepCnt from p->eli.
// p->eli must therefore be valid prior to calling this function.
// If more than p->maxMissCnt consecutive MIDI events are
// missed then automatically run cmScAlignScan().
// Return cmEofRC if the end of the score is encountered.
// missed then automatically run _scan ().
// Return kEofRC if the end of the score is encountered.
// Return cmSubSysFailRC if an internal scan resync. failed.
//rc_t _step( handle_t h );