summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_display.h
AgeCommit message (Collapse)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2017-08-15Make PluginDisplay::update_height_alloc() virtualJohannes Mueller
... so that it no longer hides ProcessorBox::PluginInlineDisplay::update_height_alloc()
2017-07-31Some abstractions to make the display look good in the plugin guiJohannes Mueller
2017-07-31Put plugin inline display into a freely available class ...Johannes Mueller
... and let ProcessorBox::PluginInlineDisplay inherit from it.