Add "session rate" as a possible sample rate for export formats
[ardour.git] / libs / ardour / session.cc
2010-12-11 Carl HetheringtonComment a few things and add missing process lock when...
2010-12-10 Carl HetheringtonStop bounce / freeze on tracks that have more outputs...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-01 Carl HetheringtonRe-expose timecode offset in the session option editor.
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-11-29 Paul Davisremove using boost::shared_ptr stuff from session.cc
2010-11-28 Carl HetheringtonFix non-update of session range marker in some cases.
2010-11-26 Carl HetheringtonHandle unknown plugins on loading sessions by hiding...
2010-11-26 David RobillardFix more broken indentation (whitespace changes only).
2010-11-26 Paul Davisadd two process lock calls where some port connecting...
2010-11-26 Paul Davisone step closer to working vbap panning
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-21 Carl HetheringtonThought-to-be-fix for #2794; fix route process order...
2010-11-19 Paul Davisnon-crashing (but also non-functional) integration...
2010-11-09 Paul Davismissing dialog cleanups and logic improvements
2010-11-09 Paul Davishandle multiple imports of the same file better (via...
2010-11-09 Paul Davisadd "origin" property to FileSource so that we can...
2010-11-09 Paul Davisalways store source names as relative paths; always...
2010-11-09 Paul Davisinitial pass at a missing file dialog and "relocatable...
2010-10-27 Carl HetheringtonDon't strip suffixes twice from peakfile names, otherwi...
2010-10-07 Carl HetheringtonRemove debug code from previous.
2010-10-07 Carl HetheringtonUpdate auto loop range to match session range until...
2010-10-07 Carl HetheringtonRespond to JACK session quit request. Fixes #3491.
2010-09-23 Carl HetheringtonFix implicit cast of framepos_t to nframes_t. Fixes...
2010-09-21 Carl HetheringtonRevert previous commit, adding comment as to why.
2010-09-21 Carl HetheringtonPatch from Lincoln: don't save state on starting record...
2010-09-20 Paul Davisregion list displays actual playlist use count for...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-09-01 Carl HetheringtonFix uninitialised value.
2010-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
2010-08-30 Paul Davisminor tweaks
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-25 Carl HetheringtonSmall cleanups.
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6767
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-08-04 Carl HetheringtonFix SNAFU with auto-connect. Fixes #3379.
2010-08-02 Carl HetheringtonSuspend transport timecode transmission during playhead...
2010-08-01 Carl HetheringtonFixes to MIDI ports in the matrix.
2010-08-01 Carl HetheringtonFix up mistake in session bundle generation.#
2010-07-28 Carl HetheringtonTrim get_nth_physical port methods.
2010-07-28 Carl HetheringtonAdd session MIDI bundles to enable connection of MIDI...
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-22 Paul Davisremove a bunch of uses of long (mostly replaced by...
2010-07-22 Paul Davissecond (and hopefully) final part of changes to respond...
2010-07-22 Paul Davisfirst part of using appropriate .ext extensions for...
2010-07-21 Paul Davisfix up file renaming code a little bit
2010-07-21 Carl HetheringtonSort tracks in the port matrix according to editor...
2010-07-20 Carl HetheringtonProperly fix auto-connect so that busses can still...
2010-07-19 Carl HetheringtonDon't auto-connect busses to hardware inputs. Fixes...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-14 Carl HetheringtonFix track lifetime wrt graph. Fixes #3251.
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-07-06 Carl HetheringtonRemove non-JACK midi++ ports.
2010-07-05 Carl HetheringtonFix up route group label updates.
2010-07-03 Carl HetheringtonFix up my previous buggy MMC cleanup.
2010-07-02 Paul Davisa few more if (_mmc) tests
2010-06-30 Carl HetheringtonBasic tweaks to make the bundles and the port matrix...
2010-06-29 Carl HetheringtonClean up MMC transmission a bit, and make sure that...
2010-06-24 Paul Davisclear activation_sets component of Graph, thus restorin...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-06-21 Carl HetheringtonStop attempts to connect new MIDI tracks to bad ports...
2010-06-16 Paul Davisprevent removal of master/monitor busses without explic...
2010-06-03 Torben Hohnmove route_graph->rechain( r ); into Session::resort_ro...
2010-06-03 Torben Hohn[3.0P] dont dump chain(1) in session.cc
2010-06-03 Torben Hohnmerge 3.0P into trunk.
2010-05-09 Carl HetheringtonCreate the session range location as and when the sessi...
2010-05-09 Carl HetheringtonReset both IO names rather than just one when setting...
2010-05-06 Paul Davisprolooks helper code from hans, enabling new knob drawi...
2010-05-06 Paul Davislots of odds and ends to do with solo isolate and its GUI
2010-05-05 Paul Davismake "exclusive solo" apply to listen as well as SiP
2010-05-05 Paul Davisrename latched solo option and reverse its meaning...
2010-05-05 Paul Davisbetter handling of the inverse-push of solo-by-upstream...
2010-05-04 Paul Davisremove muted-by-others, a concept that turns out to...
2010-05-03 Paul Davisthe great solo model simplification (without much code...
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2010-04-28 Paul Davismore solo/mute architecture work. NOTE: changes to...
2010-04-27 Paul Davisadd muted-by-other concept to solo support infrastructure
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-27 Carl HetheringtonRevert my revision 6996, which was wrong. Sources...
2010-04-27 Carl HetheringtonMake Session::audible_frame() return a (more) correct...
2010-04-26 Carl HetheringtonMake Session listen to DropReferences from Sources...
2010-04-21 Carl HetheringtonDon't try to load separate diskstreams in 3.0 session...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-19 Paul Davispermanently mark Delivery processors on master/monitor...
2010-04-18 Carl HetheringtonMake the session start/end location a single location...
2010-04-14 Carl HetheringtonPrevent crash in pool destruction during session teardown.
2010-04-13 Paul Davissubstantive change: use the JACK wait API and provide...
2010-04-12 Paul Davisalignment/capture/positioning changes ported from 2.X
2010-04-06 Paul DavisMIDI/Controllables for monitor section, and related...
2010-04-01 Paul Davisfix save+restore of Gtkmm2ext::Tearoff state; a few...
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-03-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
next