Handle generic-midi bindings per session.
[ardour.git] / libs / ardour /
2018-10-04 Robin GareusHandle generic-midi bindings per session.
2018-10-03 Robin GareusPersistent ctrl-surface state
2018-10-03 Robin GareusProperly initialize midi-meters
2018-10-02 Robin GareusFix false-positive duplicate format detection
2018-10-02 John EmmasRemove a call to 'fst_audio_master_idle()'
2018-09-30 Robin GareusFix Mixbus master-bus tape-saturation controllable
2018-09-29 John EmmasAdd support (in our MSVC projects) for using 'boost...
2018-09-27 Paul Davisconsolidate all transport masters on a SafeTime object...
2018-09-27 Paul Davismore objectification for SafeTime
2018-09-27 Paul Davisinitial hacks towards a truly thread-safe SafeTime...
2018-09-25 Robin GareusVST-state, set/restore program before loading chunk.
2018-09-25 Robin GareusAdd Lua bindings to query DSP load statistics
2018-09-23 Paul Davisemit property change for "collect" on a TransportMaster
2018-09-22 John EmmasAccommodate newly added/renamed source(s) in our MSVC...
2018-09-22 Paul Davisno more slave.h
2018-09-22 Paul Davisuse abs() instead of fabs() on integers
2018-09-22 Paul DavisRevert "MSVC complains because we're using 'fabs()...
2018-09-22 Paul Davisremove old slave files
2018-09-22 John EmmasReplace a namespace brace deleted by accident
2018-09-22 John EmmasRemove some namespace ambiguity
2018-09-22 John EmmasRemove 2 x unneeded functions in 'SlaveSessionProxy'
2018-09-22 John EmmasMSVC complains because we're using 'fabs()' to compare...
2018-09-21 Robin GareusFix typo: emit signal (don't construct an object)
2018-09-21 Robin GareusFix --no-nls (4/5), i18n include order in libs/*
2018-09-21 Robin GareusFix --no-nls (2/5), prefer #if in libs
2018-09-20 Paul Davismissing enum/properties stuff
2018-09-20 Paul Davisswitch transport masters to use properties and notify...
2018-09-19 Paul Davisnamespace change to help out on non-linux platforms
2018-09-19 Paul Davisdo not initialize boost::shared_ptr<> with zero
2018-09-19 Paul Davisboost/atomic.hpp is not used
2018-09-18 Paul Davisnew transport slave/master implementation, libs/ edition
2018-09-13 Colin FletcherImplement new Enclosed region equivalence mode
2018-09-11 Robin GareusLTC-file reader: offset frame position (not timecode)
2018-09-11 Robin GareusFix LTC file-reader -- closes #7661
2018-09-10 John EmmasInitial changes needed for building Mixbus (with MSVC...
2018-08-24 Paul DavisMonitor should be *really* unselectable
2018-08-24 Paul Davisno reason for 2 template types in CoreSelection::select...
2018-08-24 Paul Davisa couple more explanatory comments, and rename a variab...
2018-08-24 Paul Davisfix comment (method is now a template)
2018-08-24 Paul Davisadd new methods to ARDOUR::CoreSelection to centralize...
2018-08-18 Robin GareusNO-OP: whitespace
2018-08-18 Robin GareusInitialize uninitialized variable
2018-08-17 Nikolaus Gullottaadd mac_vst_plugin_info() to list_plugins() and new_plu...
2018-08-16 Robin GareusAdd missing Lua MacVST constant
2018-08-15 Robin GareusAdd API to reset plugin timing stats
2018-08-14 Robin GareusAdd a locale-independent float/double format Lua method
2018-08-08 Robin GareusProperly announce support for Vendor string
2018-08-08 Stefan WesterfeldLet VST plugins know that we implement plugin window...
2018-08-07 Robin GareusCreate plugin-metadata folder for new config
2018-08-07 Térence ClastresAdd Launch Control XL control surface support
2018-08-06 Robin GareusFix track rename oddity, don't skip over current name.
2018-08-02 Robin GareusAdd method to conveniently retrieve a sorted routelist
2018-08-01 Robin GareusAlso expose PI::enabled()
2018-08-01 Robin GareusFix+extend PluginInsert Lua bindings
2018-07-31 Robin GareusPrepare for non-bypassable plugins (Mixbus channelstrip)
2018-07-31 Robin GareusFix mismatched delete/delete[]
2018-07-31 Ben LoftisAdd support for PreSonus Faderport2 (2018 model)
2018-07-30 Robin GareusExpose Config and Cache dirs to Lua
2018-07-30 Robin GareusFix "session dirty" flicker during session-setup.
2018-07-30 Robin GareusIgnore state-changes during deletion
2018-07-30 Robin GareusAmend VST "MasterUpdateDisplay", allow UI(s) to idle...
2018-07-30 Robin GareusFix VST callback and crash for some plugins
2018-07-26 Robin GareusPrepare types for new grid
2018-07-25 Robin GareusFall back to default Session export dir, if export...
2018-07-25 Robin GareusDon't allow invalid export Locations (when using the...
2018-07-25 Robin GareusReset export-config maps before each new export (1/2)
2018-07-25 Robin GareusAdd an API to reset export-handler configs.
2018-07-21 Robin GareusFix log-scale rangesteps and log-control numeric spinboxes
2018-07-18 Robin GareusFix and tweak LV2:RangeStep
2018-07-17 Robin GareusAdd LTC Decoder Lua Bindings
2018-07-17 Robin GareusRefactor LTC File decoder, prepare for Lua bindings
2018-07-14 Ben Loftisauto-backup: libardour part. (from mixbus)
2018-07-12 Robin GareusMonitorCue = In + Disk (fixes CC121 + push2 display)
2018-07-11 John EmmasCorrect a couple of typos
2018-07-09 Robin GareusFix lv2-state templates with external files.
2018-07-09 Robin GareusNO-OP: Rename disk-reader buffer for consistency
2018-07-09 Robin GareusPrepare API for per disk-reader de-click
2018-07-09 Robin GareusRemove unused CubicInterpolation from session
2018-07-09 Robin GareusSeparate ChannelInfo for disk reader and writer
2018-07-09 Robin GareusRemove unused disk-reader vari-speed
2018-07-09 Robin Gareusmove rt-stop to route
2018-07-09 Robin GareusRemove unused AutoLoopDeclick, PendingLoopDeclick
2018-07-09 Robin GareusRemove global declick API
2018-07-05 Paul Davisremove debug output
2018-07-05 Paul Daviscatch various libsmf errors rethrown as exceptions
2018-07-03 Paul Davisreverse velocity display related commits
2018-07-03 Paul Davisenum convert for VelocityDisplayOption
2018-07-03 Paul Davisadd VelocityDisplayOption enum; indent TrackAutoNamingR...
2018-06-30 Len OvensAdd method to find subgroup_bus
2018-06-30 Len OvensFix code style
2018-06-28 Paul Daviswhen creating a route from a template, use correct...
2018-06-28 Paul Daviscall IO::prepare_for_reset() on BOTH IO nodes of a...
2018-06-25 John EmmasAccommodate recently removed source(s) in our MSVC...
2018-06-21 Paul Davisremove Session::controllable_by_descriptor() and move...
2018-06-09 Robin GareusHide designated LV2 freewheeling port.
2018-06-06 Robin GareusRemove duplicate class-keys (amend d95df9164)
2018-06-04 Paul Davisremove aeffectx.h; use vestige.h
2018-05-31 Robin GareusAdd Lua API to list all available plugins
2018-05-17 Robin GareusCollect plugin runtime profile statistics.
2018-05-08 Ben LoftisPlugin Order: remove from instant.xml and save to...
next