summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
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 ↵John Emmas
(gtkmm2ext & gtk2_ardour)
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 ↵Tim Mayberry
and callback API
2016-02-11Change CairoWidget::get_active() to be constTim Mayberry
2016-02-11Implement new AudioBackend API in PA backend to choose between callback and ↵Tim Mayberry
blocking API
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
Apparently this is now required by my version of gcc/mingw
2016-02-11Implement MIDI device enumeration and latency offset/calibration in ↵Tim Mayberry
portaudio backend
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
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-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
The "Stop" button results in ExportHandlerPtr being destroyed. This must not happen while it's in use -- in particular during ExportHandler::start_timespan() and ExportHandler::finish_timespan()
2016-02-09detailed export state, prepare resolution for #6512Robin Gareus
(Post-processing step should announce itself during an export)
2016-02-07mackie: if device type is unknown, make -D mackie show thatPaul Davis
2016-02-07handle Mackie control device type ID = 0x6 (Behringer X-Touch Compact)Paul Davis
2016-02-06change faderport nameBen Loftis
2016-02-06Mackie: shift+marker needs to remove marker. moved session-range to shift+solo.Paul Davis
Originally cbbd87f50b in mixbus/master
2016-02-06mackie: better fix forPaul Davis
2016-02-05mackie: stop crashes when switching to X-Touch Compact devicePaul Davis
2016-02-04Mackie Protocol: more fixes for aac6a5Ben Loftis
2016-02-04Fix reporting of compressor mode (Mixbus)Ben Loftis
2016-02-04Mackie Protocol: fixes for aac6a5Ben Loftis
2016-02-04mackie: try to improve logic and management of device profilesPaul Davis
2016-02-04mackie: reverse previous profile editor changes; allow profile to define ↵Paul Davis
anything except plain and shift actions. For Fn keys we also allow plain and shift definitions
2016-02-04mackie: radically shrink down the profile editorPaul Davis
We only expose user control over Fn keys and only the shift modifier
2016-02-04Mackie protocol: set-session-from-edit-range moved to shift+markerBen Loftis
2016-02-03Mackie Protocol: Move buttons to more accurately reflect default mcp legends.Ben Loftis
Modifiers are only modifiers (no actions directly on modifiers). Punch indicators moved to Drop/Replace. Added Save, Undo, Cancel (select none) and Enter (select all tracks) Fixed click button. Up&Down buttons now move the selected track up & down.
2016-02-03mackie: fix gain control displayPaul Davis