summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2011-01-19Fix undo nesting.Carl Hetherington
2011-01-19Remove unused code.Carl Hetherington
2011-01-04Send full MTC messages every 1/4 of a second when quarter-frame messages are ...Carl Hetherington
2011-01-03Stop QF messages when transport speed is out of range, and re-start them prop...Carl Hetherington
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington
2010-12-09Allow trim of midi regions to before the start of the source (better, this ti...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-01Re-expose timecode offset in the session option editor.Carl Hetherington
2010-12-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused timecode offset stuff.Carl Hetherington
2010-11-29position+width panning improvements (reverse width now works); relabel pan au...Paul Davis
2010-11-28add non-functional meta-controls for 2in/2out panning, to control direction+w...Paul Davis
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-11-25Stub implementation of LV2 persist extension.David Robillard
2010-11-19non-crashing (but also non-functional) integration of VBAP with panner "archi...Paul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-09initial pass at a missing file dialog and "relocatable" source files. lots mo...Paul Davis
2010-10-07Respond to JACK session quit request. Fixes #3491.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6909Paul Davis
2010-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-22first part of using appropriate .ext extensions for the current chosen native...Paul Davis
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2010-07-16Remove unused full parameter to Region::stateCarl Hetherington
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-07-08Move MIDI control port ownership into the MIDI Manager, since control port st...Carl Hetherington
2010-07-08Trim midi++ port code to either do in or out, but not both in the same object.Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-07-05Fix up route group label updates.Carl Hetherington
2010-07-03Fix up my previous buggy MMC cleanup.Carl Hetherington
2010-07-01fix assumption that Session::_mmc != 0Paul Davis
2010-06-29allow zero-length SMF files on disk again; fix some gcc 4.X optimization-on c...Paul Davis
2010-06-29Clean up MMC transmission a bit, and make sure that it is all done from one t...Carl Hetherington
2010-06-24change note colors on the fly, to permit user-definition of colors more easil...Paul Davis
2010-06-24add and use Source::empty() since it can be done more efficiently than length...Paul Davis
2010-06-24GUI-created MIDI regions now steal the pending MIDISource from the track's di...Paul Davis
2010-06-23use new Source::used() rather than SessionPlaylists::source_use_count() to de...Paul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-06-21fix some warnings that come from a non-debug build, some of which are actuall...Paul Davis
2010-06-12introduce the notion that note additions and property changes can cause the r...Paul Davis
2010-06-02add -P flag to the session command return value.Torben Hohn
2010-06-02add -P flag blocking port connections while loading sessionTorben Hohn
2010-06-02reenable loading of a statefile specified at commandlineTorben Hohn
2010-06-02add template support to jack-session code. and also generate timestamped nameTorben Hohn