View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007005 | ardour | bugs | public | 2016-09-03 04:04 | 2016-09-20 15:57 |
| Reporter | nstewart | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | x86 | OS | Ubuntu Studio | OS Version | 16.04 |
| Product Version | 5.X git (version in description) | ||||
| Summary | 0007005: xrun when track added while recording | ||||
| Description | If 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 Reproduce | 1. 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 Information | Possibly related to 6485 | ||||
| Tags | No tags attached. | ||||
|
|
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. |
|
|
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. |
| 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 |