allow linking unbundled versions of some libraries
[ardour.git] / libs / ardour / ardour / session.h
2013-10-28 Nils Philippsenallow linking unbundled versions of some libraries
2013-10-23 nick_mNew routes are placed after highest selected route.
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-20 nick_mUnify editor / mixer ordering.
2013-10-18 Paul Davisfix missing Click outputs for new sessions
2013-10-08 Paul Davisrestore jack timebase master and jack session callback...
2013-10-02 Paul Davisfix up crash caused by changes in object creation order...
2013-09-24 Paul Davisadd new static functions to get SR and disk sample...
2013-09-20 Paul DavisMerge branch 'master' of https://github.com/nmains...
2013-09-19 Paul Davisswitch from JACK_Slave to Engine_Slave
2013-09-16 Paul Davismore session construction order changes, and removal...
2013-09-12 Paul Davisdon't stop metering thread when session is removed...
2013-09-10 Paul Davismany changes relating to session construction and audio...
2013-09-09 Paul Davismove engine dialog from a widget to an actual dialog...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-09 Paul Davissplit up session code that uses parts of the JACK API...
2013-08-08 Paul Davisadd methods to queue full MTC and SPP messages, now...
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-04 Robin Gareusfix no-roll LTC encoder, honor locates when transport...
2013-07-31 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-07-30 Paul Davisjack_audiobackend.cc finally compiles
2013-07-30 Robin Gareususe dedicated buffers for route (and track)
2013-07-29 Paul DavisMerge branch 'clang-rebased' of https://github.com...
2013-07-29 Michael FisherAdd method to send a song position pointer message
2013-07-25 Paul Davismost of libardour now actually compiles
2013-07-10 Robin GareusRevert "show track-ID in mixer" and "...towards unique...
2013-07-10 Robin Gareus...towards unique track numbers.
2013-04-09 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-04-08 Robin Gareusadd session save signal and hook-up videotimeline
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-04-02 Paul Davisfix #5424: routes created from templates do not get...
2013-04-01 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-03-31 Roy Vegard OvesenMake sure every imported file is copied to the session...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-27 Robin Gareusvtl: video sets session start/end markers.
2013-03-04 Paul Davismake notice about mismatched session/ardour versions...
2013-03-02 Robin Gareusfix MTC slave+generator for non integer quarter_frame_d...
2012-12-14 Paul Davismerge robin gareus' libltc into ardour source tree...
2012-12-06 Paul Davisvarious fixes for exporting, including correct handling...
2012-12-04 Paul Davisdramatically speed up the addition of large numbers...
2012-11-13 Robin Gareusimplement TC offset for slave&generator.
2012-11-13 Paul Davisadd alt-i as a binding in both the editor and mixer...
2012-11-13 Robin Gareuscomplete r13404 - use double for timecode fps.
2012-11-09 Robin GareusLTC encoder: fix signal polarity
2012-10-29 Paul Davischange is the only constant
2012-10-28 Robin GareusLTC (slave&gen): no reset on graph-change
2012-10-26 Robin GareusLTC generator - reinit on xrun or graph-reorder
2012-10-26 Robin GareusLTC Slave - re-init on xrun or graph change
2012-10-26 Robin Gareusprevent raptor attacks on Ardour's lead developer.
2012-10-25 Paul Davismove ownership of LTC I/O ports to Session, and manage...
2012-10-23 Robin GareusLTC generator update
2012-10-21 Robin Gareusadd LTC generator
2012-10-17 Paul Davispatch from robin to fix where the transport start occur...
2012-10-12 Paul Davistweaks to be ready for more information timecode displa...
2012-10-11 Paul Davismove the external sync source selection tobe a global...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-19 Paul Davismore work on RID and editor/mixer order matching; when...
2012-06-28 Paul Davisfurther efforts at cleaning up the design of the intera...
2012-06-27 Paul Davisfirst pass at the big rethink of managing sort order...
2012-06-26 Carl HetheringtonRemove unused named selection / chunk code.
2012-06-26 Carl HetheringtonFix some oddities with playhead movement when locating
2012-06-25 Paul Davisdrastic rethink of the relationship between remote...
2012-06-22 Paul Davisintroduce the idea of a "default transport speed",...
2012-06-22 Paul Davisfix reset of transport speed when seamless looping...
2012-06-22 Paul Davisprovide an easier way to add mixed (audio+MIDI) tracks...
2012-06-20 Carl HetheringtonDeclick before the end of seamless loops, not after...
2012-06-20 Carl HetheringtonComment declick stuff a bit, and fix confusing use...
2012-06-13 Carl HetheringtonAdd operation_in_progress() method.
2012-06-12 Carl HetheringtonHandle failure of statfs to return available disc space...
2012-06-11 Carl HetheringtonMake send automation work (#4734).
2012-06-09 Carl HetheringtonRename import_audiofiles -> import_files.
2012-06-08 Carl HetheringtonNo-op; some comments, remove some unused stuff, minor...
2012-06-06 Carl HetheringtonRemove some unused code.
2012-04-18 Ben Loftisadd User metadata. user metadata is edited from the...
2012-04-11 Carl HetheringtonRemove some unused parameters.
2012-03-15 Paul Davisradically rethink export/bounce/freeze code design...
2012-03-07 Carl HetheringtonPatch from colinf to fix auto-connect of bus outputs...
2012-02-06 Paul Davisattempt to stop sending MMC/MTC while exporting or...
2012-02-02 Paul Davisadd a way to create a new MIDI track with an instrument...
2012-01-30 Carl HetheringtonAdd aux sends at the position that the menu was opened...
2012-01-28 David RobillardUse new Lilv state API to save LV2 plugin state.
2012-01-27 Paul Davisrestore independent gain control over click/metronome
2012-01-27 Paul Davisrework design of midi clock ticker to avoid expensive...
2012-01-25 Paul Davisan improvement to the previous patch to catch up with...
2012-01-25 Paul Davisfix #4405, by explicitly cancelling solo when a route...
2012-01-18 Paul Davisfix two major assert failures arising from the optional...
2012-01-18 Paul Davismake monitor section an optional feature than can be...
2012-01-14 Carl HetheringtonRemove unused variables.
2012-01-11 Paul Davisfix latency compensation for the click
2011-12-27 Carl HetheringtonRemove some wrongly commited stuff. Sorry\!
2011-12-27 Carl HetheringtonAdd configure option to raise a FP exception when a...
2011-12-26 Carl HetheringtonRemove unused method.
2011-12-23 Carl HetheringtonRemove unused declaration.
2011-12-17 Carl HetheringtonRemove unused code.
2011-12-11 Carl HetheringtonSave templates as directories with plugin state, if
next