~mendomusic/ardour/+git/ardour-github:mixer-snapshot

Last commit made on 2020-06-24
Get this branch:
git clone -b mixer-snapshot https://git.launchpad.net/~mendomusic/ardour/+git/ardour-github

Branch merges

Branch information

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

Recent commits

0e084fe... by Nikolaus Gullotta <email address hidden>

Re-add mixer_snapshot_manager

d4d9b1d... by Nikolaus Gullotta <email address hidden>

Initial work on resurrecting Mixer Snapshot branch

76c7e87... by Nikolaus Gullotta <email address hidden>

Make Session::session_name_is_legal less magical

b9ae71a... by Olivier Humbert <email address hidden>

French update

5014788... by Olivier Humbert <email address hidden>

French translation update

- min/MAJ fixes (main work)
- bargraphes -> indicateurs
- loudness -> sonie (consistency)
- inline -> en-ligne (consistency)
- préset -> pré-réglage (consistency)
- marker -> repère (consistency)
- fixed several "fuzzy"
- several new translations
- a few errors fixed

c313b00... by Robin Gareus <email address hidden>

LV2: keep track of supported properties

Register all plugin props that we may be interested in
to _property_values, and later intercept all messages for
registered properties (not just atom_Path).

cf0f1fd... by Nikolaus Gullotta <email address hidden>

Fix undefined behaviour in Session::session_name_is_legal

The for loop was checking out of bound indicies causing some perfectly
legal session names to be identified as illegal

32aa290... by Len Ovens

issue 8243 select gets feedback past selected strips

 make sure to drop old references when route is changed

399192d... by Len Ovens

OSC add width feedback to strips

 Also detect panner type change

6f0e000... by Robin Gareus <email address hidden>

Further updates to Scala to MTS script:

* allow non-realtime bulk transfers
* debug mode, dump .syx file
* add some comments and references