summaryrefslogtreecommitdiff
path: root/libs/ardour/io.cc
AgeCommit message (Expand)Author
2007-07-06new automation interval configuration variable, to control automation snapsho...Paul Davis
2007-05-08fix numlock-effect on redirect clicks; fix control outs (finally?)Paul Davis
2007-04-26missed SSE patch from mikePaul Davis
2007-02-23fix for #1041, I/O names with colons in themPaul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-26squash the dreaded noise-on-stop of guirja01Paul Davis
2007-01-18Fixed midi controllable state saving/loadingJesse Chappell
2007-01-03* added max peak hold state to IO so that the true held peaks can be displayedJesse Chappell
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
2006-11-06better error message if VST SDK is not installed and neeedPaul Davis
2006-11-02fix unset timeline position for destructive sources; fix duplicate, unmanaged...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-26fix SVN merge SNAFU causing double deletionPaul 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-17fixed double application of gain on tracks/busses with bypassed pannersJesse Chappell
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...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-25the BIG CONFIG patchPaul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-09-05Fix declicking for phase inverted routes by stopping Sampo Savolainen
2006-08-24Just some whitespace fixes from where it looks like I've been workingTim Mayberry
2006-08-08New session dialog fixups:Sampo Savolainen
2006-08-01Moved DataType into it's own class (resolved a name clash on ARDOUR::MIDIDavid Robillard
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
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-20fixes for libsndfile conversion issues, tape track waveform display and overl...Paul Davis
2006-06-15Make signals below -200dB "-inf" in meters.Sampo Savolainen
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-04-10a) moved metering and meter falloff code into libardourPaul Davis
2006-02-20fixed crash potential issues where nframes may be 0Jesse Chappell
2006-02-13one more send zipper fixJesse Chappell
2006-02-13fixed various nasty send issuesJesse Chappell
2006-01-06committed RWlock fixes to libardour. added hw monitoring fixes from nick_m. ...Jesse Chappell
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin