summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2013-07-15add VU and IEC meter DSP (from jmeters)Robin Gareus
2013-07-15Add ARDOUR::ladspa_search_path function to get LADSPA module directoriesPaul Davis
2013-07-15Add ladspa directory name to directory namesPaul Davis
2013-07-15 Don't include jack/weakjack.h header when compiling for windowsPaul Davis
2013-07-15Fix portability of Session::source_search_pathPaul Davis
2013-07-13Replace conditional peak debugging with DEBUG_TRACE macro usagePaul Davis
2013-07-11Include pthread.h in butler.h for mingw buildPaul Davis
2013-07-11Use jack_native_thread_t for portabilityPaul Davis
2013-07-11Use PBD::GlibSemaphore in Butler to signal requests on windowsPaul Davis
2013-07-11Refactor the non-portable parts of Butler thread into new functionsPaul Davis
2013-07-11Move request pipe setup into separate functionPaul Davis
2013-07-11Undef SearchPath where needed as it is defined via windows.hPaul Davis
2013-07-11Use glibmm for modules instead of dlfch.hPaul Davis
2013-07-11INFINITE is defined via windows.h so undefine itPaul Davis
2013-07-11Use default constructor for pthread_t in InterthreadInfo ctorPaul Davis
2013-07-10Revert "show track-ID in mixer" and "...towards unique track numbers."Robin Gareus
2013-07-10remove unique track number from meterbridgeRobin Gareus
2013-07-10disable number display on meterbridge by defaultRobin Gareus
2013-07-10use accurate log10 for meter (fast_log2 is unsuitable inaccurate)Robin Gareus
2013-07-10show track-ID in mixerRobin Gareus
2013-07-10number/name on meterbridgeRobin Gareus
2013-07-10...towards unique track numbers.Robin Gareus
2013-07-10allow to include solo,mute buttons on meterbridgeRobin Gareus
2013-07-10share meter-type among meter instances.Robin Gareus
2013-07-10prepare meter type unificationRobin Gareus