Use XMLNode::get/set_property API in Tempo/Time related classes
[ardour.git] / libs /
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in Tempo/Time related...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::MonitorPro...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::Processor...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::VSTPlugin
2017-04-18 Tim MayberryUse XMLNode::get/set_property in ARDOUR::LV2Plugin
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::LadpsaPlugin
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::Plugin...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::Region
2017-04-18 Tim MayberryUse XMLNode::get/set_property in ARDOUR::IO class
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::AutomationList
2017-04-18 Tim MayberryUse XMLNode::set_property in ARDOUR::MidiDiskstream
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::AudioDisks...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::Diskstream
2017-04-18 Tim MayberryUse XMLNode::set_property API in Midi::Port class
2017-04-18 Tim MayberryUse XMLNode::set_property API in Midnam related classes
2017-04-18 Tim MayberryUse XMLNode::set_property in PBD::PropertyTemplate...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in PBD::Configuration...
2017-04-18 Tim MayberryUse XMLNode::set_property API in PBD::MementoCommand...
2017-04-18 Tim MayberryUse XMLNode::set_property API in PBD::StatefulDiffComma...
2017-04-18 Tim MayberryUse XMLNode::set_property API in PBD::Undo class
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in PBD::Stateful
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in PBD::Controllable
2017-04-18 Tim MayberryAdd pbd/types_convert.h header for PBD::to_string/strin...
2017-04-18 Tim MayberryAdd a template based get/set_property API to PBD::XMLNode
2017-04-18 Tim MayberryRemove now unused stream operator functions in ardour...
2017-04-18 Tim MayberryUse PBD string conversion functions in PBD::Configurati...
2017-04-18 Tim MayberryAdd missing header include to ControlProtocol class...
2017-04-18 Tim MayberryUse PBD string conversion functions in PBD::Property...
2017-04-18 Tim MayberryAdd header for PBD::to_string/_to template specializati...
2017-04-18 Tim MayberryAdd header for PBD::to_string/string_to() specialisatio...
2017-04-18 Tim MayberryAdd DEFINE_ENUM_CONVERT macro for defining PBD::string_...
2017-04-18 Tim MayberryRemove now unused ID::print method
2017-04-18 Tim MayberryUse ID::to_s() in libardour instead of ID::print()
2017-04-18 Tim MayberryUse ID::to_s() in libpbd instead of ID::print()
2017-04-18 Tim MayberryUse PBD string conversion functions in PBD::ID instead...
2017-04-18 Tim MayberryAdd missing <iostream> header include
2017-04-18 Tim MayberryMake boolean string values 0 and 1 to maintain backward...
2017-04-18 Robin GareusFP8: Fix sort-order
2017-04-18 Paul Davisprevent crash when loading midi port info about ports...
2017-04-18 Robin GareusFP8: handle backend changes + reconnect
2017-04-18 Robin GareusFP8: allow to re-initialize the Strips w/o restart
2017-04-18 Robin GareusFP8: experiment with selection-mode
2017-04-18 Robin Gareusclear + re-init faderport at disconnect
2017-04-18 Ben LoftisOnly check active_state when potentially skipping the...
2017-04-17 Robin GareusManaged to trigger an assert()
2017-04-17 Robin GareusFlush processor (re-activate) on route active change
2017-04-17 Robin Gareusamend 649b9e92f, backport MB code
2017-04-17 Robin GareusBackport some MB specifics (to avoid -Wmisleading-inden...
2017-04-17 Robin GareusUpdate well-known controls (Ardour, Mixbus, 32C)
2017-04-17 Robin Gareuscont'd FP8 tweaks
2017-04-17 Tim MayberryFix string-convert tests for Windows and hopefully...
2017-04-16 Robin GareusNO-OP: whitespace
2017-04-16 Robin GareusSend unmap event when removing a widget
2017-04-16 Robin GareusStop tooltip timeout when a canvas-widget or item is...
2017-04-16 Robin GareusFix crashes with empty route-lists e.g. mute_release...
2017-04-16 Robin GareusFP8: limit fader range
2017-04-16 Robin GareusClean up after generic MIDI surface -- #7311
2017-04-16 Robin GareusFix Doxygen syntax (amend/revert f1a4767ac)
2017-04-16 Robin GareusFP8: add metronome level reset
2017-04-16 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-04-16 Tim MayberryAdd locale independent and thread safe string conversio...
2017-04-16 Tim MayberryAdd PBD::DEBUG::StringConvert debug bit
2017-04-16 Tim MayberryFix indentation in ARDOUR::Amp::set_state
2017-04-16 Tim MayberryFix indentation in MonitorProcessor::state
2017-04-16 Tim MayberryFix indentation in ardour/enums.cc
2017-04-16 Tim MayberryFix indentation and make comment style consistent in...
2017-04-15 Robin GareusSilence -Wunused-value
2017-04-15 Robin GareusFaderPort8 details:
2017-04-15 Robin GareusFP8: Configuration UI layout & design (add image, separ...
2017-04-14 Robin GareusFondle Port 8
2017-04-14 Robin GareusFP8: assign toggled plugin-parameters to buttons
2017-04-14 Robin GareusFP8: Allow binding "Select" to a controllable or functor
2017-04-14 Robin Gareuscont'd FP8 refinement & details
2017-04-14 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-04-13 Robin GareusExclude MB EQ/Comp from visible processors de/activate.
2017-04-13 Robin GareusDon't A/B en/disable invisible processors, nor MB chann...
2017-04-13 Robin GareusConvert polarity-invert from older session-formats
2017-04-13 Robin GareusFaderport8 control surface support
2017-04-12 Robin GareusProperly expose "well known" comp_redux output.
2017-04-12 Robin GareusAdd a ReadOnlyControl parameter abstraction
2017-04-12 Robin GareusFix setting Plugin-Owner (route) for analysis plugins
2017-04-12 Robin Gareusfix mb32 well-known EQ (4 bands, different ports)
2017-04-10 Robin Gareusadd FileSource Lua Bindings
2017-04-09 Robin GareusDrain ALSA raw-midi buffers after 64 bytes
2017-04-08 Robin GareusEmit Session::MuteChanged() if a mutes route is removed.
2017-04-08 Robin GareusRetain order of concurrent MIDI events
2017-04-07 Robin GareusAdd session signal to track mute-changes
2017-04-03 Paul Davisdo not save or restore MIDI port "pretty-names" from XML
2017-04-02 John EmmasPatch the QM source code to make it buildable with...
2017-04-02 Robin Gareusavoid C++11 - fixes OSX/PPC builds
2017-04-01 Robin GareusAdd option for record-only metronome.
2017-04-01 Robin Gareusupdate qm-vamp-plugins (git v1.7.1-10-g76bc879)
2017-04-01 Robin GareusUpdate qm-dsp library (v1.7.1-20-g4d15479)
2017-04-01 Robin GareusHotfix crashes for [extreme] time-stretch -- #7305
2017-04-01 Ben LoftisFix set-*-from-edit-range actions, when accessed from...
2017-04-01 Robin GareusUnregister ports at session close.
2017-03-31 Robin GareusConnect route-template insert i/o ports #5778
2017-03-31 Robin GareusAdd an API to query if the audible frame is latent...
2017-03-30 Robin GareusFix count-in for non 4/4 time signatures
2017-03-30 Robin GareusCount-in is a no-roll operation.
next