View Issue Details

IDProjectCategoryView StatusLast Update
0006577ardourbugspublic2020-04-19 20:17
ReporterBenLoftis Assigned Tox42  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version4.X git (version in description) 
Summary0006577: Auto Return button is disabled when in JACK sync, but still has an effect
Description
When an external sync source is selected, "Auto Return" and "Follow Edits" get grayed out. The problem is, they still actually work in JACK sync mode.

If there is no conflict with JACK sync, then these buttons should not be greyed out.

if there IS a conflict in some JACK setups, then the buttons should be greyed out, AND they should be prevented from working.
TagsNo tags attached.

Relationships

has duplicate 0005762 closedx42 'Auto-return' cannot be toggled when external time master is active 

Activities

x42

2015-09-15 19:49

administrator   ~0017208

Last edited: 2015-09-15 19:51

Follow Edits: https://github.com/Ardour/ardour/commit/feec5f9 (no explanation why)

Auto-return goes back to 2007, 2.0-rc1 https://github.com/Ardour/ardour/commit/45d3ec1
likewise no explanation as to why, but probably there was no support for this back then.

The code is in gtk2_ardour/ardour_ui_options.cc ARDOUR_UI::parameter_changed()

Does it make sense to auto-returns while slaved to an external timesource?
In JACK's case: maybe. for LTC, MTC, MClk the answer is no.
The bug is that ardour does auto-return, not that the button is insensitive

x42

2015-10-18 00:58

administrator   ~0017488

fixed in 4.4-16-gf307080

eternal sync disables "Auto Return" and "Follow Edits"

system

2020-04-19 20:17

developer   ~0023527

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2015-09-11 19:17 BenLoftis New Issue
2015-09-11 19:34 colinf Relationship added has duplicate 0005762
2015-09-15 19:49 x42 Note Added: 0017208
2015-09-15 19:50 x42 Note Edited: 0017208
2015-09-15 19:51 x42 Note Edited: 0017208
2015-10-18 00:58 x42 Note Added: 0017488
2015-10-18 00:58 x42 Status new => resolved
2015-10-18 00:58 x42 Resolution open => fixed
2015-10-18 00:58 x42 Assigned To => x42
2020-04-19 20:17 system Note Added: 0023527
2020-04-19 20:17 system Status resolved => closed