Make start_touch() truly idempotent
[ardour.git] / libs / ardour / ardour /
2017-07-24 Robin GareusUpdate WritePass logic + AutomationList Undo
2017-07-23 Robin GareusRemove unused "mark" parameter from stop_touch() API
2017-07-22 Robin GareusNO-OP: whitespace
2017-07-22 Robin GareusAutomationWatch: single DropReferences connection per AC
2017-07-22 Robin GareusNO-OP: consistent [internal] API name for Automatables
2017-07-22 Robin GareusNO-OP: Consistent API name
2017-07-21 nick_mRework tempo marker editing menu functions
2017-07-21 nick_mCalculate clamped tempo stretch ratios using the correc...
2017-07-21 nick_mRemove redundant beat arg from TempoMap::add_meter
2017-07-16 Robin GareusData less than or equal to zero should be considered...
2017-07-16 Robin GareusRemove unused API and a never used execution-branch
2017-07-16 Robin GareusConsistent Automation evaluation:
2017-07-16 Robin GareusAdd API to run automation only (emit Changed signal).
2017-07-16 Robin GareusRename private method
2017-07-08 Robin GareusAdd API to expand/flatten AC groups
2017-07-04 Robin GareusFix session-event queue (multiple writer, single reader)
2017-07-02 Robin GareusAdd API to step though parameter enumerations
2017-07-01 Robin GareusPrepare x-thread signals plugin-GUI visibility
2017-07-01 Robin GareusRemove old libardour API for plugin UIs
2017-06-30 Robin GareusRemove cruft (ParameterDescriptor sets this)
2017-06-29 Robin GareusFix multi-channel delaylines #7409 part 2/2
2017-06-26 Robin GareusAdd convenience fn to compute a file's sha1sum
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-23 Robin GareusRemove Automation Types that should never have existed.
2017-06-23 Robin GareusImprove default parameter display
2017-06-22 Robin GareusUpdate Slavable API
2017-06-22 Robin GareusNO-OP: whitespace
2017-06-22 Tim MayberryRemove locale_guard.h from ardour/ardour.h header
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 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 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 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-18 John Emmas'ARDOUR::Stripable::Sorter()' needs to be exportable...
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-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-13 Robin GareusApply master-value to automation on disconnect.
2017-06-13 Robin GareusWrite inverse master automation.
2017-06-13 Robin Gareusamend 11ba1854 -- locked curve-evaluation is not public
2017-06-12 Robin GareusAllow group gain sharing + VCA again
2017-06-12 Robin GareusVCA/SlavableAutomationCtrl re-design:
2017-06-10 Robin GareusImplement slaved boolean automation and update mute...
2017-06-09 Robin GareusNO-OP: whitespace
2017-06-09 Robin GareusFix deletion of VCA with slaved controls.
2017-06-09 Robin GareusRemove Automatable::value_as_string API from libardour
2017-06-09 Robin GareusPrepare to eventually drop Automatable::value_as_string()
2017-06-09 nick_mAdd a method for obtaining the frame position of beat...
2017-06-08 nick_mTempo lines display subdivisions correctly over a tempo...
2017-06-08 nick_mFix uninitialised tempo section variable
2017-06-03 Robin GareusApply VCA master gain automation to Amp (Fader, Trim)
2017-06-03 Robin GareusAdd infrastructure for evaluating VCA automation curves
2017-06-03 Robin Gareusamend 67f9f6fd: no recursive ReaderLock
2017-06-03 Robin GareusAdd a scratch buffer for automation.
2017-06-02 Robin GareusNO-OP: whitespace
2017-05-30 Robin GareusPrepare for automation control master
2017-05-25 Robin GareusAlways create a deep copy of MIDI regions when copying...
2017-05-25 Robin GareusInclude ParameterDescriptor in read-only control output
2017-05-23 Tim MayberryRemove old jack_utils.h header that was moved to the...
2017-05-14 Nil GeisweillerAdd note name parser to convert to midi note number
2017-05-13 Robin GareusSanitize "well-known" ctrl API
2017-05-12 Paul Davischange ControlProtocolManager protocol mutex into a...
2017-05-12 Paul Davisdon't actually use a method from libardourcp inside...
2017-05-12 Paul Davischange the way ControlProtocols (control surfaces)...
2017-05-12 Ben LoftisMCP: Mixbus32C: Restore missing filter controls to...
2017-05-10 Paul DavisSelection::get_stripables() needs to recurse into an...
2017-05-09 Robin GareusBump VST param-name length limit to 128 bytes and centr...
2017-05-08 Paul Davisallow Session to call Session::remove_stripable_by_id()
2017-05-06 John EmmasThe new class 'ARDOUR::CoreSelection' needs to be expor...
2017-05-05 Paul Davisadd missing files from selection development branch(es)
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-05-05 Robin GareusMove special-cased FP8 mute-state into libardour
2017-05-04 Robin GareusLua bindings for "end-is-free" (automatic session-end...
2017-05-03 Robin GareusMove RouteGroup color into libardour.
2017-05-03 Robin GareusNO-OP: whitespace
2017-04-29 Robin GareusFix vari-speed and non-locked slave modes
2017-04-26 Robin GareusAutomationLine time-unit conversion and paste API update
2017-04-25 Robin GareusAdd an API to conveniently query plugin-parameter labels
2017-04-24 Robin GareusSwap inheritance, simplifies Lua Bindings
2017-04-22 Robin Gareusremove unused semaphore
2017-04-22 Robin GareusPrivatize non-public methods
2017-04-20 Robin GareusRemove unused enum
2017-04-19 John EmmasChanges needed for building Tim's new 'string_convert...
2017-04-19 Robin GareusRemove cruft. ChanCount::INFINITE is not used
2017-04-18 Tim MayberryUse fixed size type for Playlist sort id as it is seria...
2017-04-18 Tim MayberryUse macro from pbd/enum_convert.h to define to_string...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in Tempo/Time related...
2017-04-18 Tim MayberryUse XMLNode::get/set_property in ARDOUR::IO class
next