summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-04add another warning-disable flag for clangPaul Davis
2016-07-04remove temporarily added signalPaul Davis
2016-07-04GUI doesn't need to listen to old ControlProtocol signals for stripable ↵Paul Davis
selection
2016-07-04use session stripable selection APIPaul Davis
and remove old ControlProtocol signals to talk to GUI etc.
2016-07-04add session-scope selection ops for StripablesPaul Davis
2016-07-04fix another logic error in PresentationInfo::flag_match()Paul Davis
2016-07-05a-comp: Make ratio control logarithmicDamien Zammit
2016-07-05a-comp: Add stereo versionDamien Zammit
2016-07-04OSC: select is global not per surface.Len Ovens
2016-07-04a-comp display is getting fancy :)Robin Gareus
2016-07-04stop-and-forget-capture should not toggle transport state, only stop itPaul Davis
2016-07-04avoid unnecessary multiple calls to RouteUI::update_monitoring_state()Paul Davis
2016-07-04operate directly on realtime controls, not via SessionPaul Davis
2016-07-04operate directly on realtime controls, not via SessionPaul Davis
2016-07-042nd part of previous commitPaul Davis
2016-07-04make sure that rec-enable changes get to do their non-RT stuff before being ↵Paul Davis
queued for RT-context execution
2016-07-04display level in a-comp displayRobin Gareus
2016-07-04con't work on a-comp inline-displayRobin Gareus
2016-07-04add C99 flags for lv2 pluginRobin Gareus
2016-07-04basic inline display for a-compRobin Gareus
2016-07-04a-comp: Tweak control bounds and clear state on deactivateDamien Zammit
2016-07-04Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-07-04unbind pangomm 1.30 API for compat.Robin Gareus
2016-07-04experimental support for AU sidechain bussesRobin Gareus
some plugins include a sidechain bus which is not explicitly listed under "Reported Channel Capabilities" list, nor the "Input/Output Channel Handling"
2016-07-03UI: Add editor_mixer route pointer to session so all UIs can know the same ↵Len Ovens
current_strip even in a selected group.
2016-07-04flush output buffers after processing - fixes midi-bus chainingRobin Gareus
2016-07-04more lua-script updates:Robin Gareus
* comments and explain amp4.lua * move amp1-3 to "Example" category
2016-07-03OSC: select off by one bug, something must have changed by 1, fixedLen Ovens
2016-07-04update lua scriptsRobin Gareus
* add proper amplifier (smooth gain change) + text-example * remove commented no-inplace from High/Low pass * amend 913609be inline spectrogam re-init
2016-07-04Prepare to use knobs in Generic Plugin UIRobin Gareus
2016-07-04Replace Gtk::ToggleButton with ArdourButton in Generic Plugin GUIRobin Gareus
2016-07-04allow AutomatoinContoller to render as Knob instead of Slider.Robin Gareus
2016-07-04add an ArdourButton/SpinButton WidgetRobin Gareus
alternative to ArdourDisplay (dropdown) to provide numeric entry with ArdourKnob.
2016-07-04fix background of ArdourButtons with no BodyRobin Gareus
2016-07-04LV2 render-value: override precisionRobin Gareus
lv2's units.ttl specifies "%f" for many values by default which results in useless high precision
2016-07-04add PangoCairo lua bindingsRobin Gareus
2016-07-03fix behaviour when opening up a gap to insert new Stripables.Paul Davis
Need to include all stripables, not just routes, and need to include master since editor (and maybe others) opt to use the presentation_info().order() value for it
2016-07-03explanatory commentPaul Davis
2016-07-03add grid to inline-spectrumRobin Gareus
2016-07-03clean up a-comp .ttl -- maintainer: the a-teamRobin Gareus
2016-07-03bundle a-compRobin Gareus
2016-07-03HP/LP: enforce enum integr type (inline control sends continuous value)Robin Gareus
2016-07-03update lua-scripts:Robin Gareus
* add an inline spectrum display * fix re-init HP/LP and Biquad * add some comments, labels etc
2016-07-02only reconfigure lua DSP plugins if channelcount changesRobin Gareus
2016-07-02add Lua bindings for reference counted Cairo::ImageSurfaceRobin Gareus
2016-07-02fix Preference checkbox sensitivity for inline displaysRobin Gareus
2016-07-02fix inline display when cairo_surface_has_snapshotsRobin Gareus
2016-07-02extend lua API:Robin Gareus
* add a basic FFT spectrum analyzer * prepare Cairo::ImageSurface * HSL colorspace conversion
2016-07-02make Selection catch up with session/libardour-side selection status at ↵Paul Davis
session load
2016-07-02fix use of removed Session::get_nth_stripable()Paul Davis