summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
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
2011-10-03update vestige header; fix 64 bit issuesPaul Davis
2011-09-21fixes from 2.X for latency/capture alignment stuff: don't reverse route list,...Paul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-09-07Update route colours when they are added to / removedCarl Hetherington
2011-07-14initial pass at session-renaming functionalityPaul Davis
2011-07-03ctrl-alt-click now toggles input active status of other MIDI tracks using (an...Paul Davis
2011-06-26Remove some unused PostTransport enums and renumber others.Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30(1) push a locate all the way through the processing heirarchy so that MIDI o...Paul Davis
2011-05-26move session file storage of nested sources from playlist into region, and re...Paul Davis
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-05-13initial volley of work for AudioPlaylistSource, the basic prototype for sourc...Paul Davis
2011-05-04Fix problems with sessions being saved as foo.ardour.ardour when loaded using...Carl Hetherington
2011-05-02Factor out stop limit computation into its own method. Ignore stop-at-sessio...Carl Hetherington
2011-04-20A few comments.Carl Hetherington
2011-04-19Save route group reorderings in the session file. Link changes in the mixer ...Carl Hetherington
2011-03-20fixup auto-connection of new MIDI tracks and MIDI tracks with newly-added aud...Paul Davis
2011-03-15fix all manner of things relating to io connections, setting capture alignmen...Paul Davis
2011-03-14more fun and games with latency compensation, and so forth ... not done yetPaul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-03-05fix monitoring so that MIDI tracks don't work the same way as audio (basicall...Paul Davis
2011-03-02remove entire "stub" file concept; open new audio and MIDI files on demand (a...Paul Davis
2011-03-01improve, cleanup, rationalize Session::cleanup_sources() and supporting infra...Paul Davis
2011-03-01Update session range on trimming regions.Carl Hetherington
2011-02-27Allow naming of new tracks/busses in the add route dialogue (#3376).Carl Hetherington
2011-02-17Trim some duplicate code.Carl Hetherington
2011-02-17more progress on speakers/vbap etc. etc (still a work in progress)Paul Davis
2011-02-16remove some undefined function decls and an unused function definitionPaul Davis
2011-02-15part two of new JACK latency API support - should fix broken compilationPaul Davis
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-02-11provide solo mute gain Config parameter as a controllable and use it in the m...Paul Davis
2011-02-07Prevent various things from stopping the transport by requesting a transport ...Carl Hetherington
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2011-01-19Fix undo nesting.Carl Hetherington
2011-01-19Remove unused code.Carl Hetherington
2011-01-08Make Route Group dialog instant-apply. Disallow identically-named route grou...Carl Hetherington