summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2012-02-07fix coloring of global rec-enable button when actively recording; fix related...Paul Davis
2012-02-06attempt to stop sending MMC/MTC while exporting or freewheeling for any reasonPaul Davis
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-18Catch exception thrown by SMF code when it cannot writeCarl Hetherington
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2012-01-11fix latency compensation for the clickPaul Davis
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
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-11Save templates as directories with plugin state, ifCarl Hetherington
2011-12-11Minor fix to error message.Carl Hetherington
2011-11-15Remove unused MIDI regions as well as audio onesCarl Hetherington
2011-10-29tweaks to boost debug related code, from a boost debugging sessionPaul Davis
2011-10-24Reset source paths on session rename (fixes #4389).Carl Hetherington
2011-10-19Trim include tree.David Robillard
2011-10-19Trim the include tree.David Robillard
2011-09-28Strip .ardour prefix from session files selected from the startup dialogue. ...Carl Hetherington
2011-09-14Load the tempo map before the locations so that locationsCarl Hetherington
2011-09-07Update route colours when they are added to / removedCarl Hetherington
2011-08-13track changes to config parameters for MMC device id's correctly (from roy ve...Paul Davis
2011-07-18when renaming, remove old session and add new session name from/to recent ses...Paul Davis
2011-07-18don't try (and fail) to rename the history file if it doesn't existPaul Davis
2011-07-14initial pass at session-renaming functionalityPaul Davis
2011-06-22don't double-load NestedSource nodes, which are listed both forthe parent/roo...Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-28putative fix for crashes related to diskstream playback buffer refills with c...Paul Davis
2011-05-26move session file storage of nested sources from playlist into region, and re...Paul Davis
2011-05-23Assorted doxygen fixes; no functional changes.Carl Hetherington
2011-05-23Fix bit rot with boost shared_ptr debugging code.Carl Hetherington
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-05-16rename join regions op as combine regions; save and restore nested playlists,...Paul Davis
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-05-04Fix restoration of connections to control surface ports.Carl Hetherington
2011-05-04Fix problems with sessions being saved as foo.ardour.ardour when loaded using...Carl Hetherington
2011-04-19Save route group reorderings in the session file. Link changes in the mixer ...Carl Hetherington
2011-04-11Move check for a new session directory being writable to after it has been cr...Carl Hetherington
2011-04-09remove all use of access(2) (this was done a bit stupidly, we could have used...Paul Davis
2011-03-14more fun and games with latency compensation, and so forth ... not done yetPaul Davis
2011-03-11make "Flush Wastebasket" operate on the correct directory rather than a non-e...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-01Cleanup stub files after setup_raid_path has prepared the paths for it to use.Carl Hetherington
2011-02-26Remove out-of-date and somewhat redundant comment.Carl Hetherington
2011-02-26Load the tempo map before regions so that MIDI region positions / lengths don...Carl Hetherington
2011-02-22Use commented out (correct) Mute/SoloControllable set_value() code; requires ...Carl Hetherington