summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2010-07-22first part of using appropriate .ext extensions for the current chosen native...Paul Davis
2010-07-21Sort tracks in the port matrix according to editor order. Fixes #2966.Carl Hetherington
2010-07-20Properly fix auto-connect so that busses can still have their outputs auto-co...Carl Hetherington
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-07-14Fix binding of automation list undo records to MIDI sources. Should fix the ...Carl Hetherington
2010-07-09Remove some unused transport sub state enums.Carl Hetherington
2010-07-08Move MIDI control port ownership into the MIDI Manager, since control port st...Carl Hetherington
2010-07-07Transmit MTC on playhead drag, as per #3239.Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-07-05Do MMC on playhead drag more efficiently by not doing an actual locate.Carl Hetherington
2010-07-05Fix up route group label updates.Carl Hetherington
2010-06-29Clean up MMC transmission a bit, and make sure that it is all done from one t...Carl Hetherington
2010-06-28Tweak transmission of MMC on locate. Should fix #3121.Carl Hetherington
2010-06-24GUI-created MIDI regions now steal the pending MIDISource from the track's di...Paul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-06-09dynamic playback & capture buffer resizing (though transport is stopped first)Paul Davis
2010-06-03merge 3.0P into trunk.Torben Hohn
2010-05-12Reset buffer stats on stop. Remove unused minimum playback/capture load stats.Carl Hetherington
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-05-06prolooks helper code from hans, enabling new knob drawing based on Thorsten W...Paul Davis
2010-05-06lots of odds and ends to do with solo isolate and its GUIPaul Davis
2010-05-01perhaps, just possibly, a working solo model. needs to be fixed so that conne...Paul Davis
2010-04-27yet more work on Ye Fabled Solo Architecture. now do forward and backward pro...Paul Davis
2010-04-27Make Session::audible_frame() return a (more) correct answer when the transpo...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis
2010-04-02(FULL) not-yet-complete JACK session management patch (TODO: get program name...Paul Davis
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-03-30Move region naming stuff from Session into RegionFactory, cleaning up some ve...Carl Hetherington
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis
2010-03-22remove near-duplicate session constructor; change names from control_outs to ...Paul Davis
2010-03-22put the issue of using a monitor section into ~/.config/ardour.rc, not the se...Paul Davis
2010-03-21change session construction so that the the monitor bus config is derived (on...Paul Davis
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...Paul Davis
2010-03-06remove the session region list; GUI now represents (a relatively unfiltered v...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-23Factor out massive code duplication in route creation stuff.David Robillard
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington
2010-02-09Save and not-yet-working restore of StatefulDiffCommands.Carl Hetherington
2009-12-31new PBD::ControllableDescriptor class to encapsulate parsing of binding URIs ...Paul Davis
2009-12-29editors for control protocols (generalized); editor for Generic MIDI that all...Paul Davis
2009-12-28MIDI binding maps make their debutPaul Davis
2009-12-27- Fix process callbakc handling during exportSakari Bergen
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis