summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-02-15Add normalization gain factor to Export AnalysisRobin Gareus
2016-02-14Ensure export starts with a clean stateRobin Gareus
2016-02-14fix rare livelock in std::map thread_buffer_requestsRobin Gareus
2016-02-14and another typo in d442190bRobin Gareus
2016-02-14fix typos in d442190bRobin Gareus
2016-02-13remove C++11'isms from libptformat. back to C++98 compat.Robin Gareus
2016-02-13slightly improved windows post-export hook support.Robin Gareus
2016-02-13some half-baked support for windows command-arg substitutionsRobin Gareus
2016-02-13Add preliminary PTX support for Protools 10 and 11Damien Zammit
2016-02-13Unjumble the PT5 wav ordering in regions/tracksDamien Zammit
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-12Allow partial CairoWidget exposureRobin Gareus
2016-02-12include timespan-option with export presetRobin Gareus
2016-02-12fix copy constructor.Robin Gareus
2016-02-12Class 'AudioGrapher::Analyser' needs to be exportable for building with MSVCJohn Emmas
2016-02-12Accommodate newly introduced source(s) in our MSVC project (audiographer)John Emmas
2016-02-12Accommodate newly introduced source(s) in our MSVC project (portaudio_backend)John Emmas
2016-02-12Remove no longer needed 'prolooks' source(s) from our MSVC projects (gtkmm2ex...John Emmas
2016-02-12export analysis: include true-peak positions.Robin Gareus
2016-02-12vamp-true-peak: collect peak locations >= -1dBTPRobin Gareus
2016-02-11Help clang static analyzer.Robin Gareus
2016-02-11Prepare for optional timespan name during export.Robin Gareus
2016-02-11remove all traces of "prolooks" and related classesPaul Davis
2016-02-11Open URis with spaces.Robin Gareus
2016-02-11tweak spectrum logscaleRobin Gareus
2016-02-11update export analyser for dBTPRobin Gareus
2016-02-11add dBTP Vamp pluginRobin Gareus
2016-02-11Add debugging output for WinMME midi device namesTim Mayberry
2016-02-11Only build one version of the Portaudio backend that supports both blocking a...Tim Mayberry
2016-02-11Change CairoWidget::get_active() to be constTim Mayberry
2016-02-11Implement new AudioBackend API in PA backend to choose between callback and b...Tim Mayberry
2016-02-11Add API to AudioBackend for choosing between portaudio blocking or callback APITim Mayberry
2016-02-11Add a missing include from portaudio WINMME source fileTim Mayberry
2016-02-11Implement MIDI device enumeration and latency offset/calibration in portaudio...Tim Mayberry
2016-02-11only instantiate Analysis Processor if neededRobin Gareus
2016-02-11stereo waveform, prepare spectrum faceplateRobin Gareus
2016-02-11use short-term ebur128 histogramRobin Gareus
2016-02-10make post-export analysis optional (default to enabled)Robin Gareus
2016-02-10audiographer unit-test libsRobin Gareus
2016-02-10cleanup: unhardcode spectrum size, logscale, whitespace fixesRobin Gareus
2016-02-10Add VAMP SDK to audiographer deps.Robin Gareus
2016-02-10Add loudness histogram Feature to the EBUr128 VAMP pluginRobin Gareus
2016-02-10move export-analysis implementation into cc-file.Robin Gareus
2016-02-10Fix for undefined references to fftw lib when using gcc/mingwTim Mayberry
2016-02-10Add newly introduced source(s) to our MSVC project (audiographer)John Emmas
2016-02-10Add newly introduced source(s) to our MSVC project (libardour)John Emmas
2016-02-10Post-export AnalysisRobin Gareus