summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2007-09-27silly meDoug McLain
2007-09-27typo fixDoug McLain
2007-09-26GUI control over saved and in-memory history depthPaul Davis
2007-09-25Correct version number variable names to be in sync with the new scons Sampo Savolainen
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ...Paul Davis
2007-09-02limited history depth (no GUI yet); more work on import dialog and semanticsPaul Davis
2007-08-06fix resetting MMC send + recv IDPaul Davis
2007-08-04avoid multiple backups of 0.99 session statePaul Davis
2007-08-04use all-call default for MMC send ID, and correct parameter names in session ...Paul Davis
2007-08-04separate MMC ID's for send + receivePaul Davis
2007-06-012nd stage of denormal handling (from trunk); fix to avoid FLAC support when u...Paul Davis
2007-05-15correctly manage video sync state (2.0 branch)Paul Davis
2007-04-28changed redirect automation line colors to be more visible in default theme. ...2.0Jesse Chappell
2007-04-23different name for old-session-format copied file, so that 0.99 can always lo...Paul Davis
2007-04-20resurrected the periodic safety backup. defaults to 120 second interval betw...Jesse Chappell
2007-04-15Added the session resampler which now should work for 2.0 sessions and Sampo Savolainen
2007-04-09Correct the usage of realpath() in cleanupSampo Savolainen
2007-04-07replaced canonicalize_file_name with realpath, which is available.Jesse Chappell
2007-04-06This one is for Ari Koivunen! Fixed ardour cleaning up used sources Sampo Savolainen
2007-04-06don't let auditioning make transport buttons inaccessible; delete/rename snap...Paul Davis
2007-03-25Send MMC/MTC options will stick now, and prevent the engine from messing Sampo Savolainen
2007-03-20do not start transport on first locate if auto-play is on; wait till GUI says...Paul Davis
2007-03-04commit for cleanup bug that affects both old and new sessionsPaul Davis
2007-02-26fix for #1503, crash on new session in write-protected dirPaul Davis
2007-02-25prevent inadvertent "sounds" dir from 0.99 from confusing 2.0Paul Davis
2007-02-23fix timestretch naming issue, #1501Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-22Fixed for prior unused file cleanup.Taybin Rutkin
2007-02-20make MMC work again, make tracing MIDI input work again, add GUI control for ...Paul Davis
2007-02-19remote control IDs follow editor/mixer view order; fix multiple display of di...Paul Davis
2007-02-15This creates an export direcory for new sessions. The export dialog will als...Doug McLain
2007-02-05use SilentFileSource when sources cannot be foundPaul Davis
2007-02-02prevent state saving when disconnected from JACKPaul Davis
2007-01-18Fixed midi controllable state saving/loadingJesse Chappell
2007-01-12fix for missing slave state restore at session load, etcPaul Davis
2007-01-05an actual fix for that last claim re: a buglet that used the wrong directory ...Paul Davis
2007-01-05actually fix cleanup design, plus buglet that used the wrong directory to sto...Paul Davis
2007-01-04copy older versions of the session file, fix up ardev to work again using %VE...Paul Davis
2007-01-03do proper install on x86_64 system, remove stupid debuggig code from panner, ...Paul Davis
2007-01-03massive changes to clean up what happens during session destruction when an e...Paul Davis
2007-01-02General SMPTE fixes mostly relating to non-integer frame rates. Please Test. ...Nick Mainsbridge
2006-12-22start using global, 100% generic enum to/from string objectPaul Davis
2006-12-20reconstruct and use global state commands (mute/solo/rec-enable/meter point)Paul Davis
2006-12-19save keybindings to file used at startup; allow keybindings file to be cmdlin...Paul Davis
2006-12-16session is clean after loading, againPaul Davis
2006-12-15write session file to alternate name before, then rename; auditioner defaults...Paul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-12-11fix botched-up, half-done code in last commitPaul Davis
2006-12-11never save more than Config->get_saved_history_depth() undo transactions to h...Paul Davis
2006-12-09itsy-bitsy freebsd compatibility fix.Sampo Savolainen