summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-16merge fix againBen Loftis
2015-07-16merge fixBen Loftis
2015-07-16offer to scan for plugins at first start.Robin Gareus
2015-07-16remove “Refresh” button in Plugin managerRobin Gareus
use Preferences > Plugins
2015-07-16clarify splash message (plugin scan/discover)Robin Gareus
2015-07-16prevent multiple concurrent plugin scans.Robin Gareus
2015-07-16Revert "Possible fix for http://tracker.ardour.org/view.php?id=6332"Robin Gareus
This reverts commit 1a619472ca0d7514831476bb9be9980ffbd91f46. On Unix systems "#define g_open open" interferes with class member function IMHO this is the wrong approach, the filename should be converted using glib::filename_from_utf8().
2015-07-16Possible fix for http://tracker.ardour.org/view.php?id=6332John Emmas
For sfdb stuff, use glib file functions in preference to ANSI or libsndfile handling. On Windows, we need functions which understand UTF-8 (so that we'll be able to import sound files, even in a non-English locale).
2015-07-16rework AU scanning/discoveryRobin Gareus
Scan-only: “Iterate over all plugins. skip the ones where there's no io-cache entry Discover: cache new plugins info, update cache if needed.
2015-07-16ctrl-shift-click on solo isolate now enables AND disables solo-isolate for ↵Paul Davis
all routes. It would be nice to have operate-on-selection for all this RouteUI stuff, wouldn't it?
2015-07-16separate solo isolate into two components (self-solo-isolate and ↵Paul Davis
solo-isolated-by-upstream)
2015-07-16add missing return valueRobin Gareus
2015-07-16Revert "AU discover: remember discover-at-start setting"Robin Gareus
This reverts commit 7c3c213d4565655ab802072829979d78999315de.
2015-07-16AU discover: remember discover-at-start settingRobin Gareus
Prior to this every successful discovery enabled auto-discovery at application start.
2015-07-15-Wabsolute-value fixRobin Gareus
2015-07-15amend 3a5ac7fRobin Gareus
2015-07-15update existing dpm meter-falloff config to new fastest.Robin Gareus
2015-07-15remove insanely fast meter fall-off (inaccurate)Robin Gareus
2015-07-15VST-info hotfix for 32/64 parallel installs.Robin Gareus
In the long-run this needs a better solution: Dedicated cache folders..
2015-07-15Revert "add debug info for xjadeo binary"Robin Gareus
This reverts commit 8af2d08f88c4a9b3faf14f6d46b2ad2cecdc8ada.
2015-07-15fix pre-fader insert mute.Robin Gareus
2015-07-15fix “missing operator<< for PBD::ID” (clang)Robin Gareus
2015-07-14migrate bundled-plugin siteRobin Gareus
2015-07-13Removed (version specific) keybindings file name from usage.Len Ovens
2015-07-13Move learned midi binding reload after midi map load (fixes #6405)Len Ovens
2015-07-13use “1” as small-step for integer controls.Robin Gareus
2015-07-13implement scroll-wheel support for ClickBoxesRobin Gareus
2015-07-13keep invisible processors enabled.Robin Gareus
fixes issues with --disable-plugins disabling internal returns (and breaking existing aux-sends).
2015-07-12almost `uname -m` :)Robin Gareus
2015-07-12consolidate windows pingbackRobin Gareus
2015-07-12add ProductName to windows pingbackRobin Gareus
2015-07-11windows announcements file nameRobin Gareus
2015-07-11another windows pingback fixRobin Gareus
2015-07-11tweak windows pingbackRobin Gareus
2015-07-11add missing includeRobin Gareus
2015-07-11cont'd work on windows pingbackRobin Gareus
2015-07-11fix verbose plugin scanRobin Gareus
2015-07-11prepare windows pingbackRobin Gareus
2015-07-11add pingback URL for windowsRobin Gareus
2015-07-11GUI checkbox to en/disable verbose plugin-scanRobin Gareus
2015-07-11prepare verbose plugin scanning (log VST details)Robin Gareus
2015-07-11fix “Show waveform in regions” Preference.Robin Gareus
2015-07-11fix PBD::ID string formatRobin Gareus
2015-07-10tweak video import dialog (handle non video files)Robin Gareus
2015-07-10Allow to select video-files regardless of file ext.Robin Gareus
2015-07-10Merge branch 'ovenwerks-master'Paul Davis
2015-07-10Fixed pb in toggle mode to switch at half way (fixes #6424)Len Ovens
2015-07-10Fixed generic MIDI program change event size to two bytes (fixes #6426)Len Ovens
2015-07-10Add debug for generic midi controlLen Ovens
2015-07-10Add a midimap for WiiMote via midikb.Len Ovens