Use dedicated "show editor/mixer" actions
[ardour.git] / libs /
2017-03-10 Robin GareusUse dedicated "show editor/mixer" actions
2017-03-10 nick_mfix incorrect property change in AudioRegion::set_fade_...
2017-03-09 Ben LoftisFaderport uses the Mix and Proj buttons to summon mixer...
2017-03-09 nick_mfix potential crash in LV2Plugin::connect_and_run(...
2017-03-08 Robin Gareusfix a-reverb, cut tail on deactivate, plug memory-leak
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 Robin GareusDon't allow GMCP to override loading_state_version
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 Gareusc89 compat (gcc4, mingw..)
2017-02-28 Robin GareusTweak/optimize VST callback:
2017-02-28 Paul Daviswhen destroying a MidiSource, invalidate any existing...
2017-02-28 Robin GareusFix loading SMF meta-data > 127 bytes (no more g_critic...
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 Paul DavisRevert "libs: debug output for faderport/editor mixer...
2017-02-25 Robin GareusAdd some missing luabridge::ClassInfo<>::getClassKey...
2017-02-25 Len OvensOSC: correct busses spelling in GUI
2017-02-24 Paul Davislibs: debug output for faderport/editor mixer strip...
2017-02-24 Paul Davistry to make sure faderport shows the same strip as...
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-24 Paul Davisremove misleading/incorrect comment
2017-02-23 Len OvensOSC: remove invalid feedback for solo and pan az.
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 GareusLuaBridge: Dedicated type for pointer-lists and const...
2017-02-23 Robin GareusluaBridge support const references to class-instance...
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-20 Robin GareusAllow to pre-seed Tabbable detached state.
2017-02-20 John EmmasAdd a missing #define to our MSVC project (portaudio_ba...
2017-02-19 Robin GareusAllow to create aux sends from Lua scripts
2017-02-19 Robin GareusAdd Lua bindings for std::list ::front() and ::back()
2017-02-19 Robin GareusEmit a signal when Lua session script change (prepare...
2017-02-18 Robin GareusFix 32bit compilation
2017-02-18 Robin Gareusmove color_to_rgba to LuaAPI for consistency
2017-02-18 Damien Zammitptformat: Update lib to upstream 624671c
2017-02-17 Robin GareusAllow to use any Lua function factory, produce bytecode
2017-02-17 Damien Zammitptformat: Update lib to upstream 3b60276
2017-02-17 Damien Zammitptformat: Update the lib to 9d0b64f (upstream ptformat)
2017-02-17 Robin Gareusleave a ToDo note for the mackie surface
2017-02-17 Robin GareusRemove direct calls to set solo_control()
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)
2017-02-13 Robin GareusPrepare record with count-in action
2017-02-13 Paul Davislatest Czech translation for libs/ardour, from Pavel...
2017-02-13 nick_mfix 'snap to beat' havoc-causing misplaced bracket.
2017-02-12 nick_mfix missing position property in MidiRegion::clone()
2017-02-12 Hiroki InagakiUpdate Japanese translation
2017-02-09 Paul Davisremove debug output from PresentationInfo changes
2017-02-09 Paul Davisremove debugging stacktrace from mackie code
2017-02-09 Paul Davisfix save_as()' inadvertent marking a session as dirty...
2017-02-09 Paul DavisNO-OP: whitespace removal
2017-02-09 Paul Daviswhen adding a default start/end range to a Location...
next