FP8: allow to re-initialize the Strips w/o restart
[ardour.git] / libs /
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.
2017-03-30 Ben LoftisShortcut editor: include a raw list of the currently...
2017-03-30 Robin GareusFix hiding Lua __metatable -- prevent setmetatable...
2017-03-30 Robin GareusAdd proper Lua bindings for RouteGroupList
2017-03-30 Robin GareusLua: make external (static) functions available for...
2017-03-29 Len OvensOSC: don't skip when deleting cue observers
2017-03-29 Len OvensOSC: Clear devices should clear cue observers as well.
2017-03-29 Robin GareusFix Patch Change Naming when plugins change (Route...
2017-03-27 Len OvensOSC: reduce feedback noise for surfaces using /strip...
2017-03-27 Robin GareusRevert "profile instant.xml save"
2017-03-26 Paul Davismore fully disable gain adjustment sharing in a RouteGr...
2017-03-25 Robin Gareusprofile instant.xml save
2017-03-24 Len OvensOSC: tell surfaces using /strip/list they need to rebui...
2017-03-24 Len OvensOSC: update /strip/list response to add aux, midi bus...
2017-03-23 Robin GareusIncrease mempool for session-scripts
2017-03-22 Robin GareusSpecial case const std::string& Lua binding.
2017-03-22 Robin Gareusremove cruft (following 6dc3bdf)
2017-03-21 Robin GareusImprove plugin Ccategory consistency somewhat
2017-03-21 Robin GareusRelax LV2 plugin filter to substring (e.g. "Utility...
2017-03-21 Robin GareusDebug NSView Exposure
2017-03-21 Robin Gareusconsolidate NSGLView
2017-03-21 John EmmasAccommodate newly introduced sources in our build proje...
2017-03-21 John EmmasThe new class 'Gtkmm2ext::EventBoxExt' needs to be...
2017-03-21 Robin GareusAllow to selectively use NSGLView Canvas
2017-03-21 Robin Gareusmatch name of synthesized property (fixed i386 builds)
2017-03-21 Robin GareusFix gcc4 builds
2017-03-21 Robin Gareusfix OSX/PPC compilation
2017-03-20 Robin GareusTowards a consistent render() API.
2017-03-20 Robin GareusForward un/map events to NSGLView
2017-03-20 Robin GareusNSGLView: default to hidden, add API to un/hide
2017-03-20 Robin GareusAdd a EventBox wrapper to forward unmap events.
2017-03-20 Len OvensBasicUI moved toggle_click,toggle_roll and stop_forget...
2017-03-20 Robin GareusAllow CairoWidget to be backed by NSGLView
2017-03-20 Robin GareusMove NSGlView into libgtkmm2ext
2017-03-20 Robin GareusFix OSX canvas when used without openGL NSView
2017-03-20 Robin GareusUse NSGLView with patched gdk
2017-03-19 Robin GareusPrepare NSView/OpenGL Canvas (to speed up rendering...
2017-03-19 Len OvensOSC: add feedback for /monitor/mute,dim,mono
2017-03-19 Len Ovensbasic_ui send midi_panic directly to session rather...
2017-03-19 Len OvensOSC add /monitor/mute,dim,mono
2017-03-18 Robin Gareusfix copy/paste issue, typename is not needed here
next