~mendomusic/ardour/+git/ardour-github:no-locate-loop-is-mode

Last commit made on 2021-06-28
Get this branch:
git clone -b no-locate-loop-is-mode https://git.launchpad.net/~mendomusic/ardour/+git/ardour-github

Branch merges

Branch information

Name:
no-locate-loop-is-mode
Repository:
lp:~mendomusic/ardour/+git/ardour-github

Recent commits

9db76f9... by Paul Davis

do not ask for locate-to-loop start in GUI toggle roll

This may have implications for similar code in control surface support

71afe02... by Paul Davis

avoid locate to loop start when starting transport and using loop-is-mode

This also moves the place where we set up looping to the ::locate() call, not ::start_transport()

558d9d4... by Paul Davis

russian translation updates (GUI) from alexandre prokoudine

5c3e5f9... by Paul Davis

fix handling of SMF files with consecutive noteOn events

We no longer store nascent notes when noteOn is received, but wait till noteOff arrives. We also
ignore all other noteOn events between the earliest received and the noteOff.

Potentially we may want to use the _overlap_pitch_resolution member at some point
to offer control of this behavior.

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

Yet Another Splash Push/Pop Fix

Don't explicitly `show()` the splash when a message arrives.
On macOS and Windows the splash is not z-axis re-stacked but
hidden. Calling show() makes it visible again.

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

Fix crashes when unloading mac VST2 plugins

CFBundleRef is reference counted, so we need to retain
a reference. Previously it went out of scope at the end
of mac_vst_load().

5e54425... by Robin Gareus <email address hidden>

VST2: Consolidate support methods (close, unload)

09589c3... by John Emmas <email address hidden>

Add/remove source(s) in our MSVC project (libpbd)

537b8ff... by Paul Davis

fix crash when context-clicking on a region/source cue marker

fe6e361... by Paul Davis

changes to performance meter update code to allow for i18n