Report Dummy as not available if not running
[ardour.git] / libs /
2017-06-25 Robin GareusReport Dummy as not available if not running
2017-06-24 Robin GareusCreate a deep-copy of MIDI sources when saving snapshots
2017-06-24 Robin GareusExtend API to allow calling new_midi_source_path()...
2017-06-24 Len OvensOSC: simplify GUI and make less error-prone
2017-06-24 Len OvensOSC: Allow /bank_up to accept -1 as well as 1 so encode...
2017-06-24 Len OvensOSC: make sed_fader work with banking too.
2017-06-24 Len OvensOSC: Add master_send_enable for MB
2017-06-24 Len OvensOSC: redo math for redux control with fewer calls.
2017-06-24 Len OvensOSC: Messages too fast at bank_change/refresh slowed...
2017-06-23 Robin GareusFix metronome + capture alignment for Mixbus
2017-06-23 Len OvensOSC: Fix math error in send fader feedback
2017-06-23 Robin Gareusamend 5e5f7a55; re-add wrongly removed variable
2017-06-23 Robin Gareusleave a hint for clang's static analyzer
2017-06-23 Robin GareusRemove Automation Types that should never have existed.
2017-06-23 Robin GareusMCU: Remove use of AutomationType as ID, part two.
2017-06-23 Robin GareusMCU: Remove use of AutomationType as ID, part one.
2017-06-23 Robin GareusImplement undo for merging VCA-master automation/value...
2017-06-23 Robin GareusImprove default parameter display
2017-06-23 Len OvensOSC: only show visible plugins (not MB channel strip PI)
2017-06-22 Tim MayberryRemove unnecessary LocaleGuard header include
2017-06-22 Robin GareusUpdate Slavable API
2017-06-22 Robin GareusNO-OP: whitespace
2017-06-22 Len OvensOSC: Add increment fader.
2017-06-22 Len OvensOSC: allow mixbuses to show
2017-06-22 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-06-22 Len OvensOSC: use internal_to_interface or reverse
2017-06-22 Tim MayberryRemove LocaleGuard from Plugin::get_state
2017-06-22 Tim MayberryRemove LocaleGuards from LadspaPlugin::set/add_state
2017-06-22 Tim MayberryRemove unnecessary LocaleGuards from VSTPlugin derived...
2017-06-22 Tim MayberryRemove unused ArdourCanvas::HSV constructor
2017-06-22 Tim MayberryRemove locale_guard.h from ardour/ardour.h header
2017-06-22 Tim MayberryRemove unused pbd/locale_guard.h header from Gtkmm2ext...
2017-06-22 Tim MayberryRemove LocaleGuards from SVAModifier and HSV classes
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::PannerShell
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::Pannable class
2017-06-22 Tim MayberryRemove LocaleGuards from ARDOUR::Tempo class
2017-06-22 Tim MayberryRemove LocaleGuards from ARDOUR::Speakers class
2017-06-22 Tim MayberryRemove LocaleGuards from ARDOUR::Session transport...
2017-06-22 Tim MayberryRemove LocaleGuard from Session::load_options
2017-06-22 Tim MayberryRemove LocaleGuards from SessionConfiguration class
2017-06-22 Tim MayberryRemove LocaleGuard from Session::immediately_post_engin...
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::Route class
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::MonitorProcessor state...
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::RCConfiguration class
2017-06-22 Tim MayberryRemove LocaleGuards from LuaProc class
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::MidiTrack class
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::MidiDiskstream class
2017-06-22 Tim MayberryRemove LocaleGuards from ARDOUR::ExportFormatSpecificat...
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::Diskstream state method
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::AutomationList class
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::Region class
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::AudioRegion state methods
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::AudioTrack class
2017-06-22 Tim MayberryRemove LocaleGuard from AudioFileSource::get_state
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::AudioDiskstream state...
2017-06-22 Tim MayberryRemove LocaleGuard from ARDOUR::IO class state methods
2017-06-22 Tim MayberryRemove LocaleGuard from PBD::Controllable state methods
2017-06-21 Len OvensOSC: Accept mixed parameter types for touch
2017-06-21 Paul Daviscompilation requires <stdint.h>
2017-06-21 Robin GareusSome ToDo notes about AutomationTypes
2017-06-21 Robin GareusRemove internal_to_user/user_to_internal API
2017-06-21 Robin GareusPrepare removal of redundant get_user/set_user API.
2017-06-21 Robin GareusTemporary session-format compatibility (revert before...
2017-06-21 Robin GareusFix VST default value. query once at instantiation...
2017-06-21 Robin GareusConsolidate ParameterDescriptor settings+ranges
2017-06-21 Robin GareusSet default interpolation type (for new lanes)
2017-06-21 Robin GareusAdd API to compute parameter delta, depending on Automa...
2017-06-21 Robin GareusCentralize Parameter scaling
2017-06-21 Robin GareusRemove duplicates from ControlList
2017-06-21 Robin GareusClamp values in ControlList
2017-06-21 Robin GareusImplement additional ControlList interpolation methods.
2017-06-21 Robin GareusRemove separate ControlList min/max/default, use Parame...
2017-06-21 Robin Gareusremove min/max unbound -- LADSPA special case.
2017-06-21 Robin GareusMove logarithmic property into Evoral, add rangesteps
2017-06-21 Robin GareusRemove old API
2017-06-21 Robin GareusFix/update maximum gain computation
2017-06-21 Robin GareusSwitch to PBD control-math and prefer Controllable API
2017-06-21 Robin GareusCentralize control-parameter math functions in libpbd.
2017-06-21 Robin GareusFormat boolean parameter values
2017-06-21 Robin GareusTweak value-as-string dB and float decimals printing
2017-06-21 Robin GareusRemove Cruft -- AutomationStyle never did anything.
2017-06-21 Robin GareusFix duplicate Gain+Trim AutomationLists in session...
2017-06-20 Len OvensOSC: value not initialized soon enough
2017-06-18 John Emmas'ARDOUR::Stripable::Sorter()' needs to be exportable...
2017-06-17 Hiroki InagakiUpdate Japanese translation, including a fix for an...
2017-06-17 Robin GareusMove implementation out of header file
2017-06-17 Robin GareusAdd Lua bindings to query all stripables
2017-06-17 Robin GareusFix stripable order for new strips & master-order
2017-06-17 Robin GareusAdd method to ensure Stripable sort constrains (for...
2017-06-17 Robin GareusUse Stripable::Sorter in libs
2017-06-17 Robin GareusMove StripableSorter into libardour
2017-06-16 Len OvensOSC: plugin feedback mathfix - 0 param (meter) checked...
2017-06-14 Robin GareusFix region-gain offset when separating ranges 5.10
2017-06-14 Len OvensOSC: Add send/plugin page values to GUI
2017-06-14 Len OvensOSC: save and restore send/plugin page size.
2017-06-14 Robin GareusFix range-separate for musically-locked MIDI regions
2017-06-14 Robin GareusSpecial-case VCA at 0 (-inf dB), force gain slaves...
2017-06-14 Robin GareusMerge event control lists when disconnecting a master...
2017-06-14 Robin GareusAdd infrastructure to merge ControlLists
2017-06-13 Len OvensOSC: Allow set_surface to set send and plugin page...
next