summaryrefslogtreecommitdiff
path: root/libs/ardour/amp.cc
AgeCommit message (Expand)Author
2009-07-23install ardour.menus and bindings file (elthariel) ; initial, basic MIDI gain...Paul Davis
2009-07-22make i18n build work ; add mackie dir back to build ; token work on amp for M...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-21fix clicking when processors become active/inactive; reduce crazy 2.5sec dela...Paul Davis
2009-07-15processor naming tweaks, processor visibility tweaks and more, trying to fini...Paul Davis
2009-07-14add display name to processors (so that it can differ from the "real name"); ...Paul Davis
2009-06-23save&restore gain levels; provide GUI control over relative route group bit; ...Paul Davis
2009-06-23make RouteGroup gain control work again ; fix what solo button label shows un...Paul Davis
2009-06-10nick m's fix for markers etc ; several tweaks for mute/solo ; rename run_in_p...Paul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-07The great audio processing overhaul.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-02Fixes for GCC 4.3.David Robillard
2007-07-04Changed Processor interface to support out-of-place processors, for Panner.David Robillard
2007-06-29Separate MidiBuffer and AudioBuffer into separate headers (trims the dependen...David Robillard
2007-05-10Added nicer looking wrapper methods for ChanCount::get(DataType), sedified co...David Robillard
2007-05-10Gain performance improvements (don't waste time applying gain when not necess...David Robillard
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis
2006-09-01Fixes for IO port adding/removingDavid Robillard
2006-08-13More signal path cleanup, IO now has one deliver_output function that should ...David Robillard