mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 11:26:00 +01:00
Fixed up the comment
This commit is contained in:
parent
a624573ee6
commit
dbe0d5a649
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ const framecnt_t Session::bounce_chunk_size = 65536;
|
|||
static void clean_up_session_event (SessionEvent* ev) { delete ev; }
|
||||
const SessionEvent::RTeventCallback Session::rt_cleanup (clean_up_session_event);
|
||||
|
||||
// seconds should be added afte the region exceeds end marker
|
||||
// seconds should be added after the region exceeds end marker
|
||||
#ifdef USE_TRACKS_CODE_FEATURES
|
||||
const uint32_t Session::session_end_shift = 5;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue