summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2006-10-26remove StateManager code entirely and more debugging output cruftPaul Davis
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of sigc::tracka...Paul Davis
2006-10-12fixes for meter thread using free'd member of AudioEngine, audiostreamview ac...Paul Davis
2006-10-11make MementoCommand inherit from sigc::trackable so that we don't double-call...Paul Davis
2006-10-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
2006-10-02fixes for various bugs including dangling ref to route in session, opening se...Paul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-09-29modify design of configuration state saving to reflect discussions on IRCPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-26VST support now builds a useful script and installs correctly; fix leftovers ...Paul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-25fix last minute code changePaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-17further optimizations for multiple-track-at-once addition. as in "whoah!"Paul Davis
2006-08-16make adding multiple tracks more efficient (a *lot* more efficient)Paul Davis
2006-08-16RCU-ification of AudioEngine port list, and DiskStreams. not well tested, but...Paul Davis
2006-08-12 r316@gandalf: fugalh | 2006-08-11 17:06:48 -0600Hans Fugal
2006-08-12merge from trunkHans Fugal
2006-08-10history snapshot nameHans Fugal
2006-08-10Can pass a core to ardbg now. Fixed sometimes crash on saving history byHans Fugal
2006-08-09 r283@gandalf: fugalh | 2006-08-09 08:13:37 -0600Hans Fugal
2006-08-09 r274@gandalf: fugalh | 2006-08-07 19:53:48 -0600Hans Fugal
2006-08-04 r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600Hans Fugal
2006-08-03 r260@gandalf: fugalh | 2006-08-03 15:53:50 -0600Hans Fugal
2006-07-29Compiles, but doesn't link. The link errors are mostly expected and areHans Fugal
2006-07-28 r209@gandalf: fugalh | 2006-07-28 17:38:21 -0600Hans Fugal
2006-07-18 r189@gandalf: fugalh | 2006-07-18 17:54:25 -0600Hans Fugal
2006-07-18 r184@gandalf: fugalh | 2006-07-17 19:02:10 -0600Hans Fugal
2006-06-22Merging from trunkHans Fugal
2006-06-15 r59@gandalf: fugalh | 2006-06-15 12:16:20 -0600Hans Fugal
2006-06-14pulling trunkHans Fugal
2006-05-23breakout control protocol code into LGPL library; fix panner buttons even mor...Paul Davis
2006-04-24a) completely refactor abstract UI codePaul Davis
2006-04-19a) fix editor hscroller to follow PT behaviour - scrollbar alwaysPaul Davis
2006-04-05a) dynamically loadable control surface supportPaul Davis
2006-04-04a) start at creating ControlProtocol objectsPaul Davis
2006-03-29a) fix special button press handling for solo+mute buttonsPaul Davis
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-03-17lots of fidgety work to get track renaming to work correctly now that we have...Paul Davis
2006-03-11start marker implemented, along with GotoZero command for old behaviour; R bi...Paul Davis
2006-03-08add/remove edit groups via buttons (still a bit of work left to do)Paul Davis
2006-03-08fix for erroneous use of a menu group; remove lots of cerr cruft; no playlist...Paul Davis
2006-02-13fixed various nasty send issuesJesse Chappell
2006-02-11miscellaneous fixes post-jesse's 24 bit file format changesPaul Davis
2006-02-10committed INCOMPLETE 24bit filesource supportJesse Chappell
2006-01-19add GUI support to create tape/destructive tracksPaul Davis
2006-01-19latched rec-enablePaul Davis