fix merge with master
[ardour.git] / libs / ardour / ardour /
2013-10-31 Paul Davisfix merge with master
2013-10-28 Paul Davisfix thinko in declaration of ARDOUR::PortEngine::get_po...
2013-10-28 Paul DavisMerge branch 'master--optional-external-libs' of https...
2013-10-28 Nils Philippsenallow linking unbundled versions of some libraries
2013-10-25 Paul DavisMerge branch 'ordering_fixup' of https://github.com...
2013-10-23 Paul Davisfix MMC
2013-10-23 nick_mNew routes are placed after highest selected route.
2013-10-22 Robin Gareusinitialize plugin param descriptor struct
2013-10-22 Paul Davismerge from master
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-22 Paul DavisMerge branch 'miscfix' of https://github.com/mojofunk...
2013-10-22 Robin Gareushonor LV2 units:midiNote: display Note name instead... 3.5.14
2013-10-21 Paul Davisfix issues with recording while synced to JACK (non...
2013-10-21 Paul Davisadd default sample rate and buffer size methods to...
2013-10-20 nick_mUnify editor / mixer ordering.
2013-10-18 Paul DavisMerge branch 'master' into cairocanvas
2013-10-18 Paul Davisfix missing Click outputs for new sessions
2013-10-17 Paul Davismerge with master and fix 2 conflicts
2013-10-14 Paul Davisadd a back-pointer to the owner of a Processor
2013-10-12 Paul Davisadapt AudioEngine to new AudioBackend API
2013-10-12 Paul Davisslightly change AudioBackend API to allow specifying...
2013-10-11 Tim MayberryAdd AudioEngine::set_default_backend
2013-10-10 Paul Davisadd API to get current MIDI option from an audio/MIDI...
2013-10-10 Paul Davisadd API to AudioBackend to allow discovery of possible...
2013-10-08 Paul Davisrestore jack timebase master and jack session callback...
2013-10-08 Paul Davisuse AudioEngine destructor to do necessary stuff when...
2013-10-08 Paul Davischange return type on ARDOUR::cleanup() since nobody...
2013-10-04 Paul DavisMerge branch 'audiothreads' of https://github.com/mojof...
2013-10-04 Tim MayberryMove processing thread list from ARDOUR::Graph into...
2013-10-04 Tim MayberryAdd AudioBackendThread class to support different threa...
2013-10-02 Paul Davisfix up crash caused by changes in object creation order...
2013-09-25 Paul Davisfix up enum mess caused by switching from JACK to Engin...
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-20 Paul Davisrather hacky fix for the change of the SyncSource ...
2013-09-19 Paul Davisswitch from JACK_Slave to Engine_Slave
2013-09-18 Paul DavisMerge branch 'master' into cairocanvas
2013-09-18 Paul Davissubstantive changes to allow the audio/MIDI setup dialo...
2013-09-17 Paul DavisMerge branch 'master' into cairocanvas
2013-09-16 Paul Davismore session construction order changes, and removal...
2013-09-14 Paul DavisMerge branch 'master' into cairocanvas
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-13 Paul DavisMerge branch 'master--arm' of https://github.com/nphili...
2013-09-13 Paul Davisuse visibility control on JACK audio backend, so that...
2013-09-13 Paul Davischange inheritance so that an AudioBackend IS-A PortEngine
2013-09-12 Paul Davisdon't stop metering thread when session is removed...
2013-09-12 Paul Davislots of changes to auto-start (and stop) the backend...
2013-09-12 Paul Davisadd AudioBackendNativeThread to serve the same role...
2013-09-11 Paul Davismake use of measured latency values to set dialog contr...
2013-09-11 Paul Davismore tweaks to latency measurement
2013-09-11 Paul Davisbasic functionality for hardware latency measurement
2013-09-10 Paul Davismany changes relating to session construction and audio...
2013-09-10 Paul Davismove control app launching back into audio backend...
2013-09-09 Paul Davislaunching control app is now responsibility of ardour...
2013-09-09 Paul Davisinitial work on adding access to h/w control apps when...
2013-09-09 Paul Davisadd can_change_{sample_rate,buffer_size}_while_running...
2013-09-09 Paul Davismove engine dialog from a widget to an actual dialog...
2013-09-07 Paul Davismove JACK audio backend to its own folder and adjust...
2013-09-06 Paul Davisadd support in JACK backend for specifying number of...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-06 Paul Davisfix a problem creating and displaying connected status...
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-04 Paul Davisrename interface_ stuff in the engine dialog to device_...
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-29 Robin Gareusupdate external plugin UI handling
2013-08-24 Tim Blechmannexport: add support for CAF
2013-08-14 Paul DavisMerge branch 'master' into cairocanvas
2013-08-14 Paul Davisfix merge issues with master
2013-08-14 Paul Davisremove JACK midi system stuff from jack_utils, because...
2013-08-14 Paul Davisdon't bother with old MIDI port data in ardour.rc
2013-08-14 Paul Davissave and restore all ardour-owned MIDI ports
2013-08-13 Paul Davisfixes to get MTC (and probably MIDI clock) slaving...
2013-08-13 Tim MayberryChange ARDOUR::init return type to bool type for succes...
2013-08-10 Robin GareusMerge branch 'master' into ccmerge
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-09 Paul Davisremove use of jack_get_time() from ARDOUR::get_microsec...
2013-08-09 Paul Davismore purging of JACK as an explicit name from libardour
2013-08-09 Paul Davisremove another naming that refers to JACK
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 Davisrationalize (a bit) engine start/stop/restart so that...
2013-08-08 Robin Gareusfix no-roll LTC encoder, honor locates when transport...
2013-08-08 Robin Gareusmake master-meter in toolbar optional
2013-08-08 Robin Gareusadvance track's play-position even if processing is...
2013-08-08 Robin Gareuson session-load: skip output-change-handler until IOs...
2013-08-08 Robin Gareusdisallow invalid port-removal
2013-08-08 Michael FisherRevamp clock processing so it uses an internal frame...
2013-08-08 Michael Fisher- Send position data from internal position class
2013-08-08 Michael FisherMIDI Clock - Shuffling locate code (not actually used...
2013-08-08 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-08 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-08-08 Robin Gareususe dedicated buffers for route (and track)
2013-08-08 Michael FisherMoving Mclk locating code to ticker.cc. Housekeeping
2013-08-08 Michael FisherAdd method to send a song position pointer message
2013-08-08 Robin Gareusadd option to resize meterbridge track-labels
2013-08-08 Robin Gareuschange default meter-fall-off to 13.3 dB/sec
2013-08-08 Robin Gareusadd dedicated line-up level for IEC1/DIN meter (15dbFS)
2013-08-08 Robin Gareusmake LED meter style optional
2013-08-08 Robin GareusDon't allow to deactivate meter.
2013-08-08 Robin Gareusadd "0VU = +8dBu" VU meter config
next