summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2011-11-11Change the feedback alert to a flashing button; worksCarl Hetherington
2011-11-09provide global prelight option (its in Edit -> Preferences->Interface)Paul Davis
2011-11-09Alert the user if a connection is made which causesCarl Hetherington
2011-11-09typedef for a DAGVertex.Carl Hetherington
2011-11-08Fix a few SNAFUs in the port matrix related to multi-type bundles (#4454).Carl Hetherington
2011-11-08Attempt to fix some confusions caused by bundles containingCarl Hetherington
2011-11-07Fix name and a comment.Carl Hetherington
2011-11-07Use standard style LV2 extension include paths.David Robillard
2011-11-07Do a topological sort of the route list before passing it toCarl Hetherington
2011-11-05A few more comments.Carl Hetherington
2011-11-05A few comments.Carl Hetherington
2011-11-05Remove what is IMHO an unnecessarily confusing typedef.Carl Hetherington
2011-11-04Remove non-RT-safe alloc in the MIDI process() call.Carl Hetherington
2011-11-04Fix somewhat confusing method names.Carl Hetherington
2011-11-03Don't offer inputs to things as possible output connections, and vice versa (...Carl Hetherington
2011-11-01Add an option to disable editor update during drags of theCarl Hetherington
2011-11-01Give group and meter point buttons controllable visibility.Carl Hetherington
2011-10-31Remove unused variable.Carl Hetherington
2011-10-31Comment.Carl Hetherington
2011-10-31Fix compensation of roll delay with MIDI tracks; dataCarl Hetherington
2011-10-31Take commit() out of process() in both types ofCarl Hetherington
2011-10-31Remove Diskstream member playback_distance that can beCarl Hetherington
2011-10-31A few comments and minor coding style adjustments.Carl Hetherington
2011-10-31Remove unused method.Carl Hetherington
2011-10-31Remove unused parameter.Carl Hetherington
2011-10-31Remove unused code.Carl Hetherington
2011-10-29Some limited control of mixer strip componentCarl Hetherington
2011-10-29Remove some unused stuff.Carl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-28Improve audioengine includes slightly.Carl Hetherington
2011-10-28Remove unused stuff.Carl Hetherington
2011-10-28Revert inadvertantly committed stuff from 10322.Carl Hetherington
2011-10-27Minor cleanups to IO.Carl Hetherington
2011-10-24Move some code up from {Midi,Audio}Track to Track.Carl Hetherington
2011-10-24Remove unused call_base parameter from Route::_set_state.Carl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-24Expose sources_root() for Session and make everything else private rather tha...Carl Hetherington
2011-10-24Expose set_path so that the Session can alter it.Carl Hetherington
2011-10-22Implement reset() in panners, and use it from the GUI (fixes #4196).Carl Hetherington
2011-10-22change several startup messages to be triggered only by -D (debug) optionsPaul Davis
2011-10-21add route group support for monitoring choicesPaul Davis
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-10-21save&restore for track monitor statePaul Davis
2011-10-21More robust plugin I/O mapping.David Robillard
2011-10-20remove absurd internal Crossfade constructor that confused region start and r...Paul Davis
2011-10-20add initial implementation of explicit monitor (input|disk) control. some beh...Paul Davis
2011-10-19Trim include tree.David Robillard
2011-10-19add AU parameter listening stuff from 2.XPaul Davis
2011-10-19Fix insertion of processors at the point at which the processor menu was open...Carl Hetherington
2011-10-19Remove unnecessary virtual declaration.Carl Hetherington