View Issue Details

IDProjectCategoryView StatusLast Update
0007005ardourbugspublic2016-09-20 15:57
Reporternstewart Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86OSUbuntu StudioOS Version16.04
Product Version5.X git (version in description) 
Summary0007005: xrun when track added while recording
DescriptionIf a track is created while Ardour is recording, an Ardour xrun occurs (no xrun occured in Jack). Inspection of the audio at highest zoom suggests no discontinuity - so I'm wondering if the xrun was real (in my experience xruns are often audible, and there should be a discontinuity.
Steps To Reproduce1. Set Jack settings to make sure that Jack will not xrun.
2. Start Ardour recording.
3. Create new track while recording.
Xrun occurs in Ardour (not jack)
Additional InformationPossibly related to 6485
TagsNo tags attached.

Activities

paul

2016-09-05 17:05

administrator   ~0018546

we shoudl prevent this action while recording. anything that changes the data flow graph (like adding a new track) is not safe to carry out during recording.

paul

2016-09-06 21:02

administrator   ~0018554

the code in git now prevents the addition of tracks/busses when actively recording (and creates a framework to add other actions to the list that is sensitive to this).

i consider this resolved.

Issue History

Date Modified Username Field Change
2016-09-03 04:04 nstewart New Issue
2016-09-05 17:05 paul Note Added: 0018546
2016-09-06 21:02 paul Note Added: 0018554
2016-09-06 21:02 paul Status new => resolved
2016-09-06 21:02 paul Resolution open => fixed
2016-09-06 21:02 paul Assigned To => paul
2016-09-20 15:57 nstewart Status resolved => closed