summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
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
2012-01-27restore independent gain control over click/metronomePaul Davis
2012-01-27rework design of midi clock ticker to avoid expensive generalization that has...Paul Davis
2012-01-25an improvement to the previous patch to catch up with solo state after a disc...Paul Davis
2012-01-25fix #4405, by explicitly cancelling solo when a route's inputs drop to zeroPaul Davis
2012-01-18fix two major assert failures arising from the optional monitor section commi...Paul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2012-01-14Remove unused variables.Carl Hetherington
2012-01-11fix latency compensation for the clickPaul Davis
2011-12-27Remove some wrongly commited stuff. Sorry\!Carl Hetherington
2011-12-27Add configure option to raise a FP exception when a denormalCarl Hetherington
2011-12-26Remove unused method.Carl Hetherington
2011-12-23Remove unused declaration.Carl Hetherington
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