and now without typo
[ardour.git] / libs /
2016-02-19 Robin Gareusand now without typo
2016-02-19 Robin Gareusfix Windows OSC support
2016-02-19 Robin GareusRevert "disable threaded waveform rendering for 4.7"
2016-02-18 Paul Davisdisable threaded waveform rendering for 4.7
2016-02-18 Paul Davisremove HYPER,SUPER,META modifier masks from Keyboard...
2016-02-18 Paul Davisadd a static utility function (should really be in...
2016-02-17 Robin Gareusnow with return value
2016-02-17 Robin Gareusallot to open OSX Finder with arbitrary paths
2016-02-17 John EmmasMake sure that MSVC knows which version of 'ceil()...
2016-02-16 Ben LoftisOSC: remove "/session/loaded" message altogether, for...
2016-02-16 Ben LoftisFill some more VST transport flags.
2016-02-16 Robin Gareusfix normalize + trim silence at end.
2016-02-16 Robin Gareusprepare threshold for silence trim
2016-02-16 Robin Gareuswork-around case where metric is NULL in split cycles.
2016-02-16 Robin Gareustry to catch https://github.com/rncbc/synthv1/issues...
2016-02-16 Robin GareusRevert "proper debug prints for Analyser"
2016-02-16 Robin Gareusre-bin analysis results to take silence striping into...
2016-02-16 Robin Gareuschunk data before analysis, prefer 8K
2016-02-16 Robin GareusAnalysis: 1 sample slack (for resampling rounding)
2016-02-16 Robin Gareusfix Export SRC buffer report:
2016-02-16 Robin GareusFix Analysis duration for added silence
2016-02-16 Robin Gareusdon't re-use variable names
2016-02-16 Robin Gareusproper debug prints for Analyser
2016-02-15 Ben Loftisfix typo in previous commit
2016-02-15 Ben LoftisDefer session_loaded until AFTER lo_server_new.
2016-02-15 Robin Gareusextend analysis spectral range to -120dB
2016-02-15 Robin GareusAdd normalization gain factor to Export Analysis
2016-02-14 Robin GareusEnsure export starts with a clean state
2016-02-14 Robin Gareusfix rare livelock in std::map thread_buffer_requests
2016-02-13 Robin Gareusand another typo in d442190b
2016-02-13 Robin Gareusfix typos in d442190b
2016-02-13 Robin Gareusremove C++11'isms from libptformat. back to C++98 compat.
2016-02-13 Robin Gareusslightly improved windows post-export hook support.
2016-02-13 Robin Gareussome half-baked support for windows command-arg substit...
2016-02-13 Damien ZammitAdd preliminary PTX support for Protools 10 and 11
2016-02-13 Damien ZammitUnjumble the PT5 wav ordering in regions/tracks
2016-02-13 Julien ROGERFix 6677: Post-export script reinterprets timestamp...
2016-02-13 Robin Gareusamend d814acb - SystemExec/Export debugging
2016-02-13 Ben Loftisadd some debugging capability for users of SystemExec...
2016-02-12 Robin Gareusadd NULL check for VST audioMasterSizeWindow
2016-02-12 Robin GareusAllow partial CairoWidget exposure
2016-02-12 Robin Gareusinclude timespan-option with export preset
2016-02-12 Robin Gareusfix copy constructor.
2016-02-12 John EmmasClass 'AudioGrapher::Analyser' needs to be exportable...
2016-02-12 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-12 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-12 John EmmasRemove no longer needed 'prolooks' source(s) from our...
2016-02-12 Robin Gareusexport analysis: include true-peak positions.
2016-02-12 Robin Gareusvamp-true-peak: collect peak locations >= -1dBTP
2016-02-11 Robin GareusHelp clang static analyzer.
2016-02-11 Robin GareusPrepare for optional timespan name during export.
2016-02-11 Paul Davisremove all traces of "prolooks" and related classes
2016-02-11 Robin GareusOpen URis with spaces.
2016-02-11 Robin Gareustweak spectrum logscale
2016-02-11 Robin Gareusupdate export analyser for dBTP
2016-02-11 Robin Gareusadd dBTP Vamp plugin
2016-02-11 Tim MayberryAdd debugging output for WinMME midi device names
2016-02-11 Tim MayberryOnly build one version of the Portaudio backend that...
2016-02-11 Tim MayberryChange CairoWidget::get_active() to be const
2016-02-11 Tim MayberryImplement new AudioBackend API in PA backend to choose...
2016-02-11 Tim MayberryAdd API to AudioBackend for choosing between portaudio...
2016-02-11 Tim MayberryAdd a missing include from portaudio WINMME source...
2016-02-11 Tim MayberryImplement MIDI device enumeration and latency offset...
2016-02-11 Robin Gareusonly instantiate Analysis Processor if needed
2016-02-11 Robin Gareusstereo waveform, prepare spectrum faceplate
2016-02-11 Robin Gareususe short-term ebur128 histogram
2016-02-10 Robin Gareusmake post-export analysis optional (default to enabled)
2016-02-10 Robin Gareusaudiographer unit-test libs
2016-02-10 Robin Gareuscleanup: unhardcode spectrum size, logscale, whitespace...
2016-02-10 Robin GareusAdd VAMP SDK to audiographer deps.
2016-02-10 Robin GareusAdd loudness histogram Feature to the EBUr128 VAMP...
2016-02-10 Robin Gareusmove export-analysis implementation into cc-file.
2016-02-10 Tim MayberryFix for undefined references to fftw lib when using...
2016-02-10 John EmmasAdd newly introduced source(s) to our MSVC project...
2016-02-10 John EmmasAdd newly introduced source(s) to our MSVC project...
2016-02-10 Robin GareusPost-export Analysis
2016-02-09 Robin GareusFix crash when aborting export.
2016-02-09 Robin Gareusdetailed export state, prepare resolution for #6512
2016-02-07 Paul Davismackie: if device type is unknown, make -D mackie show...
2016-02-07 Paul Davishandle Mackie control device type ID = 0x6 (Behringer...
2016-02-06 Ben Loftischange faderport name
2016-02-06 Paul DavisMackie: shift+marker needs to remove marker. moved...
2016-02-06 Paul Davismackie: better fix for
2016-02-05 Paul Davismackie: stop crashes when switching to X-Touch Compact...
2016-02-04 Ben LoftisMackie Protocol: more fixes for aac6a5
2016-02-04 Ben LoftisFix reporting of compressor mode (Mixbus)
2016-02-04 Ben LoftisMackie Protocol: fixes for aac6a5
2016-02-04 Paul Davismackie: try to improve logic and management of device...
2016-02-04 Paul Davismackie: reverse previous profile editor changes; allow...
2016-02-04 Paul Davismackie: radically shrink down the profile editor
2016-02-04 Ben LoftisMackie protocol: set-session-from-edit-range moved...
2016-02-04 Ben LoftisMackie Protocol: Move buttons to more accurately reflec...
2016-02-03 Paul Davismackie: fix gain control display
2016-02-03 Paul Davismackie: use bus shortname in send subview.
2016-02-03 Paul Daviszero more stuff out when leaving subview mode
2016-02-03 Ben LoftisMackie Protocol: Show dB values for Mixbus "Send"...
2016-02-03 Len Ovensmackie control: Fix crash when selecting Track on MIDI...
2016-02-03 Paul Davisfaderport: save+restore footswitch setting
2016-02-03 Paul Davismanually revert ec8cf4e4 with an extra comment explaini...
2016-02-03 Tim MayberryFix bug #5633, Don't drop all midi bindings when a...
next