13
0

Fix crash when time stretching

```
#3  in __assert_fail
#4  in Temporal::TempoMap::use
#5  in Temporal::timepos_t::_superclocks
#6  in Temporal::timepos_t::superclocks
#7  in Temporal::timepos_t::samples
#8  in ARDOUR::Region::position_sample
#9  in ARDOUR::RBEffect::run
#10 in Editor::do_timefx
#11 in Editor::timefx_thread
```
This commit is contained in:
Robin Gareus 2022-05-22 15:25:52 +02:00
parent 1179b022da
commit fcbe6aab49
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -439,6 +439,7 @@ void*
Editor::timefx_thread (void *arg)
{
SessionEvent::create_per_thread_pool ("timefx events", 64);
Temporal::TempoMap::fetch ();
TimeFXDialog* tsd = static_cast<TimeFXDialog*>(arg);