For now, only use the multi-threaded process code if we are
[ardour.git] / libs / ardour / session.cc
2012-01-22 Carl HetheringtonFor now, only use the multi-threaded process code if...
2012-01-18 Paul Davisfix two major assert failures arising from the optional...
2012-01-18 Paul Davismake monitor section an optional feature than can be...
2012-01-14 Carl HetheringtonAdd some debug code to time things in the process
2011-12-27 Carl HetheringtonRemove some wrongly commited stuff. Sorry\!
2011-12-27 Carl HetheringtonAdd configure option to raise a FP exception when a...
2011-12-23 Carl HetheringtonRename a few bits and fix a undeclared method.
2011-12-23 Carl HetheringtonClarify ensure vs. request for JACK monitoring, naming...
2011-12-10 Paul Davisfix for most (all? we can dream ...) issues involved...
2011-12-09 Paul Daviscentralize legal-session-name-checkng and include ...
2011-12-07 Paul Davisimproved WORKING fix for search path issues
2011-12-07 Paul Davisfix up some logic so that we don't replicate the sessio...
2011-11-16 Carl HetheringtonSlightly unpleasant fix for creation of tracks from
2011-11-11 Carl HetheringtonChange the feedback alert to a flashing button; works
2011-11-09 Carl HetheringtonAlert the user if a connection is made which causes
2011-11-08 Carl HetheringtonFix naming / numbering of new MIDI tracks (#4453).
2011-11-07 Carl HetheringtonFix name and a comment.
2011-11-07 Carl HetheringtonDo a topological sort of the route list before passing...
2011-11-01 Paul Davisremove useless debugging output
2011-10-29 Paul Davistweaks to boost debug related code, from a boost debugg...
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-10-26 Carl HetheringtonDon't resort routes at every step during a session's
2011-10-21 Paul Davisnotify about commit change when we slip out of rec...
2011-10-19 Paul Davisdebugging with thorwil
2011-10-07 David RobillardFix crash when moving end marker after deleting loop...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-28 Carl HetheringtonStrip .ardour prefix from session files selected from...
2011-09-21 Paul Davisfixes from 2.X for latency/capture alignment stuff...
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-09-07 Carl HetheringtonUpdate route colours when they are added to / removed
2011-08-14 Carl HetheringtonDon't auto-connect buss inputs (#4211).
2011-08-11 Paul Davisfix stupid thinko in varispeed limitation for record...
2011-08-10 Paul Davisdon't use MIDI tracks when adding internal sends to...
2011-08-10 Paul Davismake handling of sends-only feed-based solo propagation...
2011-08-09 Paul Davisattempt to prevent dropping into record if rolling...
2011-07-25 Paul Davisin exclusive solo mode, allow full-group solo
2011-07-22 Paul Davisuse std::vector::assign() in BufferSet::attach_buffers...
2011-07-03 Paul Davisctrl-alt-click now toggles input active status of other...
2011-06-22 Carl HetheringtonAlways use numeric prefixes for default-named tracks...
2011-06-19 Paul Davismuch ado about nothing when it comes to gain control
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-13 Paul Davisinitial volley of work for AudioPlaylistSource, the...
2011-05-12 Carl HetheringtonFix update of session range location on copy-dragging...
2011-05-04 Carl HetheringtonFix restoration of connections to control surface ports.
2011-04-21 Paul Davisfix thinko in setting up auto-connect for monitor bus
2011-04-09 Paul Davisremove another instance of access(2)
2011-04-02 Paul Davisfix import of multi-track SMF files with some tracks...
2011-03-20 Paul Davisfixup auto-connection of new MIDI tracks and MIDI track...
2011-03-18 Paul Davisfix (?) capture alignment by making sure we use non...
2011-03-16 David RobillardReplace connection cerr dumping with DEBUG_TRACE.
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-14 David RobillardFix broken indentation.
2011-03-14 Paul Davismore fun and games with latency compensation, and so...
2011-03-12 Paul Davisproperly use and publish private/public port latency...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-09 Paul Davisadd new concept for managing alignment style (AlignChoi...
2011-03-08 Paul Davislots of stuff related to capture alignment. things...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-02 Carl HetheringtonLess subtle attempt to prevent crashes on removing...
2011-03-01 Carl HetheringtonFix crash on session close.
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
2011-03-01 Carl HetheringtonMake the session watch sources' DropReferences and...
2011-02-27 Carl HetheringtonFix thinko with numbering of multiple added tracks.
2011-02-27 Carl HetheringtonFix addition of multiple tracks.
2011-02-27 Carl HetheringtonAllow naming of new tracks/busses in the add route...
2011-02-22 Carl HetheringtonUse commented out (correct) Mute/SoloControllable set_v...
2011-02-20 Carl HetheringtonModify route _processor list set up so that the logic...
2011-02-17 Paul Davismore progress on speakers/vbap etc. etc (still a work...
2011-02-16 Paul Davisremove some undefined function decls and an unused...
2011-02-16 Paul Davisfixes for latency computation and compilation
2011-02-15 Paul Davispart two of new JACK latency API support - should fix...
2011-02-11 Paul Davisprovide solo mute gain Config parameter as a controllab...
2011-02-10 Paul Davis#ifdef-ize all/most uses of the boost debug hooks API
2011-02-10 Paul Davisbreak circular reference between panners and pannables...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2011-01-19 Carl HetheringtonFix undo nesting.
2011-01-05 Carl HetheringtonRemove direct busses so that all busses have internal...
2010-12-29 Carl HetheringtonFix crash on saving session template (#3634).
2010-12-29 Carl HetheringtonAdd options to add sends from buses as well as tracks...
2010-12-29 Carl HetheringtonMake 'copy track gains to sends' and 'set sends gains...
2010-12-11 Carl HetheringtonComment a few things and add missing process lock when...
2010-12-10 Carl HetheringtonStop bounce / freeze on tracks that have more outputs...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-01 Carl HetheringtonRe-expose timecode offset in the session option editor.
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-11-29 Paul Davisremove using boost::shared_ptr stuff from session.cc
2010-11-28 Carl HetheringtonFix non-update of session range marker in some cases.
2010-11-26 Carl HetheringtonHandle unknown plugins on loading sessions by hiding...
2010-11-26 David RobillardFix more broken indentation (whitespace changes only).
2010-11-26 Paul Davisadd two process lock calls where some port connecting...
2010-11-26 Paul Davisone step closer to working vbap panning
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-21 Carl HetheringtonThought-to-be-fix for #2794; fix route process order...
2010-11-19 Paul Davisnon-crashing (but also non-functional) integration...
2010-11-09 Paul Davismissing dialog cleanups and logic improvements
2010-11-09 Paul Davishandle multiple imports of the same file better (via...
next