summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-06-28further efforts at cleaning up the design of the interaction/relationship bet...Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-26Remove unused named selection / chunk code.Carl Hetherington
2012-06-26Fix some oddities with playhead movement when locatingCarl Hetherington
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-22introduce the idea of a "default transport speed", used whenever Session::sta...Paul Davis
2012-06-22fix reset of transport speed when seamless looping; add a few comments and ti...Paul Davis
2012-06-22provide an easier way to add mixed (audio+MIDI) tracks to a session, to facil...Paul Davis
2012-06-20Declick before the end of seamless loops, not after the end, so that loops ar...Carl Hetherington
2012-06-20Comment declick stuff a bit, and fix confusing use of bool instead of int to ...Carl Hetherington
2012-06-13Add operation_in_progress() method.Carl Hetherington
2012-06-12Handle failure of statfs to return available disc space on Samba shares mount...Carl Hetherington
2012-06-11Make send automation work (#4734).Carl Hetherington
2012-06-09Rename import_audiofiles -> import_files.Carl Hetherington
2012-06-08No-op; some comments, remove some unused stuff, minor tidying up.Carl Hetherington
2012-06-06Remove some unused code.Carl Hetherington
2012-04-18add User metadata. user metadata is edited from the same dialog and read/wri...Ben Loftis
2012-04-11Remove some unused parameters.Carl Hetherington
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-03-07Patch from colinf to fix auto-connect of bus outputs (#4758).Carl Hetherington
2012-02-06attempt to stop sending MMC/MTC while exporting or freewheeling for any reasonPaul Davis
2012-02-02add a way to create a new MIDI track with an instrument pre-selectedPaul Davis
2012-01-30Add aux sends at the position that the menu was opened, rather than always pr...Carl Hetherington
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-27rework design of midi clock ticker to avoid expensive generalization that has...Paul Davis
2012-01-25an improvement to the previous patch to catch up with solo state after a disc...Paul Davis
2012-01-25fix #4405, by explicitly cancelling solo when a route's inputs drop to zeroPaul Davis
2012-01-18fix two major assert failures arising from the optional monitor section commi...Paul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2012-01-14Remove unused variables.Carl Hetherington
2012-01-11fix latency compensation for the clickPaul Davis
2011-12-27Remove some wrongly commited stuff. Sorry\!Carl Hetherington
2011-12-27Add configure option to raise a FP exception when a denormalCarl Hetherington
2011-12-26Remove unused method.Carl Hetherington
2011-12-23Remove unused declaration.Carl Hetherington
2011-12-17Remove unused code.Carl Hetherington
2011-12-11Save templates as directories with plugin state, ifCarl Hetherington
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-12-09centralize legal-session-name-checkng and include : and ; in characters that ...Paul Davis
2011-11-22Use same VST callback for both Linux and Windows VSTs.Carl Hetherington
2011-11-22Use same aeffectx.h for windows and linux VSTs.Carl Hetherington
2011-11-21Make the windows VST callback use int32_t rather than long (to make it the sa...Carl Hetherington
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-11Change the feedback alert to a flashing button; worksCarl Hetherington
2011-11-09Alert the user if a connection is made which causesCarl Hetherington
2011-10-20add initial implementation of explicit monitor (input|disk) control. some beh...Paul Davis
2011-10-19Trim the include tree.David Robillard