summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Collapse)Author
2007-04-23different name for old-session-format copied file, so that 0.99 can always ↵Paul Davis
load it git-svn-id: svn://localhost/ardour2/trunk@1740 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-20resurrected the periodic safety backup. defaults to 120 second interval ↵Jesse Chappell
between saves. never lose your work again. git-svn-id: svn://localhost/ardour2/trunk@1732 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-15Added the session resampler which now should work for 2.0 sessions and Sampo Savolainen
almost work for 0.99 originated session (automation is not handled yet). Stopped the creation on the automation/ directory in new sessions as it's not used anymore git-svn-id: svn://localhost/ardour2/trunk@1725 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-09Correct the usage of realpath() in cleanupSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1690 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07replaced canonicalize_file_name with realpath, which is available.Jesse Chappell
git-svn-id: svn://localhost/ardour2/trunk@1677 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06This one is for Ari Koivunen! Fixed ardour cleaning up used sources Sampo Savolainen
during cleanup for sessions created in 0.99.x git-svn-id: svn://localhost/ardour2/trunk@1674 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06don't let auditioning make transport buttons inaccessible; delete/rename ↵Paul Davis
snapshots (from carl & puddingpimp) git-svn-id: svn://localhost/ardour2/trunk@1673 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-25Send MMC/MTC options will stick now, and prevent the engine from messing Sampo Savolainen
the configuration variables. git-svn-id: svn://localhost/ardour2/trunk@1638 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-20do not start transport on first locate if auto-play is on; wait till GUI ↵Paul Davis
says its OK git-svn-id: svn://localhost/ardour2/trunk@1630 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-04commit for cleanup bug that affects both old and new sessionsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1550 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26fix for #1503, crash on new session in write-protected dirPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1510 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-25prevent inadvertent "sounds" dir from 0.99 from confusing 2.0Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1509 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23fix timestretch naming issue, #1501Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1494 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1489 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-22Fixed for prior unused file cleanup.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1486 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-20make MMC work again, make tracing MIDI input work again, add GUI control for ↵Paul Davis
MMC device ID ++ git-svn-id: svn://localhost/ardour2/trunk@1480 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-19remote control IDs follow editor/mixer view order; fix multiple display of ↵Paul Davis
disk over/under run errors; don't show automation editing cursor unless you actually edit it git-svn-id: svn://localhost/ardour2/trunk@1474 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-15This creates an export direcory for new sessions. The export dialog will ↵Doug McLain
also default to that directory git-svn-id: svn://localhost/ardour2/trunk@1466 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-05use SilentFileSource when sources cannot be foundPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1424 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-02prevent state saving when disconnected from JACKPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1406 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-18Fixed midi controllable state saving/loadingJesse Chappell
git-svn-id: svn://localhost/ardour2/trunk@1356 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-12fix for missing slave state restore at session load, etcPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1317 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-05an actual fix for that last claim re: a buglet that used the wrong directory ↵Paul Davis
to store files in when cleaned up git-svn-id: svn://localhost/ardour2/trunk@1277 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-05actually fix cleanup design, plus buglet that used the wrong directory to ↵Paul Davis
store files in when cleaned up git-svn-id: svn://localhost/ardour2/trunk@1276 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-04copy older versions of the session file, fix up ardev to work again using ↵Paul Davis
%VERSION% git-svn-id: svn://localhost/ardour2/trunk@1268 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-03do proper install on x86_64 system, remove stupid debuggig code from panner, ↵Paul Davis
handle port registration error with its own error message git-svn-id: svn://localhost/ardour2/trunk@1264 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-03massive changes to clean up what happens during session destruction when an ↵Paul Davis
exception is thrown git-svn-id: svn://localhost/ardour2/trunk@1261 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-02General SMPTE fixes mostly relating to non-integer frame rates. Please Test. ↵Nick Mainsbridge
Fix for sometimes entering an invalid SMPTE format by CHANGING THE SESSION FILE. ****Warning. the SMPTE frame rate will be reset to 30 NDF if you load an old sessionardour2_broken/***. Calculate the HMS verbose canvas cursor properly. Fix incorrect SMPTE display in clocks/VCC. Standardise size of SMPTE display in editor clocks. Make the zoom controls smaller (anyone with some smaller icons?). git-svn-id: svn://localhost/ardour2/trunk@1257 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-22start using global, 100% generic enum to/from string objectPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1246 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-20reconstruct and use global state commands (mute/solo/rec-enable/meter point)Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1235 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-19save keybindings to file used at startup; allow keybindings file to be ↵Paul Davis
cmdline-specified; remove some GTK2FIX comments; fix feedback based on john anderson's patch; apply scons patches; fix crash when taking MIDI ports online+offline; try to prevent aborts when shutting down due to metering thread; start work on reconstructing GlobalFOOCommand commands; use ftruncate to hint at peakfile preallocation to reduce fragmentation git-svn-id: svn://localhost/ardour2/trunk@1223 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-16session is clean after loading, againPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1218 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-15write session file to alternate name before, then rename; auditioner ↵Paul Davis
defaults to first 2 physical outputs; engine started before loading session, always; clean up handling off input connections and so forth during startup (faster! a bitcd ..); notice new locates while doing older ones; stop engine at shutdown first, not later git-svn-id: svn://localhost/ardour2/trunk@1214 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1209 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-11fix botched-up, half-done code in last commitPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1201 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-11never save more than Config->get_saved_history_depth() undo transactions to ↵Paul Davis
history file git-svn-id: svn://localhost/ardour2/trunk@1200 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-09itsy-bitsy freebsd compatibility fix.Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1199 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-06miscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX WITHIN 18 HOURSPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1192 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-17fixes for MIDI port setup; options editor now sets trace options correctly ↵Paul Davis
(still not saved); MTC now sent immediately after asking for it, not after first stop; add svn_revision.h to avoid compile errors git-svn-id: svn://localhost/ardour2/trunk@1138 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-16track naming patch from brian; slightly modified F11-bug workaround from ↵Paul Davis
brian; undo/redo items in edit menu now show operation to be undone/redone; canvas allocations now handled by an idle handler; region views respond to changes in fade/in/out curves ; undo/redo possible for some fade in/out operations; automation tracks extend to max_frames git-svn-id: svn://localhost/ardour2/trunk@1134 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-09first pass on track mode switch; fixes to dangling region refs after ↵Paul Davis
capture; destroy region menu item removed; small fix to SConstruct for missing C++ case; playlist selection mechanism modified ; new Selection operation added (Add); handle crashing situation with align style change handling caused by recursion git-svn-id: svn://localhost/ardour2/trunk@1099 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-03Fixed template dialog annoyance.Taybin Rutkin
Fixed Location saving in templates. git-svn-id: svn://localhost/ardour2/trunk@1068 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-03move all destructive functionality into SndFileSource as a mode, and drop ↵Paul Davis
DestructiveFileSource; make ardour save changes to destructive-xfade-msecs git-svn-id: svn://localhost/ardour2/trunk@1065 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-02fix unset timeline position for destructive sources; fix duplicate, ↵Paul Davis
unmanaged waveviews being created by a thread race git-svn-id: svn://localhost/ardour2/trunk@1060 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-31massive changes in automation state handling, not entirely complete; some ↵Paul Davis
bug fixes for automation line drawing git-svn-id: svn://localhost/ardour2/trunk@1034 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-26remove StateManager code entirely and more debugging output cruftPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1008 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of ↵Paul Davis
sigc::trackable. NOTE: automation list undo/redo no longer operational, fix to follow git-svn-id: svn://localhost/ardour2/trunk@1007 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-19major changes to Region, AudioRegion, Playlist, AudioPlaylist and Crossfade ↵Paul Davis
state management, to try to fix undo/redo. Not finished, butthe speedups etc. are in place git-svn-id: svn://localhost/ardour2/trunk@993 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-18more object lifetime management fixes, plus a couple of tiny cleanupsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@992 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-17reduce calls to fit_to_pixels(); flip back to old fix for rec regions botch; ↵Paul Davis
executable stack fix; avoid delete this in MementoCommand lifetime management git-svn-id: svn://localhost/ardour2/trunk@988 d708f5d6-7413-0410-9779-e7cbd77b26cf