View Issue Details

IDProjectCategoryView StatusLast Update
0010293ardourbugspublic2026-04-22 03:47
Reporterbsj Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status newResolutionopen 
PlatformApple MacintoshOSMacOSOS Version10.12 or later
Product Version9.2 
Summary0010293: Enhancement Request: Improved UI Thread Efficiency and Meter Redrawing on macOS (Apple Silicon)
DescriptionOn modern Apple Silicon hardware (specifically the M4), Ardour 9.x experiences significant GUI sluggishness as the track count increases, even when CPU and GPU usage are low.
While a session with 1-4 tracks feels "musical" and snappy, the meter response becomes visually "heavy" and disconnected once the track count reaches 10-16 tracks and beyond. This occurs in a completely empty session with no third-party plugins. Currently, the only workaround to regain smooth metering is to hide or disable tracks etc.

I wish Ardour was Metal or Vulkan accelerated!!!!!
Steps To Reproducevery simple, keep adding tracks and the meters will evenly get worse and worse less snappy with no plugins just an empty session no matter buffer size.
Additional InformationTechnical Observations:
Hardware: Apple M4 (Base model), macOS [Insert your version, e.g., Sonoma].
Behavior: The issue appears to be GUI Thread Contention. Hiding tracks immediately restores fluidity, suggesting that the redraw requests for multiple active meters are flooding the main UI thread.
Ineffectiveness of Current Settings: Toggling "Use intermediate image-surface," "Retina scaling," and various "macOS Drawing Models" does not fully resolve the scaling issue.
Redraw Overhead: It appears macOS may be forcing expensive full-window or large-area redraws for every meter update, causing the UI to fall behind the audio engine's "musical" timing.
TagsGUI, lag, slowdowns, sluggish

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-04-22 03:47 bsj New Issue
2026-04-22 03:47 bsj Tag Attached: GUI
2026-04-22 03:47 bsj Tag Attached: lag
2026-04-22 03:47 bsj Tag Attached: slowdowns
2026-04-22 03:47 bsj Tag Attached: sluggish