13
0

add useful comment

This commit is contained in:
Paul Davis 2024-10-31 12:06:38 -06:00
parent a9e1a591aa
commit f295b59439

View File

@ -461,6 +461,8 @@ SMFSource::write_unlocked (const WriterLock& lock,
void
SMFSource::update_length (timepos_t const & dur)
{
/* no time domain switching here */
assert (!_length || (_length.time_domain() == dur.time_domain()));
if (_model) {