summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Collapse)Author
2017-01-20Plug some mixer memory leaksRobin Gareus
2016-11-25fix default output map display for no plugin processorsRobin Gareus
(eg. mono->stereo deliveries)
2016-10-18Add tooltip info for inline-displayRobin Gareus
2016-10-18Processor box interaction:Robin Gareus
Allow to toggle inline display with tertiary + double-click. also fix tooltip and fix inconsistent modifiers on inline display.
2016-10-14GUI to allow aux-send feedback loopsRobin Gareus
2016-08-21remove debug output from last commitPaul Davis
2016-08-21editing plugin with generic GUI has a tooltip saying it uses the primary ↵Paul Davis
modifier. Make it so
2016-07-24add a ToDo note for after string-freezeRobin Gareus
2016-07-18add a plugin-death connectionRobin Gareus
at application exit, there may otherwise be a race condition, queue draw could be scheduled for a widget that's no longer present.
2016-07-18add some strategic lua gc steps.Robin Gareus
2016-07-16Better choice for ports on external send creationJulien "_FrnchFrgg_" RIVAUD
Ardour tried to make an educated guess at the initial number of outputs for a new send. It used the channel configuration of the master bus, if it existed, else the channel configuration of the route itself. That guess is good in most cases, but in the case of a track/bus without audio channels, creating a send with audio doesn't make sense. In that case, also use the route outputs as a base for the send configuration.
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-12add mouse interaction to inline displayRobin Gareus
2016-07-05Plugin GUI activate/enable update (prefer enable)Robin Gareus
2016-07-02fix inline display when cairo_surface_has_snapshotsRobin Gareus
2016-06-05fix switching from generic to custom plugin UIRobin Gareus
2016-06-02make new action to bind BackSpace to in processors boxPaul Davis
2016-05-24fix UI wire display to not coalesce views for non-linear i/o.Robin Gareus
2016-05-20lua inline display error reportingRobin Gareus
2016-05-10remove wrongly copy/pasted codeRobin Gareus
2016-05-06separate Preset + Favorite DnD TargetsRobin Gareus
Sidebar is a source of "Favorites" and a destination for Presets.
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-29enable luaproc presetsRobin Gareus
2016-04-29remove "Lua DSP Proc" context meuuRobin Gareus
2016-04-20special case send panning for MBRobin Gareus
since the route does not use Ardour pannersi"link panners" here only affects send <> send linking.
2016-04-19don't show plugin GUI when renaming tracks/bussesRobin Gareus
ProcessorBox::route_property_changed() iterates over existing windows and hit a "show_all".
2016-04-19fix midi-bypass drawing.Robin Gareus
2016-04-19small is beautifulRobin Gareus
...but I need new glasses to tweak thru-via drawing for <=100% GUI scaling
2016-04-19more wire drawing..Robin Gareus
* use via-style circles for thru * widen the spacing * show gnd -> thru connections
2016-04-18more sidechain send GUI details:Robin Gareus
* don't list exising normal sends (separate mono connections) * tooltip inidicate autoremoval
2016-04-18fix initial panner control for new SendsRobin Gareus
2016-04-17fix port icon visibility for coalesced wire viewRobin Gareus
2016-04-17pretty send and sidechain namesRobin Gareus
2016-04-17use temporary sends for sidechain inputsRobin Gareus
2016-04-16fix logic error for output routing wire displayRobin Gareus
2016-04-16another take on mixer strip wire drawingRobin Gareus
mini modulars are fun.
2016-04-15shorten and clarify context-menu entry.Robin Gareus
2016-04-13special case side-chain when copying plugin-state (fix crash, dup IO)Robin Gareus
2016-04-12somewhat improved "thru" and sidechain routing displayRobin Gareus
2016-04-09fix editor/mixer initial display (show_all)Robin Gareus
2016-04-08GUI part of count/n_total API renameRobin Gareus
2016-04-07GUI support for plugin port bypass connectionsRobin Gareus
2016-04-04lexical NO-OPRobin Gareus
2016-04-04mixer-strip wires: take midi-bypass/trhu into accountRobin Gareus
2016-04-04s/Management/Connections/Robin Gareus
2016-04-04Display output mapping (last processor before pan) in mixerstripRobin Gareus
2016-04-03add GUI to configure/connect sidechainRobin Gareus
2016-04-03update mixer-strip display - indicate sidechainRobin Gareus
2016-04-02update mixer-strip routing displayRobin Gareus
2016-04-02fix some thinkos with audio/midi port counting.Robin Gareus
(there's more to come w/multiple midi ports grouped left)