summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-23OSX: remove unused architectures from xjadeo & harvidRobin Gareus
2015-07-22fix typo in old (pre 10.6) coreaudio API wrapperRobin Gareus
fixes aggregate device support for PPC builds.
2015-07-22amend a3c21ae, video-server localhost -> 127.0.0.1Robin Gareus
2015-07-22amend 674e727Robin Gareus
2015-07-22OSX bundle libstdc++ for 10.5 supportRobin Gareus
see #6456 and http://stackoverflow.com/questions/6365772/unable-to-run-an-application-compiled-on-os-x-snow-leopard-10-6-7-on-another-m hopefully this won’t break plugins which may link against against the /usr/lib/ version. we’ll see.
2015-07-21VST plugin title fix #6467Robin Gareus
2015-07-21update system configRobin Gareus
2015-07-21bye bye Unix.Robin Gareus
An IPv4 or IPv6 address query for the name localhost must always resolve to the respective loopback address [rfc6761]. According to several users, apparently chromebook and OSX `host localhost` fails but configuring 127.0.0.1 works. (maybe a DNS/DHCP issue?! or ipv6)
2015-07-20patches to fix notebook tab tearoff on DnD.Paul Davis
See also https://bugzilla.gnome.org/show_bug.cgi?id=752638 for updates on integration into GTK+ 2 and GTK+ 3
2015-07-20do not call playhead priority (auto-return) code after selections change, ↵Paul Davis
unless doing the Tracks playhead priority thing
2015-07-20fix auditioning on systems with larger disk read chunk sizes.Paul Davis
This really brings into focus the question of whether any of the "varifill" code should really remain. This was probably one of the only remaining places where a partial-fill operation was done and the code was broken for this case. What we know about disk i/o streaming doesn't support varifill much at all. Something to think about.
2015-07-20use power of 2 log-scale for parameters.Robin Gareus
2015-07-20copy AU parameters with pluginRobin Gareus
fixes AU-plugin transfer function display. (LADSPA & LV2 do not need this, connect&run pushes the parameters)
2015-07-20plugin analysis set block-sizeRobin Gareus
fixes live spectrum analysis (for AU)
2015-07-20configure Analysis PluginRobin Gareus
required for variable I/O count plugins
2015-07-20amend 7a3280b, fix typoRobin Gareus
2015-07-20another OSX/PPC fixRobin Gareus
2015-07-19fix compilation w/o posix_malignRobin Gareus
2015-07-19OSX 10.5/PPC compatRobin Gareus
posix_memalign is 10.6 or later
2015-07-18Minor changes to ensure that MSVC knows about 'CaptureStackBackTrace()'John Emmas
2015-07-17do not carry out a size check on peakfiles for files still being recorded.Paul Davis
The size check (and possible rebuild) causes a crash with MSVC. It would be nice to know more about why.
2015-07-17print name instead of ID for skipped AUsRobin Gareus
2015-07-17reworked variant of john’s soundfile locale fixRobin Gareus
see 87b89a6 IMPORTANT NOTE: In theory, the correct glibmm function should have been Glib::filename_from_utf8() but I couldn't make that work on Windows and ended up using Glib::locale_from_utf8() instead. sfdb import will therefore need to get re-tested on the other platforms (especially in a non-English locale). If this fix doesn't work we should probably revert to the previous strategy but using the global specifier "::g_open()" explicitly… … and only on PLATFORM_WINDOWS (POSIX #define g_open open) fails regardless.
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