summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2016-02-22add syntax and scaffolding for MIDI binding maps to refer to selected tracks/...Paul Davis
2016-02-22remove all trace of SAE from source code.Paul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22change suffix of keybinding files to ".keys" to avoid conflict with earlier v...Paul Davis
2016-02-20add processor lookup by PBD::ID via sessionRobin Gareus
2016-02-16Fill some more VST transport flags.Ben Loftis
2016-02-16Revert "proper debug prints for Analyser"Robin Gareus
2016-02-16chunk data before analysis, prefer 8KRobin Gareus
2016-02-16proper debug prints for AnalyserRobin Gareus
2016-02-15Add normalization gain factor to Export AnalysisRobin Gareus
2016-02-13Fix 6677: Post-export script reinterprets timestamp format placeholder giving...Julien ROGER
2016-02-12fix copy constructor.Robin Gareus
2016-02-12export analysis: include true-peak positions.Robin Gareus
2016-02-11update export analyser for dBTPRobin Gareus
2016-02-11Add API to AudioBackend for choosing between portaudio blocking or callback APITim Mayberry
2016-02-11stereo waveform, prepare spectrum faceplateRobin Gareus
2016-02-10make post-export analysis optional (default to enabled)Robin Gareus
2016-02-10Add loudness histogram Feature to the EBUr128 VAMP pluginRobin Gareus
2016-02-10Post-export AnalysisRobin Gareus
2016-02-09Fix crash when aborting export.Robin Gareus
2016-02-09detailed export state, prepare resolution for #6512Robin Gareus
2016-02-03mackie control: Fix crash when selecting Track on MIDI strip, don't create ph...Len Ovens
2016-02-01add a comment for The FuturePaul Davis
2016-02-01clean up mess in Route/Track controllables caused by not understanding the si...Paul Davis
2016-02-01change API of MIDI::Port::drain() to include a maximum blocking timePaul Davis
2016-01-31provide route solo isolate and solo safe automation controlsPaul Davis
2016-01-31add new automation type enumsPaul Davis
2016-01-31make Track::set_monitoring() use a GroupControlDisposition; expose an Automat...Paul Davis
2016-01-31add a new constructor for RouteAutomationControllable that takes a ParameterD...Paul Davis
2016-01-29add new Route API ::master_send_enable_controllable() to provide generic acce...Paul Davis
2016-01-28add new API to Route to get name of "well-known" nth-sendPaul Davis
2016-01-28Add Playlist::duplicate_range/s utility methodsTim Mayberry
2016-01-27no need for multiple send level/enable parameter typesPaul Davis
2016-01-27remove mackie send pot mode (subview mode for sends coming up)Paul Davis
2016-01-27make Route::nth_send() and Route::nth_processor() be constPaul Davis
2016-01-27add stubs and enums to access "well-known" send controlsPaul Davis
2016-01-25change exposed type of various objects' gain controls; remove Amp::gain() as ...Paul Davis
2016-01-24add wrapper for ChanMapping::get()Robin Gareus
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-19Add all_tracks_rec actionsBen Loftis
2016-01-19Revert "mackie: still respond to route groups visibility changes"Paul Davis
2016-01-19mackie: still respond to route groups visibility changesPaul Davis
2016-01-18add group disposition argument to Route::set_gain() and use it in various UIsPaul Davis
2016-01-18working version of new gain control designPaul Davis
2016-01-18move Amp::GainControl out into its own source module and out of AmpPaul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul Davis
2016-01-16Change last commit to use it's own variable rather than borrowing solo'sLen Ovens
2016-01-14add API to query signal value of audio-latency measurementRobin Gareus
2016-01-09API evolutionRobin Gareus
2016-01-08Expose overall monitor-processor stateRobin Gareus