Use ISC license for RDFF (same idea, MIT style, just prettier).
[ardour.git] / libs / ardour / session_state.cc
2011-05-16 Paul Davisrename join regions op as combine regions; save and...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-05-04 Carl HetheringtonFix restoration of connections to control surface ports.
2011-05-04 Carl HetheringtonFix problems with sessions being saved as foo.ardour...
2011-04-19 Carl HetheringtonSave route group reorderings in the session file. ...
2011-04-11 Carl HetheringtonMove check for a new session directory being writable...
2011-04-09 Paul Davisremove all use of access(2) (this was done a bit stupid...
2011-03-14 Paul Davismore fun and games with latency compensation, and so...
2011-03-11 Paul Davismake "Flush Wastebasket" operate on the correct directo...
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 HetheringtonCleanup stub files after setup_raid_path has prepared...
2011-02-26 Carl HetheringtonRemove out-of-date and somewhat redundant comment.
2011-02-26 Carl HetheringtonLoad the tempo map before regions so that MIDI region...
2011-02-22 Carl HetheringtonUse commented out (correct) Mute/SoloControllable set_v...
2011-02-20 Carl HetheringtonModify route _processor list set up so that the logic...
2011-02-17 Paul Davismore progress on speakers/vbap etc. etc (still a work...
2011-02-17 Carl HetheringtonMinor cleanups.
2011-02-16 Paul Davisremove some undefined function decls and an unused...
2011-02-14 Paul Davispatches from lincoln to speed up the regionlist and...
2011-02-11 Paul Daviskeep track of the solo mute gain control for MIDI bindi...
2011-02-11 Paul Davisprovide solo mute gain Config parameter as a controllab...
2011-02-10 Paul Davis#ifdef-ize all/most uses of the boost debug hooks API
2011-02-09 Paul Davisset up default speakers in new sessions
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
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-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...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
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 Davisposition+width panning improvements (reverse width...
2010-11-28 Paul Davisadd non-functional meta-controls for 2in/2out panning...
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-25 David RobillardStub implementation of LV2 persist extension.
2010-11-19 Paul Davisnon-crashing (but also non-functional) integration...
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-11-09 Paul Davisinitial pass at a missing file dialog and "relocatable...
2010-10-07 Carl HetheringtonRespond to JACK session quit request. Fixes #3491.
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-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-17 Paul Davisforward port 2.X changes up to and including rev 6909
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-22 Paul Davisfirst part of using appropriate .ext extensions for...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-16 Carl HetheringtonRemove unused full parameter to Region::state
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-08 Carl HetheringtonTrim midi++ port code to either do in or out, but not...
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-07-05 Carl HetheringtonFix up route group label updates.
2010-07-03 Carl HetheringtonFix up my previous buggy MMC cleanup.
2010-07-01 Paul Davisfix assumption that Session::_mmc != 0
2010-06-29 Paul Davisallow zero-length SMF files on disk again; fix some...
2010-06-29 Carl HetheringtonClean up MMC transmission a bit, and make sure that...
2010-06-24 Paul Davischange note colors on the fly, to permit user-definitio...
2010-06-24 Paul Davisadd and use Source::empty() since it can be done more...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-23 Paul Davisuse new Source::used() rather than SessionPlaylists...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-06-21 Paul Davisfix some warnings that come from a non-debug build...
2010-06-12 Paul Davisintroduce the notion that note additions and property...
2010-06-02 Torben Hohnadd -P flag to the session command return value.
2010-06-02 Torben Hohnadd -P flag blocking port connections while loading...
2010-06-02 Torben Hohnreenable loading of a statefile specified at commandline
2010-06-02 Torben Hohnadd template support to jack-session code. and also...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
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 Davislots of odds and ends to do with solo isolate and its GUI
2010-04-27 Carl HetheringtonMake Session::audible_frame() return a (more) correct...
2010-04-27 Carl HetheringtonRemove some debug code.
2010-04-22 Torben Hohnfix session loading
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-18 Carl HetheringtonSmall cleanup.
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-03 Paul Davismeter point restore handling, and related matters
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-25 Paul Daviswould you look at that! all those changes just to make...
2010-03-24 Paul Davisremove XML constructors for Route, Track, AudioTrack...
2010-03-23 Paul Davisdon't set _is_new=false too early when creating a new...
2010-03-22 Paul Davisremove near-duplicate session constructor; change names...
2010-03-13 Paul Davis"Ardour" -> PROGRAM_NAME change for libardour and setup...
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 Davisthe mega-properties/SequenceProperty patch. split is...
next