fix merge issues with master
[ardour.git] / libs / ardour / ardour /
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-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 Paul Davisadd new files (code based on the old midi++ JACKMidiPort)
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-05 Paul Davisdocument PortEngine API
2013-08-05 Paul Davisadd notion of unavailable devices to ARDOUR::AudioBackend
2013-08-04 Paul Davisstart work on the changes to EngineControl (dialog...
2013-08-04 Robin Gareusfix no-roll LTC encoder, honor locates when transport...
2013-08-03 Robin Gareusmake master-meter in toolbar optional
2013-08-03 Paul Daviscleanup more dangling members of AudioEngine
2013-08-03 Paul Davisfix problem with session exit caused by dangling unused...
2013-08-03 Paul Davisadd tim's jack_utils code to rationalize setup of JACK...
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
2013-08-03 Paul Davisaudioengine branch can now load and run at least one...
2013-08-02 Robin GareusMerge branch 'midiclock' of https://github.com/axetota...
2013-08-02 Robin Gareuson session-load: skip output-change-handler until IOs...
2013-08-02 Robin Gareusdisallow invalid port-removal
2013-08-02 Michael FisherRevamp clock processing so it uses an internal frame...
2013-08-02 Michael Fisher- Send position data from internal position class
2013-08-02 Michael FisherMIDI Clock - Shuffling locate code (not actually used...
2013-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-01 Paul Davisstart code reorganization needed to deal with backend...
2013-08-01 Paul Davisfull compilation and linking (coding not finished,...
2013-07-31 Paul Davismore stuff compiles
2013-07-31 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-07-31 Paul Davisremove compile errors (still will not link and JACKPort...
2013-07-30 Paul Davisjack_audiobackend.cc finally compiles
2013-07-30 Robin Gareususe dedicated buffers for route (and track)
2013-07-30 Paul Davissmall steps toward getting this all working - add new...
2013-07-29 Paul DavisMerge branch 'clang-rebased' of https://github.com...
2013-07-29 Michael FisherMoving Mclk locating code to ticker.cc. Housekeeping
2013-07-29 Michael FisherAdd method to send a song position pointer message
2013-07-29 Robin Gareusadd option to resize meterbridge track-labels
2013-07-28 Robin Gareuschange default meter-fall-off to 13.3 dB/sec
2013-07-28 Robin Gareusadd dedicated line-up level for IEC1/DIN meter (15dbFS)
2013-07-28 Robin Gareusmake LED meter style optional
2013-07-25 Paul Davismost of libardour now actually compiles
2013-07-25 Robin GareusDon't allow to deactivate meter.
2013-07-24 Paul Davispart-way through getting the audioengine changes to...
2013-07-24 Paul Davismore miscellaneous changes for audioengine, all of...
2013-07-24 Paul Davispre-initial version of AudioBackend API (still under...
2013-07-24 Paul Davischanges to audioengine.h
2013-07-24 Paul Davisinch-like progress on defining the API for AudioBackend...
2013-07-23 Robin Gareusadd "0VU = +8dBu" VU meter config
2013-07-23 Robin Gareuschange default VU mode to "0VU = +4dBu (standard)"
2013-07-23 Robin Gareusimplement meter-lineup and VU standard preferences
2013-07-22 Robin Gareusrestore session backwards compatibility to 3.3
2013-07-22 Robin Gareusimplement new meter types
2013-07-22 Robin GareusRevert "Revert new meter types (postponed until after...
2013-07-15 Robin GareusRevert new meter types (postponed until after 3.3 release)
2013-07-15 Robin Gareusadd VU and IEC meter DSP (from jmeters)
2013-07-10 Robin GareusRevert "show track-ID in mixer" and "...towards unique...
2013-07-10 Robin Gareusremove unique track number from meterbridge
2013-07-10 Robin Gareusdisable number display on meterbridge by default
2013-07-10 Robin Gareususe accurate log10 for meter (fast_log2 is unsuitable...
2013-07-10 Robin Gareusshow track-ID in mixer
2013-07-10 Robin Gareusnumber/name on meterbridge
2013-07-10 Robin Gareus...towards unique track numbers.
2013-07-10 Robin Gareusallow to include solo,mute buttons on meterbridge
2013-07-10 Robin Gareusshare meter-type among meter instances.
2013-07-10 Robin Gareusprepare meter type unification
2013-07-10 Robin Gareusremember meter type with session
2013-07-10 Robin Gareusexperimental RMS-meter and peak-signal (vs peak-power...
2013-07-10 Robin Gareusmeter line-up and fall-off standard values & names
2013-07-10 Robin Gareuspeak-indicator threshold configuration
2013-07-10 Robin Gareusprepare meter configuration..
2013-07-10 Robin Gareusadd options to show/hide master and midi tracks;; hide...
2013-07-10 Robin Gareussession property - include busses in meterbridge
2013-07-10 benadd lib/LV2 path akin to lib/surfaces, to allow bundlin...
2013-06-23 Robin GareusMerge branch 'radiosrb' of https://github.com/adiknoth...
2013-06-22 Colin FletcherFurther Freesound import tweaks.
2013-06-21 Colin FletcherAdd config variable for Freesound download folder location.
2013-06-16 Robin Gareusremove executable mode-bit from files
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-05 Paul DavisMerge branch 'master' of https://github.com/johnwpolive...
2013-06-05 Paul DavisMerge branch 'patch-1' of https://github.com/globin...
2013-06-02 Robin Gareushonor LV2 rsz:minimumSize for Atom Event buffers
2013-05-26 Sakari BergenRemove special handling of session range in export...
2013-05-19 Robin GareusForward midi feedback from LV2 plugins and allow to...
2013-05-01 Paul DavisMerge branch 'license-fix' of https://github.com/adikno...
2013-04-29 Paul DavisRevert "fix LXVST support for plugins that make audioMa...
2013-04-15 Robin GareusRevert "option to ignore feedback detection - /i know...
2013-04-15 Robin Gareusoption to ignore feedback detection - /i know what...
2013-04-11 Robin Gareusenable videotimeline by default
2013-04-10 Paul Davisfix LXVST support for plugins that make audioMaster...
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
next