~mendomusic/ardour/+git/ardour-github:master

Last commit made on 2024-05-07
Get this branch:
git clone -b master https://git.launchpad.net/~mendomusic/ardour/+git/ardour-github

Branch merges

Branch information

Name:
master
Repository:
lp:~mendomusic/ardour/+git/ardour-github

Recent commits

10109c3... by Mattias Ohlsson

Fix typos

dc74533... by John Emmas <email address hidden>

Remove a declaration that won't be needed now

a345d05... by John Emmas <email address hidden>

When importing AAF's move some code so that it only gets executed once per Source, rather than once for every Region

Fixes a problem where the Editor's 'Sources' pane was showing too many entries if there were more Regions than Sources.

4b8b5ac... by Robin Gareus <email address hidden>

Fix builds with gcc-14 lstat (#9703 PR #893)

from stat(2)
```
lstat():
    /* glibc 2.19 and earlier */ _BSD_SOURCE
        || /* Since glibc 2.20 */ _DEFAULT_SOURCE
        || _XOPEN_SOURCE >= 500
        || /* Since glibc 2.10: */ _POSIX_C_SOURCE >= 200112L

```

4f59b1d... by Robin Gareus <email address hidden>

show/hide group-tab spacer above VCA pane

70898a6... by Robin Gareus <email address hidden>

Allow to run IOTasklist without rt permissions

576403c... by Paul Davis

no track movement up/down when a selected track is already at the relevant edge

f92d821... by Paul Davis

working track drag-n-drop, re-picked from a 2nd implementation on a branch

fdd91cc... by Paul Davis

remove debug output

51d2b33... by Paul Davis

more work catching button release after track drag