summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-07Returns (i.e. sidechains).David Robillard
2009-05-07The great audio processing overhaul.David Robillard
2009-05-05Support recursive undo events.David Robillard
2009-05-04Fix MIDI monitoring while recording.David Robillard
2009-05-04Fix building without LV2.David Robillard
2009-05-04clean up that godawful ugly latency GUI in plugin UIsPaul Davis
2009-05-04Reconfigure GUI meters when route I/O configuration changes.David Robillard
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-05-02* Fix tooltips in the session import dialogSakari Bergen
2009-05-01Fix MIDI playback.David Robillard
2009-04-30Rename 'position' parameter of MidiSource::midi_read to clearer 'source_start'.David Robillard
2009-04-30fix up confusion between silence() decls for Processor & PluginInsert; fix ty...Paul Davis
2009-04-30implement panner reset functionality (missing since 0.99?) ported from 2.XPaul Davis
2009-04-29Only make record button solid red (and big clock red) when things are actuall...Carl Hetherington
2009-04-29Add files missing from previous commit.Carl Hetherington
2009-04-29First cut of option to strip silence from audio regions, as per mantis #1623Carl Hetherington
2009-04-29Disallow click and auditioner as track / buss names to avoid clashing with in...Carl Hetherington
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-04-22a long tricky day of playing with ArdourStartup and session naming/loading etc.Paul Davis
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-03-16Ticker: apply patch from lincoln, Thanks!Hans Baier
2009-03-07Improvements to the plugin eq gui:Sampo Savolainen
2009-03-06Make it possible to consolidate/bounce ranges without applying processingSampo Savolainen
2009-03-05make track templates work, including a fix for the MidiTrack XML constructorPaul Davis
2009-03-02track templates, backported from 2.XPaul Davis
2009-02-27Remove some unused code.Carl Hetherington
2009-02-27tweaks to get a VST-supporting 3.0 to build & startupPaul Davis
2009-02-27Step towards having both rubberband and soundtouch compiled in at once.David Robillard
2009-02-26Don't link against VAmp plugins.David Robillard
2009-02-26Use actually normal taglib headers (apparently it completely changes them on ...David Robillard
2009-02-26Use normal taglib include paths.David Robillard
2009-02-26Use quotes for taglib includes.David Robillard
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-25Waf building of libardour (yay!).David Robillard
2009-02-25Quote includes for control_protocol.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-19Clean up Region interface, remove Readable stub kludge.David Robillard
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard
2009-02-19Introduce new time for session-relative frame time, and make source interface...David Robillard
2009-02-19Interpret tempo time based on read position (not source timeline position whi...David Robillard
2009-02-19Readable is not as generic as its name implies ;)David Robillard
2009-02-19Remove unused Session::curves.David Robillard
2009-02-18Fix 'sticky' sliders when MIDI control feedback is enabled.David Robillard
2009-02-18Fix MIDI control parameter mapping to work with controls that aren't [0..1] l...David Robillard
2009-02-17Fix deadlock and potential race condition when editing MIDI.David Robillard
2009-02-17Make a bunch of stuff boost::noncopyable.David Robillard