summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2013-04-08add session save signal and hook-up videotimelineRobin Gareus
2013-04-01fix #5424: routes created from templates do not get names based on the user-s...Paul Davis
2013-03-31Make sure every imported file is copied to the session pathRoy Vegard Ovesen
2013-03-27vtl: video sets session start/end markers.Robin Gareus
2013-03-04make notice about mismatched session/ardour versions more prominent, since yo...Paul Davis
2013-03-02fix MTC slave+generator for non integer quarter_frame_durationRobin Gareus
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-12-06various fixes for exporting, including correct handling of errors during expo...Paul Davis
2012-12-04dramatically speed up the addition of large numbers of busses + tracks. consi...Paul Davis
2012-11-13implement TC offset for slave&generator.Robin Gareus
2012-11-13add alt-i as a binding in both the editor and mixer windows to toggle the sta...Paul Davis
2012-11-13complete r13404 - use double for timecode fps.Robin Gareus
2012-11-09LTC encoder: fix signal polarityRobin Gareus
2012-10-29change is the only constantPaul Davis
2012-10-28LTC (slave&gen): no reset on graph-changeRobin Gareus
2012-10-26LTC generator - reinit on xrun or graph-reorderRobin Gareus
2012-10-26LTC Slave - re-init on xrun or graph changeRobin Gareus
2012-10-26prevent raptor attacks on Ardour's lead developer.Robin Gareus
2012-10-25move ownership of LTC I/O ports to Session, and manage as IO objectsPaul Davis
2012-10-23LTC generator updateRobin Gareus
2012-10-21add LTC generatorRobin Gareus
2012-10-17patch from robin to fix where the transport start occurs when exporting (#4098)Paul Davis
2012-10-12tweaks to be ready for more information timecode display in Timecode clock modePaul Davis
2012-10-11move the external sync source selection tobe a global config parameter, not p...Paul Davis
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