View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009964 | ardour | bugs | public | 2025-08-06 07:18 | 2025-08-08 00:55 |
Reporter | Ivanmaskov | Assigned To | x42 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Ubuntu | OS | Linux | OS Version | (any) |
Product Version | 8.12 | ||||
Summary | 0009964: Recording waveshape laggs | ||||
Description | When in recording waveshape takes few seconds to generate It is an issue when tracking double instruments when you have to relly On visual recording... The recording section dont have that issue it renders waves in realtime (gain section) I heard its because it renders waveshape from ssd and not directly from ram Every major daw has this sorted up,and none of them do this It fells like it laggs big time | ||||
Tags | No tags attached. | ||||
|
See https://discourse.ardour.org/t/what-determines-how-often-the-wave-image-is-updated-in-audio-regions/112085/4?u=x42 > We only update once data has been written to disk. We are attempting to show you what has been immutably (hopefully) captured, rather than keep up with real time. > Other DAWs are just keeping with real time, regardless of whether the data is on disk yet or not. Most OS file-systems flush data to disk in 5 second intervals. There is also additional buffering in Ardour Preferences > Performance, by default up to 5 seconds. |
|
Ardour does this by choice |