...use shared backend function instead
[ardour.git] / libs /
2016-05-18 Robin Gareusmove "needs output port selector" (from pin-dialog...
2016-05-18 Robin Gareusconsolidate add_processor code
2016-05-18 Robin Gareusadd locale guards for export format
2016-05-18 Robin Gareusbypass plugin(s) - not processor (plugin-insert keeps...
2016-05-17 Robin Gareusdowngrade failed history/undo stack to info message
2016-05-17 Robin Gareusbackport canvas color functions from Mixbus
2016-05-16 Paul Davisupdated .de translation from edogawa
2016-05-16 Paul Davisupdated .de translation from edogawa
2016-05-14 Robin Gareusadd some location and transport related lua bindings
2016-05-14 Robin Gareuswhitelist libardour bindings as rt-safe for session...
2016-05-14 Robin Gareusupper parameter limit is inclusive.
2016-05-14 John EmmasModify the MSVC project for ptformat (which now needs...
2016-05-10 Paul Davislibptfformat: use g_fopen() to avoid i18n errors with...
2016-05-10 Paul Davisuse g_fopen() to avoid i18n errors with file paths...
2016-05-10 Robin Gareusprepare route pin display (shared mixer + editor-mixer...
2016-05-10 Paul Davistrack geometry via configure events for tabbable own...
2016-05-09 Paul Daviscopy-n-paste the ARDOUR_UI toggle-roll code into BasicU...
2016-05-08 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-05-07 Paul Davisfix shared_ptr<Route> management in Mackie support...
2016-05-07 Paul Davismake boost shared_ptr debugging a little easier to...
2016-05-07 Robin Gareusa few strategic LocaleGuards..
2016-05-07 Robin Gareusfix LV2 locale guard (missed in 6d343ba search/replace)
2016-05-07 Robin GareusRevert "Add a global state localeguard (and one for...
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-07 Robin Gareuslocale debugging
2016-05-06 Robin Gareustrying to get to the bottom of the decimal comma.
2016-05-06 Robin GareusAdd a global state localeguard (and one for route templ...
2016-05-06 Robin Gareusadd a locale-guard to panner state
2016-05-06 Robin Gareusadd missing include
2016-05-06 Robin Gareusconvert WinMME Device names to UTF-8
2016-05-06 Robin Gareusallow lua to construct PresetRecords
2016-05-06 Robin Gareusadd API to load Instrument Preset when creating a Midi...
2016-05-06 Robin GareusDnDTreeview: allow to handle multiple drag-targets
2016-05-05 Robin Gareuswhat an oversight!
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Robin Gareusremove assert()s from LocaleGuard
2016-05-05 Paul Davisminor comment change
2016-05-05 Paul Davisspelling fixes and an explanatory comment
2016-05-05 Robin Gareusrework locale-guard for C and C++ locales
2016-05-05 Robin Gareusno need to force a change here.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-05-04 Robin Gareusfix "warning: this decimal constant is unsigned only...
2016-05-04 Robin Gareususe existing API to find the instrument
2016-05-04 Robin GareusNO-OP, whitespace
2016-05-03 Robin Gareustweak cases where pin-mapping is reset & always sanitiz...
2016-05-03 John EmmasMSVC won't compile 'const float _demolition[]' because...
2016-05-03 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-05-03 Robin Gareushandle single-bus, non-variable i/o Audio Units w/multi...
2016-05-03 Robin Gareusanother (non critical) concurrency issue:
2016-05-03 Robin Gareusadd a const method to check for existing key/value...
2016-05-02 Robin Gareususe same tooltip timeout throughout Ardour -- part one
2016-05-02 Robin GareusAdd loudness normalization to Export Format & Graph
2016-05-02 Robin Gareusprepare loudness normalization
2016-05-01 Robin Gareusfix aubio-onset detection parameters
2016-05-01 Robin Gareusfix a Wsigncompare and 2 -Wuninitialized
2016-05-01 Robin Gareusfix: gcc4.2 / PPC compilation
2016-05-01 Robin Gareusvarious transient-detection fixes (split region, trim...
2016-04-30 Robin GareusAPI call to be removed
2016-04-30 Paul Davismake BasicUI (for control surfaces) loop toggle work...
2016-04-29 Robin Gareusimplement lua plugin presets
2016-04-29 Robin Gareusremove skeleton backend (superseded by portaudio)
2016-04-29 Robin GareusI wanna be nasty, I wanna be cruel,..
2016-04-29 Robin Gareusdon't special case lua processors, use plugin-manager
2016-04-28 Robin Gareusflush pending Session Events at session close
2016-04-28 Robin Gareusfix a deadlock with jack2 when inserting a plugin adds...
2016-04-28 Robin Gareusadd a debug message for LV2 per port buffer allocation
2016-04-27 Ben Loftisanother attempt to use platform-specific path for the...
2016-04-27 Robin Gareusamend c1c81a239c after testing
2016-04-27 Robin Gareusallow to customize variable i/o plugin inputs
2016-04-27 Ben Loftisfix default 64bit Windows VST path ( untested )
2016-04-27 Robin Gareusprobable fix for 64bit VST signal latency
2016-04-27 Len OvensOSC: Fix Solo to work with both SIP and Listen.
2016-04-27 Robin Gareustweak LV2 atom buffer allocation strategy
2016-04-27 Paul Davisadd the concept of a "state mask" that determines what...
2016-04-26 Robin Gareusmake -D VSTCallbacks readable
2016-04-26 Robin Gareuscanvas tooltips, too
2016-04-26 Robin Gareusalso hide persistent tooltips
2016-04-26 Robin Gareusinitialize output data ports for cases where the plugin...
2016-04-26 Robin Gareuslet GMainContext clean up after us.
2016-04-26 Robin Gareusport 93eac8b0 to ALSA and CoreAudio
2016-04-26 Robin Gareusallow to duplicate tracks with sends or load templates...
2016-04-26 Robin Gareusimplement missing PortManager methods and lua-bind...
2016-04-26 John Emmas#define HAVE_JACK_PORT_RENAME when building with MSVC
2016-04-26 John EmmasUse 'const_iterator' to prevent MSVC from complaining
2016-04-26 Robin Gareusdon't show engine dialog when loading a session..
2016-04-26 Robin Gareusstyleguide #10
2016-04-26 Robin Gareuskeep portmap & portindex in sync when renaming ports
2016-04-26 Robin GareusPortManager lua bindings (to debug lingering ports)
2016-04-25 Robin Gareusupdate [lua bindings] documentation
2016-04-25 Robin Gareusadd missing header for luadoc
2016-04-24 Robin Gareus..and CoreAudio.
2016-04-24 Robin GareusO(log(n)) port and connection lookup for ALSA
2016-04-24 Robin Gareusnow with C++98 compat
2016-04-24 Robin Gareusdelayline: use boost::shared_array
2016-04-24 Robin Gareusoptimize port lookup, adding/removing/reconnecting...
2016-04-24 Robin Gareusreduce debug-build overhead.
2016-04-24 Robin Gareuswe need the process lock after all..
2016-04-24 Robin Gareussome new lua-bindings and session-lua (creating sessions)
2016-04-24 Robin Gareusfix mismatched delete/delete[]
2016-04-24 Robin Gareussome notes on mem-leaks...
next