summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2007-06-26* Added (let's call it revealed) ability to record while the transport is loo...Jesse Chappell
2007-05-18allow diskstream deletion after a track is removed by using weak_ptr<Diskstre...Paul Davis
2007-04-20resurrected the periodic safety backup. defaults to 120 second interval betw...Jesse Chappell
2007-04-18fix dangling jack_client_t* in JACK_Slave when disconnecting+reconnecting to ...Paul Davis
2007-04-06don't let auditioning make transport buttons inaccessible; delete/rename snap...Paul Davis
2007-03-20do not start transport on first locate if auto-play is on; wait till GUI says...Paul Davis
2007-03-16fix errors in multi-range export (and possibly other export styles); compiler...Paul Davis
2007-03-16a much better fix for track-add crashes, albeit slightly more complexPaul Davis
2007-03-16possible fix for crash while adding new tracksPaul Davis
2007-03-15edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix bui...Paul Davis
2007-03-14veclib implementation of find_peaks().Taybin Rutkin
2007-03-13Added a xmmintrin.h based SSE function find_peaks(). Needs polishing as Sampo Savolainen
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-02-25prevent inadvertent "sounds" dir from 0.99 from confusing 2.0Paul Davis
2007-02-20make MMC work again, make tracing MIDI input work again, add GUI control for ...Paul Davis
2007-02-19make transport buttons and shuttle controller work with MIDI CC'sPaul 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-14merge r1449 from surfaces branch to include mackie surface and tranzport upda...John Anderson
2007-02-11This one's for oofus: optionally show solo mute status (FEATURE FREEZE my ass!)Paul Davis
2007-01-18Fixed midi controllable state saving/loadingJesse Chappell
2007-01-08save and restore clock modesPaul Davis
2007-01-05actually fix cleanup design, plus buglet that used the wrong directory to sto...Paul Davis
2007-01-05use dynamic bitsets for send + port insert naming; fix up ardev, arval etc mo...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-21use ustring more; handle embedding of "paired" files as per mantis #1362Paul 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-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-11-16track naming patch from brian; slightly modified F11-bug workaround from bria...Paul Davis
2006-11-13remove almost everything from region editor, make popup menu more useful and ...Paul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-11-03Fixed template dialog annoyance.Taybin Rutkin
2006-11-02remove broken loop button behaviour, and don't remove start+end markers when ...Paul Davis
2006-10-26remove StateManager code entirely and more debugging output cruftPaul Davis
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of sigc::tracka...Paul Davis
2006-10-12fixes for meter thread using free'd member of AudioEngine, audiostreamview ac...Paul Davis
2006-10-11make MementoCommand inherit from sigc::trackable so that we don't double-call...Paul Davis
2006-10-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
2006-10-02fixes for various bugs including dangling ref to route in session, opening se...Paul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-09-29modify design of configuration state saving to reflect discussions on IRCPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-26VST support now builds a useful script and installs correctly; fix leftovers ...Paul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis