take read-lock when saving processor order
[ardour.git] / libs / ardour /
2016-05-26 Robin Gareustake read-lock when saving processor order
2016-05-26 Robin Gareusfix maths thinko
2016-05-26 Robin Gareusticks are not affected by metrum
2016-05-26 Robin Gareusfix Audio Unit BBT
2016-05-25 Robin Gareusupdate VST audioMasterGetTime
2016-05-25 Robin Gareusfix timecode update after locate.
2016-05-25 Robin Gareusallow to configure transient detection sensitivity
2016-05-25 Robin Gareusfix MTC alignment
2016-05-25 Robin Gareustreat different normalization settings as different...
2016-05-25 Robin Gareusmissing local export config is not an error
2016-05-24 Robin Gareusbackend check for rec-safe (only allow to lock if not...
2016-05-24 Robin Gareusadditional in-place check
2016-05-24 Robin Gareusmore inter-thread progress fixes; slight change of...
2016-05-23 Robin Gareussome more route related lua bindings
2016-05-21 Robin GareusRevert "debug unconfiged plugins"
2016-05-21 Robin Gareusfix assert/crash if unknown processor's I/O mismatches
2016-05-21 Robin Gareusconst'ness -- just because
2016-05-21 Robin Gareus"biquadratic" needs no camelcase - fixes API doc.
2016-05-21 Robin Gareuskeep DSP state variables finite.
2016-05-21 John EmmasAccommodate the fact that 'msvc_resources.rc.in' got...
2016-05-20 Robin Gareuslive signal analysis is for the processor -- not the...
2016-05-20 Robin Gareusadd lua DSP transfer function calculation
2016-05-20 Robin Gareusdebug unconfiged plugins
2016-05-19 Robin Gareusadd midi-bypass to re-configurable-i/o instruments
2016-05-19 Robin Gareusfix lua instrument plugins
2016-05-19 Robin Gareusprepare plugin configuration and replacing instruments
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-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-10 Robin Gareusprepare route pin display (shared mixer + editor-mixer...
2016-05-08 John EmmasAccommodate newly introduced source(s) in our MSVC...
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-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 Gareusallow lua to construct PresetRecords
2016-05-06 Robin Gareusadd API to load Instrument Preset when creating a Midi...
2016-05-05 Robin Gareuswhat an oversight!
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
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 Robin Gareushandle single-bus, non-variable i/o Audio Units w/multi...
2016-05-03 Robin Gareusanother (non critical) concurrency issue:
2016-05-02 Robin GareusAdd loudness normalization to Export Format & Graph
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-29 Robin Gareusimplement lua plugin presets
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 Robin Gareustweak LV2 atom buffer allocation strategy
2016-04-26 Robin Gareusmake -D VSTCallbacks readable
2016-04-26 Robin Gareusinitialize output data ports for cases where the plugin...
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 Robin Gareusdon't show engine dialog when loading a session..
2016-04-26 Robin Gareusstyleguide #10
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 Gareusdelayline: use boost::shared_array
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...
2016-04-24 Robin Gareushand over automationlist undo state ownership (mem...
2016-04-24 Robin Gareusplug some memory leaks in libardour
2016-04-24 Robin Gareusfurther tweaks to session close
2016-04-23 Robin Gareuslua bindings for track/bus and session creation
2016-04-23 Robin GareusDisconnect Signals before dropping ports
2016-04-23 Robin Gareusdelegate port-connections to low priority thread.
2016-04-22 Robin Gareusfix typo in config variable
2016-04-22 Robin Gareusfix send-id "0" when loading session
2016-04-22 Robin Gareusfix single-bus AU rendering & related updates
2016-04-22 Robin Gareusinvalidate AU cache on re-scan
2016-04-22 Robin Gareususe coreaudio wrapper
2016-04-22 Robin GareusSingle instance AUs only, use variable i/o
2016-04-22 Robin GareusAU multibus support
next