summaryrefslogtreecommitdiff
path: root/libs/audiographer
AgeCommit message (Collapse)Author
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-05-03Accommodate newly introduced source(s) in our MSVC project (audiographer)John Emmas
2016-05-02prepare loudness normalizationRobin Gareus
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2016-03-12Some AudioGrapher classes need to be exportable now, to support newly ↵John Emmas
introduced 'AnalysisGraph' class (not entirely sure why - but it might be because 'ProcessContext<Sample>' is now used in multiple sources within libardour).
2016-03-07fix port-export analysis for > 2 channels.Robin Gareus
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2016-02-22Spelling correction patch from DebianAdrian Knoth
Patch taken (and forward-ported to HEAD) from <https://anonscm.debian.org/cgit/pkg-multimedia/ardour.git/plain/debian/patches/0100-fix-typos.patch>
2016-02-20help clang static analyzerRobin Gareus
2016-02-16fix normalize + trim silence at end.Robin Gareus
2016-02-16prepare threshold for silence trimRobin Gareus
2016-02-16Revert "proper debug prints for Analyser"Robin Gareus
This reverts commit 9a281963e143d1191d701f6f248a956bdaf9200d. audiographer cannot use symbols from libardour (cyclic dependency) (only headers only are ok) "DebugBits ExportAnalysis" symbol break windows and unit-test builds.
2016-02-16re-bin analysis results to take silence striping into account.Robin Gareus
2016-02-16Analysis: 1 sample slack (for resampling rounding)Robin Gareus
2016-02-16fix Export SRC buffer report:Robin Gareus
the resampler is always fed with N channels, it won't output half channels
2016-02-16Fix Analysis duration for added silenceRobin Gareus
2016-02-16don't re-use variable namesRobin Gareus
2016-02-16proper debug prints for AnalyserRobin Gareus
2016-02-15extend analysis spectral range to -120dBRobin Gareus
2016-02-15Add normalization gain factor to Export AnalysisRobin Gareus
2016-02-14Ensure export starts with a clean stateRobin 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-12export analysis: include true-peak positions.Robin Gareus
2016-02-11Help clang static analyzer.Robin Gareus
2016-02-11tweak spectrum logscaleRobin Gareus
2016-02-11update export analyser for dBTPRobin Gareus
2016-02-11stereo waveform, prepare spectrum faceplateRobin 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-10move export-analysis implementation into cc-file.Robin Gareus
lib/libfftw3f.a(apiplan.o):apiplan.c:(.text+0x430): multiple definition of `fftwf_destroy_plan' This is because static symbols in a .dll have no fixed address and are mapped when loading the dll. Static functions in .exe do have a fixed address. With a header-only implementation the functions are provided libardour.dll and ardour.exe
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-10Post-export AnalysisRobin Gareus
2016-01-27Use proper UTF8 file-names during export.Robin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-11spelling error fixes (notably "overriden" => "overidden") from IOhannes m ↵Paul Davis
zmölnig
2015-09-06another hint for clang static analysis.Robin Gareus
2015-09-05initialize private variable (unit-test)Robin Gareus
2015-09-05leave a hint for clang scan-buildRobin Gareus
2015-06-29copy all XCode project files from Tracks.Paul Davis
Rationale: the Waves team maintains the XCode project files, the Ardour crew doesn't. Thus, the Waves' version is more canonical
2015-06-29fix static library buildPaul Davis
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects ↵John Emmas
(just to be on the safe side)
2015-04-29no need to close a file that will not be removed (and has no name)Paul Davis
2015-03-22fix #6208, negative broadcast timestampsRobin Gareus
2015-03-02explicitly close tmpfiles before unlink.Robin Gareus
fixes issue on export tmpfiles remaining on windows