summaryrefslogtreecommitdiff
path: root/libs/ardour/panner.cc
AgeCommit message (Expand)Author
2007-07-06new automation interval configuration variable, to control automation snapsho...Paul Davis
2007-04-06modified fix from carl for region copy-moves-original-to-start bug; change ve...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-18Fixed midi controllable state saving/loadingJesse Chappell
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
2006-11-16track naming patch from brian; slightly modified F11-bug workaround from bria...Paul Davis
2006-10-31support for old-school automation loadingPaul Davis
2006-10-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
2006-10-27new automation state model, sort of working, but not reallyPaul Davis
2006-10-27restore compilability amidst automation state mgmt changesPaul 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-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-10A few minor warning fixesDavid Robillard
2006-08-01Fixed floating point resolution in saved state issue. Fixed OS X vector max ...Jesse Chappell
2006-07-19Removed unused midicontrollable.ccTaybin Rutkin
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-02-20fixed crash potential issues where nframes may be 0Jesse Chappell
2006-01-06committed RWlock fixes to libardour. added hw monitoring fixes from nick_m. ...Jesse Chappell
2005-11-29committed fix for cross-endian native wave filesJesse Chappell
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin