summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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
2015-09-10remove Ardour broken peak-file supportRobin Gareus
2015-09-08RF64, RF64 (WAV) and MBWF native file header formatsPaul Davis
2015-09-08new enums required for RF64 => RIFF and MBWF supportPaul Davis
2015-09-08Replaced broken code in recent_sessions.ccGuy Sherman
2015-09-08Use glib to open our 'recent file' list, rather than opening directly with if...John Emmas
2015-09-07fix some more uninitialized varsRobin Gareus
2015-09-06libardour: initialize some uninitialized vars..Robin Gareus
2015-09-06terminate peak-file creation on session-closeRobin Gareus
2015-09-05create peak files in background when loading sessionRobin Gareus