summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-02-01set channel route phase controlPaul Davis
2016-02-01add new enums to libardour enum listPaul Davis
2016-02-01add a comment for The FuturePaul Davis
2016-02-01don't abuse ScalePoints ideaPaul Davis
2016-02-01clean up mess in Route/Track controllables caused by not understanding the si...Paul Davis
2016-02-01add new automation types to ParameterDescriptor constructor.Paul Davis
2016-02-01change API of MIDI::Port::drain() to include a maximum blocking timePaul Davis
2016-01-31very very slightly more robust exclusion of monitor send from Route::nth_send()Paul Davis
2016-01-31make Session::rt_set_monitoring() conform to new Track APIPaul 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-31break out Route controllables code into its own source modulePaul Davis
2016-01-30Mackie Control: Make Monitor send not show in Sends subview.Len Ovens
2016-01-29mixbus: don't assert(ch_post()) in case we use various methods on "odd" Route...Paul Davis
2016-01-29add new Route API ::master_send_enable_controllable() to provide generic acce...Paul Davis
2016-01-29Another attempt fixing crash at exit on windows.Robin Gareus
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-28Fix AU port-name encoding.Robin Gareus
2016-01-27monitor send does not count in Route::nth_send()Paul Davis
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-27return relevant AutomationControl for send_level_controllable() in ArdourPaul 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-25fix/improve logic for InverseGroupPaul Davis
2016-01-25change exposed type of various objects' gain controls; remove Amp::gain() as ...Paul Davis
2016-01-24deactivate plugin if connect_and_run returns an errorRobin Gareus
2016-01-24add wrapper for ChanMapping::get()Robin Gareus
2016-01-22remove incorrect/out of date commentPaul Davis
2016-01-22fix rebase issue from masterPaul Davis
2016-01-22rename Controllable::WholeGroup => InverseGroup to reflect real intent.Paul Davis
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-22Modify our MSVC project to accommodate newly introduced source files (libardour)John Emmas
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-18remove ipmidi debuggingPaul Davis
2016-01-18use cout instead of cerr, since this debugging is for windowsPaul Davis
2016-01-18IP MIDI debuggingPaul 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-16Mackie Control: fix global Solo lamp to get signalled for listens active too.Len Ovens
2016-01-15force LV2 plugin-state save for templates - #6709Robin Gareus
2016-01-14add API to query signal value of audio-latency measurementRobin Gareus