mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
more work on time/pitch stretch/shifting
Clock and percent measure are now linked, not alternatives. Threading for GUI updates is now safe.
This commit is contained in:
parent
031286f1a1
commit
e98553edfa
4 changed files with 76 additions and 22 deletions
|
|
@ -275,6 +275,8 @@ Editor::time_fx (RegionList& regions, float val, bool pitching)
|
|||
current_timefx->first_delete = current_timefx->signal_delete_event().connect
|
||||
(sigc::mem_fun (current_timefx, &TimeFXDialog::delete_in_progress));
|
||||
|
||||
current_timefx->start_updates ();
|
||||
|
||||
if (pthread_create_and_store ("timefx", ¤t_timefx->request.thread, timefx_thread, current_timefx)) {
|
||||
current_timefx->hide ();
|
||||
error << _("timefx cannot be started - thread creation error") << endmsg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue