summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-02-22remove all trace of SAE from source code.Paul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22change suffix of keybinding files to ".keys" to avoid conflict with earlier v...Paul Davis
2016-02-22Spelling correction patch from DebianAdrian Knoth
2016-02-22prepare for gcc6 rint() precision degradationRobin Gareus
2016-02-21prevent some mess when automating control ports on midi synthsRobin Gareus
2016-02-20add processor lookup by PBD::ID via sessionRobin Gareus
2016-02-17allot to open OSX Finder with arbitrary pathsRobin Gareus
2016-02-17Make sure that MSVC knows which version of 'ceil()' we wantJohn Emmas
2016-02-16Fill some more VST transport flags.Ben Loftis
2016-02-16work-around case where metric is NULL in split cycles.Robin Gareus
2016-02-16try to catch https://github.com/rncbc/synthv1/issues/1#issuecomment-183041991Robin Gareus
2016-02-16Revert "proper debug prints for Analyser"Robin Gareus
2016-02-16chunk data before analysis, prefer 8KRobin Gareus
2016-02-16Fix Analysis duration for added silenceRobin Gareus
2016-02-16proper debug prints for AnalyserRobin Gareus
2016-02-15Add normalization gain factor to Export AnalysisRobin Gareus
2016-02-13Fix 6677: Post-export script reinterprets timestamp format placeholder giving...Julien ROGER
2016-02-13amend d814acb - SystemExec/Export debuggingRobin Gareus
2016-02-12add some debugging capability for users of SystemExec. Needs review.Ben Loftis
2016-02-13add NULL check for VST audioMasterSizeWindowRobin Gareus
2016-02-12include timespan-option with export presetRobin Gareus
2016-02-12fix copy constructor.Robin Gareus
2016-02-12export analysis: include true-peak positions.Robin Gareus
2016-02-11Help clang static analyzer.Robin Gareus
2016-02-11Prepare for optional timespan name during export.Robin Gareus
2016-02-11update export analyser for dBTPRobin Gareus
2016-02-11Add API to AudioBackend for choosing between portaudio blocking or callback APITim Mayberry
2016-02-11only instantiate Analysis Processor if neededRobin Gareus
2016-02-11stereo waveform, prepare spectrum faceplateRobin Gareus
2016-02-10make post-export analysis optional (default to enabled)Robin Gareus
2016-02-10Add loudness histogram Feature to the EBUr128 VAMP pluginRobin Gareus
2016-02-10Add newly introduced source(s) to our MSVC project (libardour)John Emmas
2016-02-10Post-export AnalysisRobin Gareus
2016-02-09Fix crash when aborting export.Robin Gareus
2016-02-09detailed export state, prepare resolution for #6512Robin Gareus
2016-02-04Fix reporting of compressor mode (Mixbus)Ben Loftis
2016-02-03mackie control: Fix crash when selecting Track on MIDI strip, don't create ph...Len Ovens
2016-02-03Add a newly introduced source file to our MSVC project (libardour)John Emmas
2016-02-02fix mistaken logic for Route::MuteControllable::set_value()Paul Davis
2016-02-02when looking up controllables via descriptors (e.g. generic MIDI control) use...Paul Davis
2016-02-01set channel route phase controlPaul Davis
2016-02-01add new enums to libardour enum listPaul Davis
2016-02-01add a comment for The FuturePaul Davis
2016-02-01don't abuse ScalePoints ideaPaul Davis
2016-02-01clean up mess in Route/Track controllables caused by not understanding the si...Paul Davis
2016-02-01add new automation types to ParameterDescriptor constructor.Paul Davis
2016-02-01change API of MIDI::Port::drain() to include a maximum blocking timePaul Davis
2016-01-31very very slightly more robust exclusion of monitor send from Route::nth_send()Paul Davis
2016-01-31make Session::rt_set_monitoring() conform to new Track APIPaul Davis