summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-09-06Remove ARDOUR::start_jack_server now that jack autostart works on windowsTim Mayberry
2013-09-03Merge branch 'master' into windowsPaul Davis
2013-09-03add commentPaul Davis
2013-09-02replace recently added attempt to use visibility macros with one based on gcc...Paul Davis
2013-09-02add visibility.h to provide generic DSO/DLL visibility macros for use with ar...Paul Davis
2013-09-02'libs/panners' - Streamline my previous API changes and include Tim's additio...John Emmas
2013-08-31'libs/panners' - Add a conventional 'C' API call type to test building with MSVCJohn Emmas
2013-08-30'libs/panners' - A small test (before going too far) to see if these changes ...John Emmas
2013-08-29update external plugin UI handlingRobin Gareus
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-24export: add support for CAFTim Blechmann
2013-08-13Change ARDOUR::init return type to bool type for success/failureTim Mayberry
2013-08-09'libs/ardour' - If the platform is Windows, prevent lengthy caching by flushi...John Emmas
2013-08-09'libs/ardour' - New files and changes needed for 'msvc_libardour'John Emmas
2013-08-06Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
2013-08-06fix taglib header paths so linked headers are not necessaryben
2013-08-04'libs/ardour' - Platform specific changes and includesJohn Emmas
2013-08-04'libs/ardour' - Compiler specific includes and includesJohn Emmas
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-08-04fix no-roll LTC encoder, honor locates when transport is stoppedRobin Gareus
2013-08-04make master-meter in toolbar optionalRobin Gareus
2013-08-03advance track's play-position even if processing is lockedRobin Gareus
2013-08-03on session-load: skip output-change-handler until IOs are restoredRobin Gareus
2013-08-03disallow invalid port-removalRobin Gareus
2013-08-02Merge branch 'master' into windowsPaul Davis
2013-08-02Revamp clock processing so it uses an internal frame reference.Michael Fisher
2013-08-02- Send position data from internal position classMichael Fisher
2013-08-02MIDI Clock - Shuffling locate code (not actually used yet)Michael Fisher
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-07-31fix merge conflict from masterPaul Davis
2013-08-01use zeroed scratch buffers for "silent" plugin runsRobin Gareus
2013-07-30use dedicated buffers for route (and track)Robin Gareus
2013-07-29Moving Mclk locating code to ticker.cc. HousekeepingMichael Fisher
2013-07-29Add method to send a song position pointer messageMichael Fisher
2013-07-29add option to resize meterbridge track-labelsRobin Gareus
2013-07-28change default meter-fall-off to 13.3 dB/secRobin Gareus
2013-07-28add dedicated line-up level for IEC1/DIN meter (15dbFS)Robin Gareus
2013-07-28make LED meter style optionalRobin Gareus
2013-07-25Don't allow to deactivate meter.Robin Gareus
2013-07-23add "0VU = +8dBu" VU meter configRobin Gareus
2013-07-23change default VU mode to "0VU = +4dBu (standard)"Robin Gareus
2013-07-23implement meter-lineup and VU standard preferencesRobin Gareus
2013-07-22restore session backwards compatibility to 3.3Robin Gareus
2013-07-22implement new meter typesRobin Gareus
2013-07-22Revert "Revert new meter types (postponed until after 3.3 release)"Robin Gareus
2013-07-17Use PBD::ffs for portabilityTim Mayberry
2013-07-15Add JACK utility functions in libardour and testPaul Davis
2013-07-15 Use ARDOUR::ladspa_search_path and PBD::find_matching_files to find LADSPA m...Paul Davis
2013-07-15Revert new meter types (postponed until after 3.3 release)Robin Gareus