fix crash when copy'ing latent plugins
[ardour.git] / libs /
2016-08-10 Robin Gareusfix crash when copy'ing latent plugins 5.0
2016-08-10 Paul Davisremove debug output
2016-08-10 Robin Gareusprefix blessed scripted DSP plugins with a-*
2016-08-09 Robin Gareusclean up plugin ttls - always add semicolon for compati...
2016-08-09 nick_mFix test compilation error.
2016-08-09 nick_mBBTTest::addTest() should add a meter rather than repla...
2016-08-09 nick_mMake tempo tests use the api more correctly.
2016-08-09 nick_mAllow -ve framepos handling in TempoMap::framepos_plus_...
2016-08-08 Paul Davisfix definition of PrimaryModifier for Keyboard for...
2016-08-08 Paul Davisfix display of modifiers on OS X in the bindings editor
2016-08-08 Julien "_FrnchFrgg... Move anchored menu placement strategy to Gtkmm2ext...
2016-08-08 Paul Davisfix race condition when dropping Ports
2016-08-08 Paul Davisadd explanatory comment
2016-08-07 Julien "_FrnchFrgg... Remove a no longer true comment
2016-08-06 Robin Gareusa few more Location related lua bindings
2016-08-06 Julien "_FrnchFrgg... Use a default configuration instead of bailing out
2016-08-06 Julien "_FrnchFrgg... Remove dsp_has_midi_*() in favor of dsp_ioconfig()
2016-08-06 Julien "_FrnchFrgg... Refuse more configs with unmatched midi in if !imprecise
2016-08-06 Julien "_FrnchFrgg... Take midi into account for penalty computation
2016-08-06 Julien "_FrnchFrgg... Remove ad-hoc handling of possible_out == 0
2016-08-06 Julien "_FrnchFrgg... Make the configuration penalty subtler about inputs
2016-08-06 Julien "_FrnchFrgg... Remove ad-hoc handling of possible_in == 0
2016-08-06 Julien "_FrnchFrgg... Change column width in macros
2016-08-06 Julien "_FrnchFrgg... Set \midi_out when selecting a configuration...
2016-08-06 Julien "_FrnchFrgg... Merge pass 2 (imprecise) into pass 1
2016-08-06 Julien "_FrnchFrgg... Move MIDI filters imprecise handling from 2nd pass...
2016-08-06 Julien "_FrnchFrgg... Rearrange condition for pure midi plugins
2016-08-06 Julien "_FrnchFrgg... Use FOUNDCFG* instead of setting the configuration...
2016-08-06 Julien "_FrnchFrgg... Enable overriding the configuration penalty
2016-08-06 Julien "_FrnchFrgg... Introduce a macro for imprecise configurations
2016-08-06 Julien "_FrnchFrgg... Set \imprecise midi channel count in FOUNDCFG
2016-08-06 Julien "_FrnchFrgg... Set \imprecise when a configuration is chosen
2016-08-06 Julien "_FrnchFrgg... Merge some cases to avoid duplicated logic
2016-08-06 Julien "_FrnchFrgg... Remove code with no actual effect
2016-08-06 Julien "_FrnchFrgg... Move a MIDI test in the table handling loop...
2016-08-06 Julien "_FrnchFrgg... Replace the exact_match logic by a negative penalty
2016-08-06 Julien "_FrnchFrgg... Remove wrong asserts
2016-08-06 Julien "_FrnchFrgg... LuaProc::can_support_io_configuration: don't mix int...
2016-08-06 Len OvensOSC: make sure this is c++98 compatible.
2016-08-06 Edgar Aichingerupdate german translation
2016-08-06 Robin GareusC++98 compat for 032139ac3
2016-08-06 Robin Gareusmark session dirty when changing plugin presets
2016-08-06 Len Ovensosc: provide human readable reading for gain.
2016-08-06 Len OvensOSC: provide human readable level for sends.
2016-08-04 Nils Philippsenworkaround changes in glibmm 2.49.x
2016-08-03 Robin Gareusadd support for VST default values (instantiation time...
2016-08-02 Damien Zammitptformat: Decrypt ptf files exported from ptx sessions
2016-08-01 Paul Davismake Session::get_remote_nth_stripable() ignore hidden...
2016-08-01 Julien "_FrnchFrgg... Be more tolerant to missing values or errors in io_config()
2016-08-01 Julien "_FrnchFrgg... Remove redundant condition
2016-08-01 Julien "_FrnchFrgg... Remove duplicate setters that don't affect the outcome
2016-08-01 David RobillardFix state features array
2016-08-01 David RobillardSupport thread-safe LV2 state restoration
2016-08-01 David RobillardSupport LV2 log trace messages
2016-08-01 David RobillardFix possible ringbuffer overflow
2016-07-30 pablusUpdate Spanish translation
2016-07-29 Julien "_FrnchFrgg... Update French translation
2016-07-29 Len OvensOSC: make send enables work in MB
2016-07-28 Len OvensOSC: eq bands off by one fix
2016-07-28 Len OvensOSC: MB spelling mistakes stopped compile fix
2016-07-28 David RobillardFix whitespace
2016-07-28 Robin Gareusinitialize uninitialized variable
2016-07-27 Paul Davisfix thinko-typo in SoloControl::soloed_by_others()
2016-07-26 Len OvensOSC: Fix cut-n-paste mistake 5.0-rc1
2016-07-26 Len OvensOSC: Make sends work for MB. Add pan to /path/strip
2016-07-26 Julien "_FrnchFrgg... Call Plugin::load_preset() from LuaProc::load_preset()
2016-07-26 Len OvensOSC: Fix forward detection to include >0 and <1
2016-07-26 Len OvensOSC: Remove redux control
2016-07-26 Julien "_FrnchFrgg... Add missing locale guard for luadsp preset loading
2016-07-26 Robin Gareusadd Sidechain change handler for automatically added...
2016-07-26 Robin Gareusadd initial midi sidechain if plugin has one.
2016-07-26 Robin Gareus32bit compat (amend 90a67d04)
2016-07-25 Robin Gareusanother attempt to fix playhead position with varispeed.
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 378
2016-07-25 Robin Gareusadd a timeout to flush_pending()
2016-07-24 Robin Gareusprepare region RMS (loudness) normalization
2016-07-24 Len OvensOSC: Make pan controls work properly with MB too.
2016-07-24 Colin Fletcherlibs/ardour: update UK English localisation
2016-07-24 Robin Gareusexport rate formatting:
2016-07-24 Robin Gareuskilo is a lower-case 'k'
2016-07-24 Robin Gareusadd a lua timer callback signal
2016-07-22 nick_mMake Region's _beat a PBD::Property.
2016-07-22 Robin Gareusproperly handle meter channel count changes
2016-07-21 Paul Davisa more reliable/robust/less complex version of previous...
2016-07-21 Paul Davisdo not delete MIDIControllable* when dealing with pendi...
2016-07-21 Paul Davisfix issue with solo-in-place
2016-07-21 Paul Davistentative fix for a crash that occurs when switching... 5.0-pre1
2016-07-20 Paul Davismessages sent to info/warning/error/fatal should end...
2016-07-20 Paul Davisremove long-lived debug output related to RT-setting...
2016-07-20 Paul DavisMuteMaster should (a) use a Muteable's own ::muted_by_o...
2016-07-20 Paul Davisensure that Route::_phase_control has its state restore...
2016-07-20 Len OvensOSC: comp mode control text needs to be changed by...
2016-07-20 Paul Davisadd LocaleGuard while restoring RC configuration.
2016-07-20 Paul Davisminor safety fix for the Pane
2016-07-20 Paul DavisGtkmm2ext::Pane: attempt to track child lifetime, since...
2016-07-20 Julien "_FrnchFrgg... Fix previous commit
2016-07-20 Julien "_FrnchFrgg... Make bus's trim control also affect sends to the bus
2016-07-20 Damien Zammita-Delay: Smooth transition on LPF changes and set max...
2016-07-20 Damien Zammita-Comp: Fix bug with DSP in the knee processing region
2016-07-20 Julien "_FrnchFrgg... Add a dedicated export method to MidiRegion
next