summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2015-09-20explicit string.h include for memset()Robin Gareus
2015-09-20silence detection: include fades.Robin Gareus
2015-09-20fix sndfilesource::open return value typo.Robin Gareus
2015-09-20prepare LTC File ReaderRobin Gareus
2015-09-20add silence-stripping fade constraintsRobin Gareus
2015-09-19fix silence-strip process reportRobin Gareus
2015-09-18NOOP - SMF debugging.Robin Gareus
2015-09-18Modify Strip Silence so that it can't create regions with -ve lengthsJohn Emmas
2015-09-18MSVC projects - accommodate some modules that recently got moved or removedJohn Emmas
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-16Revert "add an Amp to Delivery, remove it from Send, make use of this in vari...Paul Davis
2015-09-16Add ardour/types.h to ardour/parameter_descriptor.h for AutomationTypeTim Mayberry
2015-09-16fix DSP load bounds 0..1 and add unbound APIRobin Gareus
2015-09-16Add test for DSPLoadCalculator to libardour testsTim Mayberry
2015-09-16Add DSPLoadCalculator::set_max_time() to set max time based on samplerate and...Tim Mayberry
2015-09-16Move implementation for DSPLoadCalculator back into headerTim Mayberry
2015-09-16Use same algorithm as CA and ALSA backends in DSPLoadCalculationTim Mayberry
2015-09-16Add check for invalid timer values from the DummyBackendTim Mayberry
2015-09-16Change types in DSPLoadCalculator to signed integer after change in utils::ge...Tim Mayberry
2015-09-15move speed quietning code into Delivery, where it belongs.Paul Davis
2015-09-15add an Amp to Delivery, remove it from Send, make use of this in various ::ru...Paul Davis
2015-09-15prepare displaying peakfile queue-lenRobin Gareus
2015-09-15logic rearrangement to avoid unnecessary call to Route::monitoring_state() in...Paul Davis
2015-09-15NO-OP: comment clarificationPaul Davis
2015-09-15NO-OP: parenthesis and brace stylePaul Davis
2015-09-15only apply transport declicking if requested to do so (default is to do so)Paul Davis
2015-09-15add 2 new session properties related to implicit fades/gain rampsPaul Davis
2015-09-15use an explicit black list of route names that require numbering.Paul Davis
2015-09-15prepare peak-file cleanup/recreate.Robin Gareus
2015-09-15Remove ifstream / ofstream when accessing session template files (or creating...John Emmas
2015-09-13allow to run unit-test under wine from srcdir.Robin Gareus
2015-09-13fix mismatched delete/freeRobin Gareus
2015-09-13Fix typo in DSPLoadCalculator causing assertions on Windows debug buildsTim Mayberry
2015-09-12plug some memory leaks in libsRobin Gareus
2015-09-12remove cruftRobin Gareus
2015-09-11spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmÃ...Paul Davis
2015-09-11fail to create Monitor section if port-names are not uniqueRobin Gareus
2015-09-10queue disk buffer overwrite when playlist layering changes.Paul Davis
2015-09-10use PortManager::port_name_prefix_is_unique to check for new route namesPaul Davis
2015-09-10add PortManager::port_name_prefix_is_unique()Paul Davis
2015-09-10fix recent session loading.Robin Gareus
2015-09-10when removing routes, don't do potentially expensive work once for each route.Paul Davis
2015-09-10fix deadlock when removing routes and using JACK1.Paul Davis
2015-09-10use FileSource::within_session() for peak-filesRobin Gareus
2015-09-10remove duplicate enum registrationPaul Davis
2015-09-10Make sure that the DSPLoadCalculator class is exportableJohn Emmas
2015-09-10Add support for newly introduced class ARDOUR::DSPLoadCalculator (when buildi...John Emmas
2015-09-10Add DSPLoadCalculator class to libardourTim Mayberry
2015-09-10allow LV2 plugins to query current block-size.Robin Gareus
2015-09-10rework peakfile handling:Robin Gareus