summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2014-01-17Merge branch 'master' into cairocanvasPaul Davis
2014-01-17fix typo in auditioner-seekRobin Gareus
2014-01-17add seeking to sfdb auditionerRobin Gareus
2014-01-16Merge branch 'master' into cairocanvasPaul Davis
2014-01-16allow auditioning via the monitor section to work.Paul Davis
Ideally, we would feed the monitor section via an internal (aux) send/return, but this is an improvement over what we had before
2014-01-16add event type string function to canvas (since it does not use gtkmm2ext)Paul Davis
2014-01-16add Gtkmm2ext::event_type_string()Paul Davis
2014-01-15Merge branch 'master' into cairocanvasPaul Davis
2014-01-15continue with tweaks to VST timeinfo, such that the again demo plugin ↵Paul Davis
appears to work exactly as expected
2014-01-15Merge branch 'master' into cairocanvasPaul Davis
2014-01-15minor tweak to layout of vestige aeffectx.hPaul Davis
2014-01-15more work on debugging VST timeinfo issuesPaul Davis
2014-01-15debug VST timeinfo callback, pt3Paul Davis
2014-01-15debug VST timeinfo callback, pt2Paul Davis
2014-01-15debug VST timeinfo callbackPaul Davis
2014-01-15don't require VST plugins to actually ask for time info fieldsPaul Davis
2014-01-15Merge branch 'master' into cairocanvasPaul Davis
2014-01-15add lots more BBT-based time info for VST plugins (see 5737)Paul Davis
2014-01-15update VstTimeInfo structure, from Qtractor's version of vestige, which has ↵Paul Davis
all fields thanks to some steinberg online docs
2014-01-15Revert "update VstTimeInfo structure, from Qtractor's version of vestige, ↵Paul Davis
which has all fields thanks to some steinberg online docs" This reverts commit febc6b957e8f73d9859ed22f3bf9ec20387e1cef.
2014-01-15update VstTimeInfo structure, from Qtractor's version of vestige, which has ↵Paul Davis
all fields thanks to some steinberg online docs
2014-01-15improve comment explaining the use of alloca()Paul Davis
2014-01-15add back comment explaining the use of alloca()Paul Davis
2014-01-15merge with masterPaul Davis
2014-01-15don't pan send/return insertsRobin Gareus
2014-01-15rework LXVST port assignments - fixes #5827Robin Gareus
2014-01-15stereo-panner: clamp width during processing to valid rangeRobin Gareus
2014-01-15prevent stackoverflow when pannable changes to fewer paramsRobin Gareus
endless loop: e.g. 2in2out -> balance (or 1in1out) #23 0xb7ab5c17 in ARDOUR::Pannable::value_as_string #24 0xb2ebb206 in ARDOUR::Pannerbalance::value_as_string #25 0xb7ab5c17 in ARDOUR::Pannable::value_as_string #26 0xb2ebb206 in ARDOUR::Pannerbalance::value_as_string ad infinitum
2014-01-15re-allow panners for monitoring-section (for now)Robin Gareus
2014-01-15fix invalid width when swiching to 2in2outRobin Gareus
2014-01-15VBAP GUI convention: top == front ^= azimuth == .5Robin Gareus
This allows to move from stereo,mono panners to VBAP and back and also facilitates sharing pannables of all currently existing panners with semantically similar results. (somewhat dirty solution, this retains PBD::spherical_to_cartesian and maps angles pretty much everywhere else)
2014-01-14the vampplugins lib that we build needs to use VAMPSDKPaul Davis
2014-01-14merge with masterPaul Davis
2014-01-15NOOP, semantic update, don't pannable's panner for direct access.Robin Gareus
2014-01-15cont'd backend work on panner-linkingRobin Gareus
2014-01-15remove debug codeRobin Gareus
2014-01-14fix compilation problem on OS X caused by a missing implementation of a ↵Paul Davis
virtual method
2014-01-14add back required externPaul Davis
2014-01-14revert incorrect include path changes and removal of export macros for two ↵Paul Davis
libardour symbols (revision and ardour_config_info)
2014-01-14'libs/ardour' - Non-visibility stuff changed for MSVC (mostly alterations to ↵John Emmas
#include paths)
2014-01-14'libs/ardour' - Remove the old 'visibility.h' (so as not to merge it into ↵John Emmas
cairocanvas)
2014-01-14'libs/ardour' - DLL visibility stuff and associated changes needed for ↵John Emmas
building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date)
2014-01-14merge (with conflict fixes) with master (even against rgareus' recommendation)Paul Davis
2014-01-14fix broken build after addition of normalizer.ccPaul Davis
2014-01-13first stab at send+route panner linkRobin Gareus
2014-01-13Merge branch 'windows+cc' into cairocanvasJohn Emmas
2014-01-13'libs/audiographer' - Add a new source file (to accommodate the stuff ↵John Emmas
removed from 'normalizer.h')
2014-01-13'libs/audiographer' - DLL visibility stuff and associated changes needed for ↵John Emmas
building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date)
2014-01-13fix botched merge of vbap changesPaul Davis
2014-01-13VBAP backend re-work (part one):Robin Gareus
* fix azimuth, don't clamp but map to [0,1] * prepare elevation (10+ speakers)