mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
temporal: slightly change const positioning in definition of ::stretch_tempo()
This commit is contained in:
parent
b0ff612572
commit
60159acd33
1 changed files with 1 additions and 1 deletions
|
|
@ -3051,7 +3051,7 @@ TempoMap::set_ramped (TempoPoint & tp, bool yn)
|
|||
|
||||
|
||||
void
|
||||
TempoMap::stretch_tempo (TempoPoint* ts, const samplepos_t sample, const samplepos_t end_sample, Beats const & start_qnote, Beats const & end_qnote)
|
||||
TempoMap::stretch_tempo (TempoPoint* ts, samplepos_t sample, samplepos_t end_sample, Beats const & start_qnote, Beats const & end_qnote)
|
||||
{
|
||||
/*
|
||||
Ts (future prev_t) Tnext
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue