Add column headings and length field to export timespan selector. Fixes #3518.
[ardour.git] / libs / ardour / ardour / session.h
2010-11-04 Carl HetheringtonAdd column headings and length field to export timespan...
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-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-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-26 Carl HetheringtonFix crossfade undo using the stateful diff system....
2010-08-25 Carl HetheringtonSmall cleanups.
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-02 Carl HetheringtonSuspend transport timecode transmission during playhead...
2010-07-30 Carl HetheringtonPut Mackie surface ports into the Ardour tab of the...
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 Davisfirst part of using appropriate .ext extensions for...
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-16 Paul Davisnewly created files for use in recording appear in...
2010-07-14 Carl HetheringtonFix binding of automation list undo records to MIDI...
2010-07-09 Carl HetheringtonRemove some unused transport sub state enums.
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-07 Carl HetheringtonTransmit MTC on playhead drag, as per #3239.
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-07-05 Carl HetheringtonDo MMC on playhead drag more efficiently by not doing...
2010-07-05 Carl HetheringtonFix up route group label updates.
2010-06-29 Carl HetheringtonClean up MMC transmission a bit, and make sure that...
2010-06-28 Carl HetheringtonTweak transmission of MMC on locate. Should fix #3121.
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-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-06-03 Torben Hohnmerge 3.0P into trunk.
2010-05-12 Carl HetheringtonReset buffer stats on stop. Remove unused minimum...
2010-05-09 Carl HetheringtonCreate the session range location as and when the sessi...
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-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-27 Carl HetheringtonMake Session::audible_frame() return a (more) correct...
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-18 Carl HetheringtonMake the session start/end location a single location...
2010-04-13 Paul Davissubstantive change: use the JACK wait API and provide...
2010-04-02 Paul Davis(FULL) not-yet-complete JACK session management patch...
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-03-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2010-03-22 Paul Davisremove near-duplicate session constructor; change names...
2010-03-22 Paul Davisput the issue of using a monitor section into ~/.config...
2010-03-21 Paul Davischange session construction so that the the monitor...
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-03-06 Paul Davisremove the session region list; GUI now represents...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-23 David RobillardFactor out massive code duplication in route creation...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-02-09 Carl HetheringtonSave and not-yet-working restore of StatefulDiffCommands.
2009-12-31 Paul Davisnew PBD::ControllableDescriptor class to encapsulate...
2009-12-29 Paul Daviseditors for control protocols (generalized); editor...
2009-12-28 Paul DavisMIDI binding maps make their debut
2009-12-27 Sakari Bergen- Fix process callbakc handling during export
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-11 Paul Davisswitch to use boost::function for UI::call_slot operati...
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-07 Paul Davisbetter, cleaner, more generic version of real-time...
2009-12-07 Paul Davisfirst pass at end-to-end RT operation request (GUI...
2009-12-06 Taybin RutkinMerged revisions 6293,6296-6306,6308 via svnmerge from
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-12-03 Paul Davismore tweaks to MTC slave code (still not functional...
2009-12-02 Paul Davismore MTC stuff, including toggleable use of torben...
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-30 Paul Davisadd slave,transport and event debugging traces
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
2009-11-29 Carl HetheringtonImplement 2532: option to show tracks with regions...
2009-11-19 Paul Davisadd track/bus now allows specifying aux or direct bus...
2009-11-10 Carl HetheringtonFix uninitialised variable and remove bind of shared_pt...
2009-11-09 Paul Davis90% done with external sync design changes (GUI now...
2009-11-08 Paul Davismonster commit: transport mgmt changes from 2.X (omnibu...
2009-10-30 Paul Davismake 3.0 catch up with transport and other changes...
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-26 David RobillardRemove cyclic Source->Playlist references (and with...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-23 David RobillardSplit butler into separate object (partially, just...
2009-10-23 David RobillardRemove unused Session::butler_mixdown_buffer and Sessio...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-13 Paul Daviswritable session patch, forward ported from 2.X
next