Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / ardour / session.h
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davis(1) push a locate all the way through the processing...
2011-05-26 Paul Davismove session file storage of nested sources from playli...
2011-05-22 Paul Davisbasic uncombining (no post-facto region trimming)
2011-05-13 Paul Davisinitial volley of work for AudioPlaylistSource, the...
2011-05-04 Carl HetheringtonFix problems with sessions being saved as foo.ardour...
2011-05-02 Carl HetheringtonFactor out stop limit computation into its own method...
2011-04-20 Carl HetheringtonA few comments.
2011-04-19 Carl HetheringtonSave route group reorderings in the session file. ...
2011-03-20 Paul Davisfixup auto-connection of new MIDI tracks and MIDI track...
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-14 Paul Davismore fun and games with latency compensation, and so...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-09 Paul Davisadd new concept for managing alignment style (AlignChoi...
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-01 Paul Davisimprove, cleanup, rationalize Session::cleanup_sources...
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
2011-02-27 Carl HetheringtonAllow naming of new tracks/busses in the add route...
2011-02-17 Carl HetheringtonTrim some duplicate code.
2011-02-17 Paul Davismore progress on speakers/vbap etc. etc (still a work...
2011-02-16 Paul Davisremove some undefined function decls and an unused...
2011-02-15 Paul Davispart two of new JACK latency API support - should fix...
2011-02-14 Paul Davispatches from lincoln to speed up the regionlist and...
2011-02-11 Paul Davisprovide solo mute gain Config parameter as a controllab...
2011-02-07 Carl HetheringtonPrevent various things from stopping the transport...
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2011-01-19 Carl HetheringtonFix undo nesting.
2011-01-19 Carl HetheringtonRemove unused code.
2011-01-08 Carl HetheringtonMake Route Group dialog instant-apply. Disallow identi...
2011-01-05 Carl HetheringtonRemove direct busses so that all busses have internal...
2011-01-04 Carl HetheringtonSend full MTC messages every 1/4 of a second when quart...
2011-01-03 Carl HetheringtonStop QF messages when transport speed is out of range...
2011-01-03 Carl HetheringtonCope with non-unity transport speed when sending MTC.
2010-12-30 Paul Davischange Session::convert_to_frames_at() to Session:...
2010-12-29 Carl HetheringtonAdd options to add sends from buses as well as tracks...
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-02 Carl HetheringtonA few type fixes.
2010-12-01 Carl HetheringtonRemove some thought-to-be-useless volatile qualifiers.
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-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 Davisone step closer to working vbap panning
2010-11-25 David RobillardStub implementation of LV2 persist extension.
2010-11-19 Paul Davisnon-crashing (but also non-functional) integration...
2010-11-09 Paul Davishandle multiple imports of the same file better (via...
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-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...
next