summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2015-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanis...Paul Davis
2015-06-11comment tweakPaul Davis
2015-06-11fix transport loop sub-state eventsRobin Gareus
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (j...John Emmas
2015-06-08Enclose bar code number in ""s in TOC & CUE exportColin Fletcher
2015-06-08Remove doubled quotes in TOC export PERFORMER fieldColin Fletcher
2015-06-03check size of peak file before attempting to use it. Rebuild from scratch if ...Paul Davis
2015-06-03when AudioSource::read_peaks() provides start+cnt too close to the end, be su...Paul Davis
2015-06-02expand commentPaul Davis
2015-06-02close all source files before renaming interchange tree in Session::rename()Paul Davis
2015-06-02AudioRegion::read_peaks() should return 0 or the number of peaks read, not th...Paul Davis
2015-06-02properly handle integer steps in plugin controlsRobin Gareus
2015-06-01fix importing A2 automation data - fixes #6359Robin Gareus
2015-05-31Add API to ARDOUR::AudioBackend to allow different input and output devicesTim Mayberry
2015-05-29factor out Route::muted_by_others from existing codeBen Loftis
2015-05-28tweaks and improvements to Save-AsPaul Davis
2015-05-28change the semantics of AudioFileSource::peak_path() and Session::peak_path()...Paul Davis
2015-05-27fader: start muted, ramp up/interpolate to targetRobin Gareus
2015-05-27some more information output to log during save-as, for debuggingPaul Davis
2015-05-22LV2: delete existing preset before replacing itRobin Gareus
2015-05-22Fix deleting and re-saving LV2 presets.David Robillard
2015-05-19try to improve the ill-conceived fade_range actionBen Loftis
2015-05-18take buffers for Split/Match into account fixes #6334Robin Gareus
2015-05-14fix cleanup (code is self-evident). From Yevgeny @ wavesPaul Davis
2015-05-12Fix stuck notes on save during MIDI playback.David Robillard
2015-05-10Layering - the return of "later is higher".nick_m
2015-05-07extend save-as API to allow for new empty sessions based on currentPaul Davis
2015-05-07copy contents of analysis, plugins, automation and externals folders during s...Paul Davis
2015-05-07fix Session::rename()Paul Davis
2015-05-05debugging rename/save-asPaul Davis
2015-05-04API to reset plugin parameters to defaultRobin Gareus
2015-05-04add signal for automation state changes per pluginRobin Gareus
2015-05-04clear port-list before query.Robin Gareus
2015-05-04fix thinko in 2e4428bRobin Gareus
2015-05-03no more noise during startup.Robin Gareus
2015-05-03add an API to silence buffers (without session)Robin Gareus
2015-05-02log(0) - who would have guessed.Robin Gareus
2015-05-02professionalize peak-metersRobin Gareus
2015-05-01constrain initial custom meter positions.Robin Gareus
2015-04-30don’t count silent [x]runs if there’s no session.Robin Gareus
2015-04-30session: add signal to indicate batch updatesRobin Gareus
2015-04-29remove AU crashlog assert.Robin Gareus
2015-04-29add xrun counter API to sessionRobin Gareus
2015-04-29emit an xrun if the process_lock is takenRobin Gareus
2015-04-29delegate signal emission to dedicated thread.Robin Gareus
2015-04-28tape-track diskstream fixesRobin Gareus
2015-04-28Track mode needs to be set before loading Track stateRobin Gareus
2015-04-27case insensitive VST plugin file extension - fixes #6285Robin Gareus
2015-04-27const iteratorsRobin Gareus
2015-04-27special case [optimize] RT processor reorder.Robin Gareus