mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Mixer scenes are a sparse array, do not use arbitrary id
This commit is contained in:
parent
3d6ecaad79
commit
f047182e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ Session::Session (AudioEngine &eng,
|
|||
, _session_range_is_free (true)
|
||||
, _silent (false)
|
||||
, _remaining_latency_preroll (0)
|
||||
, _last_touched_mixer_scene_idx (999)
|
||||
, _last_touched_mixer_scene_idx (std::numeric_limits<size_t>::max())
|
||||
, _engine_speed (1.0)
|
||||
, _signalled_varispeed (0)
|
||||
, auto_play_legal (false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue