summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-15another note-off fix.Robin Gareus
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-14amend previous commit.Robin Gareus
2015-09-14fix short x-fade renderingRobin Gareus
2015-09-14note-off ordering - fixes #6340Robin Gareus
2015-09-13hack around a bug in cppunit/mingw/windows.Robin Gareus
2015-09-13adjust precision to specified value, avoid "0".Robin Gareus
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-12Event Pool usage debugging, see also 6ade16b38Robin 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-10Remove DSPLoadCalculator class in portaudio backend sourceTim Mayberry
2015-09-10Use ARDOUR::DSPLoadCalculator in PortAudioBackendTim Mayberry
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-09update libltc to v1.1.4-4-gb034a23 (endianess issue)Robin Gareus
2015-09-08Made master fader touch and jog go to _master_surface instead of first surface.Len Ovens
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-08dummy, allow 8k buffer-size.Robin Gareus
2015-09-07properly clean up meter-pattern cacheRobin Gareus
2015-09-07fix some more uninitialized varsRobin Gareus