summaryrefslogtreecommitdiff
path: root/libs/audiographer
AgeCommit message (Expand)Author
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
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
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-11spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmÃ...Paul Davis
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
2015-06-29fix static library buildPaul Davis
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (j...John Emmas
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
2015-03-02add an explicit close function to sndfileRobin Gareus
2015-01-27towards fixing #5711Robin Gareus
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-04-28remove redundant os.path.join() calls when specifying install path as bld.env...Paul Davis
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-01-14fix broken build after addition of normalizer.ccPaul Davis
2014-01-13Merge branch 'windows+cc' into cairocanvasJohn Emmas
2014-01-13'libs/audiographer' - Add a new source file (to accommodate the stuff removed...John Emmas
2014-01-13'libs/audiographer' - DLL visibility stuff and associated changes needed for ...John Emmas
2014-01-12move -fvisibility=hidden to the top of the source tree, and remove its intern...Paul Davis