Sort and group configuration report
[ardour.git] / libs / ardour /
2017-04-03 Paul Davisdo not save or restore MIDI port "pretty-names" from XML
2017-04-01 Robin GareusAdd option for record-only metronome.
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.
2017-03-30 Robin GareusFix hiding Lua __metatable -- prevent setmetatable...
2017-03-30 Robin GareusAdd proper Lua bindings for RouteGroupList
2017-03-29 Robin GareusFix Patch Change Naming when plugins change (Route...
2017-03-26 Paul Davismore fully disable gain adjustment sharing in a RouteGr...
2017-03-23 Robin GareusIncrease mempool for session-scripts
2017-03-21 Robin GareusImprove plugin Ccategory consistency somewhat
2017-03-21 Robin GareusRelax LV2 plugin filter to substring (e.g. "Utility...
2017-03-18 Robin Gareusfix copy/paste issue, typename is not needed here
2017-03-18 Robin GareusResolve copy-c'tor and assignment issue with TempoMap
2017-03-18 Robin GareusLua bindings to access MIDI region/source note-events
2017-03-18 Robin GareusPrefer const references: Beat-Converter does not modify...
2017-03-18 Robin GareusOh boy!
2017-03-18 Robin GareusDon't push WriteMemoryCallback into global namespace
2017-03-18 Robin GareusAdd newline to DEBUG::Soundcloud so that it's readable...
2017-03-17 Hiroki InagakiUpdate Japanese translation
2017-03-17 Robin GareusLua bindings for libardour transient-analysis
2017-03-16 Robin GareusSanitize cubic-interpolation code (NO-OP safe for float...
2017-03-13 Robin GareusAdd track/bus rename safeguards to the backend (handy...
2017-03-13 Robin Gareusplugin scan tweaks: don't verbosely log by default...
2017-03-12 Robin Gareusremove cruft; superseded by ControlGroup::use_me
2017-03-12 Robin GareusPreparations to keep track of stripable color-dialogs.
2017-03-12 Robin GareusFix issue with automation-playback constantly marking...
2017-03-12 Robin GareusOptimize Session::set_dirty()
2017-03-12 Robin GareusPrepare for graceful case-by-case fallback of VST Bypass
2017-03-11 Robin GareusFix Controllable::InverseGroup behavior.
2017-03-11 Robin GareusFix possible segfault in multi-bus AUs.
2017-03-10 nick_mfix incorrect property change in AudioRegion::set_fade_...
2017-03-09 nick_mfix potential crash in LV2Plugin::connect_and_run(...
2017-03-08 Robin GareusPrevent adding "master" to a group
2017-03-08 Robin GareusPrepare moving to a dedicated x-thread signal for VST...
2017-03-08 Robin Gareusremove cruft
2017-03-07 Robin GareusFix copy/paste typo -- MacOSX builds
2017-03-06 Robin GareusRework VST initialization:
2017-03-06 nick_mannounce what changed correctly in MidiRegion::model_sh...
2017-03-06 nick_mmore linked midi region trim drag fixes.
2017-03-06 Robin GareusAdd support for VST effSetBypass #7266
2017-03-05 Robin GareusFix AFL/PFL from MIDI tracks without audio (zero buffers)
2017-03-04 nick_mfix uninitialised variable (fixes linked midi region...
2017-03-04 nick_mtempo editing updates
2017-03-04 Robin GareusNotify UI when plugin state is copied/replaced
2017-03-04 nick_moffset linked regions to compensate for negative start...
2017-03-01 Robin GareusFix crash when adding a plugin immediately after re...
2017-03-01 Robin GareusDon't display "channel-selector" for plugins only prete...
2017-03-01 Robin GareusFix audition with monitor-section.
2017-02-28 Robin GareusTweak/optimize VST callback:
2017-02-28 Paul Daviswhen destroying a MidiSource, invalidate any existing...
2017-02-28 nick_mallow continuation of tempo via right-click 'Continue...
2017-02-28 Robin GareusUpdate GUI when playing mute-automation
2017-02-27 nick_mfix crash in pinch drag
2017-02-27 nick_mharden TempoMap::next_tempo_section () a bit.
2017-02-27 nick_mamend last commit (don't depend on 0.0)
2017-02-27 nick_mhopefully fix legacy session loading (tempo)
2017-02-27 nick_madd TempoMap::next_tempo_section()
2017-02-27 nick_mfix TempoMap::frame_at_tempo().
2017-02-27 nick_mcomplete changes to tempo type.
2017-02-27 Ben Loftiscompile fix
2017-02-27 nick_mmake new (ramped) tempi indidstiguishable from constant...
2017-02-27 nick_mcorrect (?) behaviour of TempoMap::replace_tempo
2017-02-27 nick_mrework tempo editing.
2017-02-27 Paul Davisfix crash caused by trying to connect monitor section... 5.8
2017-02-26 Paul Davisselected Stripables now have a counter to indicate...
2017-02-25 Robin GareusAdd some missing luabridge::ClassInfo<>::getClassKey...
2017-02-24 Paul Davisno-op: move method order in file
2017-02-24 Robin Gareusadd a missing class-key
2017-02-24 Robin GareusSave Lua script origin (for later updates) -- DSP plugin
2017-02-24 Robin GareusAdd static class-keys for windows
2017-02-23 Paul Davisfix solo + mute controls when slaved
2017-02-23 Robin GareusAdd static Class-Keys for Windows build
2017-02-23 Robin GareusConstrain VCA slave value to controllable range
2017-02-22 Paul Davisfix deadlock when assigning a VCA master
2017-02-22 Robin GareusUpdate processor Lua bindings
2017-02-22 Robin GareusPrepare re-locating missing external files.
2017-02-22 Robin GareusNO-OP; whitespace
2017-02-22 Paul Davisif a slave's masters are at zero, lock slave to zero...
2017-02-21 Paul Davisfix thinko/typo which failed to notify when a VCA is...
2017-02-21 Robin GareusAdd Lua binding to query monotonic time (in microseconds)
2017-02-21 Robin GareusAllow to access/load LuaDSP plugins with default plugin...
2017-02-21 Robin GareusImplementations for Plugin-Preset-Load to set automation
2017-02-21 Robin GareusAdd API allowing plugin preset load to affect automation
2017-02-21 Paul Davisredesign VCA control over gain (and theoretically other...
2017-02-19 Robin GareusAllow to create aux sends from Lua scripts
2017-02-19 Robin GareusEmit a signal when Lua session script change (prepare...
2017-02-18 Robin Gareusmove color_to_rgba to LuaAPI for consistency
2017-02-17 Robin GareusAllow to use any Lua function factory, produce bytecode
2017-02-17 Robin GareusAdd Lua bindings related to solo/mute and realtime...
2017-02-16 Robin GareusFix initial order-keys when creating tracks/busses
2017-02-15 nick_mamend 32248b755ba (legacy tempo map).
2017-02-15 nick_mfix loading of 4.x sessions with a missing initial...
2017-02-15 Robin GareusAdd Lua bindings for plugin re-ordering
2017-02-15 Robin GareusDon't copy-construct MusicFrame, pass const reference.
2017-02-15 nick_munconditionally set region quarter note in set_position().
2017-02-14 Robin GareusAdd missing bindings (after 59daffea1)
2017-02-14 Robin GareusFix lua-doc (Null pointer c'tor doc)
next