mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
don't cast to the same type
This commit is contained in:
parent
3be642ec17
commit
3acde0965a
1 changed files with 1 additions and 1 deletions
|
|
@ -1305,7 +1305,7 @@ DiskWriter::transport_stopped_wallclock (struct tm& when, time_t twhen, bool abo
|
|||
* beat/bar here
|
||||
*/
|
||||
|
||||
_midi_write_source->mark_midi_streaming_write_completed (source_lock, Evoral::Sequence<Temporal::Beats>::ResolveStuckNotes, timecnt_t (total_capture));
|
||||
_midi_write_source->mark_midi_streaming_write_completed (source_lock, Evoral::Sequence<Temporal::Beats>::ResolveStuckNotes, total_capture);
|
||||
}
|
||||
|
||||
_last_capture_sources.insert (_last_capture_sources.end(), audio_srcs.begin(), audio_srcs.end());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue