summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2012-03-01follow glib include rules, sighPaul Davis
2012-02-29Update to latest LV2 atom extension.David Robillard
2012-02-28Use dBs for send gain automation controls too.Carl Hetherington
2012-02-27Display amp automation in dB using a logarithmic fader.Carl Hetherington
2012-02-27Slightly tweaked patch from colinf to avoid crashes onCarl Hetherington
2012-02-25Fix real-time violation, only send UI updates if explicitly requested by UI.David Robillard
2012-02-25Use FastScreenUpdate for UI message updating, and only if plugin has message ...David Robillard
2012-02-25Full round-trip message communication between LV2 UIs and plugins.David Robillard
2012-02-25Support LV2 atom sequence ports alongside old event ports.David Robillard
2012-02-24Clean up LV2 code in preparation for atom support.David Robillard
2012-02-15part two of: make region gain line visibility global, not per-regionPaul Davis
2012-02-06attempt to stop sending MMC/MTC while exporting or freewheeling for any reasonPaul Davis
2012-02-02add virtual method is_instrument() to PluginInfo (already existed for AUPlugi...Paul Davis
2012-02-02add a way to create a new MIDI track with an instrument pre-selectedPaul Davis
2012-02-01Make crossfade convert-to-full and activate/deactivate work across edit group...Carl Hetherington
2012-02-01Trim declaration.Carl Hetherington
2012-01-31Make crossfade active state and length changes undo-able.Carl Hetherington
2012-01-31Comments.Carl Hetherington
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-30Add aux sends at the position that the menu was opened, rather than always pr...Carl Hetherington
2012-01-29Show an example filename in the main export dialogSakari Bergen
2012-01-29Add timespan name to export status textSakari Bergen
2012-01-28Fix compilation with older Glib.David Robillard
2012-01-28Go back to one progress bar with several passes in export. Sakari Bergen
2012-01-28Store Region export state in instant.xml (fixes #3935)Sakari Bergen
2012-01-28Use new Lilv state API to save LV2 plugin state.David Robillard
2012-01-27restore independent gain control over click/metronomePaul Davis
2012-01-27patch for CUE file formatting from Andreas RugePaul Davis
2012-01-27promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple re...Paul Davis
2012-01-27further simplification of midi clock ticker APIPaul Davis
2012-01-27change audioengine's port container to a std::map to provide faster results f...Paul Davis
2012-01-27rework design of midi clock ticker to avoid expensive generalization that has...Paul Davis
2012-01-26add Port::PostDisconnect signal to allow objects other than the one being dir...Paul Davis
2012-01-25an improvement to the previous patch to catch up with solo state after a disc...Paul Davis
2012-01-25toc filename handling patch from andreas r.Paul Davis
2012-01-25fix #4405, by explicitly cancelling solo when a route's inputs drop to zeroPaul Davis
2012-01-24Show proper progress information for export while normalizingSakari Bergen
2012-01-24Make time stretch respect edit groups (#4615).Carl Hetherington
2012-01-23a better fix for CUE/TOC string escaping: if the text is not Latin-1 already,...Paul Davis
2012-01-23Speed up iterating over an entire PortSet by keeping aCarl Hetherington
2012-01-23Cache results of lilv_port_is_a(...) in various places.Carl Hetherington
2012-01-23fix up escaping of strings in TOC files (suggested by andreas ruge)Paul Davis
2012-01-22Add warnings for overwriting marker filesSakari Bergen
2012-01-22For now, only use the multi-threaded process code if we areCarl Hetherington
2012-01-22Add option to use plugin GUIs or Ardour generic ones.Carl Hetherington
2012-01-21Use a button in the processor box for toggle parameters.Carl Hetherington
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2012-01-21Add a send amp's gain control as a send controllable.Carl Hetherington
2012-01-21Remove unused code.Carl Hetherington
2012-01-20Remove unused concept of user' values. Make user_to_uiCarl Hetherington