ardour.git
2017-12-22 Robin GareusTweak size of transport-icons for consistent height...
2017-12-22 Robin GareusBackport Mixbus transport-button profile
2017-12-22 Hiroki InagakiUpdate Japanese translation
2017-12-22 Robin GareusTweak icons (for non-square layout)
2017-12-22 Robin GareusAdd a separate, dedicated transport-control window
2017-12-22 Robin GareusSeparate and consolidate Transport-Control-UI code
2017-12-22 Len OvensOSC: add /marker to locate to a marker.
2017-12-21 Robin GareusFP8/16: Ignore "black" a strip color, always light...
2017-12-21 Robin GareusFP8/16 fix meter + no-pan display mode
2017-12-21 Robin GareusFP8/16 subscribe to panner changes (add/remove channel)
2017-12-20 Len OvensOSC: Add /surface/list option to setting GUI
2017-12-19 Robin GareusFix video-timeline (request parameter is "frame=")
2017-12-19 Robin GareusUse "Frames" for video-frames (NO-OP)
2017-12-19 Robin GareusUpdate template list in Route Dialog
2017-12-19 Robin GareusFix fp16 encoder (misleading doc on fp8)
2017-12-19 Robin GareusRevert "Prototype to allow embedding sysex in midi...
2017-12-19 Robin GareusUpdate sysex upload script (allow up to 256 bytes)
2017-12-19 Robin GareusRelax max MIDI msg size to 256 (for long sysex)
2017-12-19 Robin GareusFix faderport-16 touch on/off (fixes faders 9..16)
2017-12-18 Robin GareusSanitize status-bar msg line layout
2017-12-16 Len OvensOSC: Move /surface/list output to PBD::info
2017-12-16 Len OvensOSC: make custom strip lists work on linked surfaces too
2017-12-16 Robin GareusFix gcc4 builds "GCC diagnostic not allowed inside...
2017-12-16 Robin GareusFix UI for Sends & Inserts (regression was in 0c59ba649e)
2017-12-16 Robin GareusDowngrade some undo-related error messages
2017-12-15 Robin GareusSync weakjack with upstream https://github.com/x42...
2017-12-15 Len OvensOSC: Add Sorted or not to custom strip list
2017-12-15 Len OvensOSC: in custom strip list check all strips exist
2017-12-15 Len OvensOSC: initialize parameter correctly
2017-12-15 Ben LoftisUS2400: Add us2400 profile.
2017-12-14 Pavel FricCzech translation update #7526
2017-12-13 Robin GareusFix FP8/16 port-names
2017-12-13 Robin GareusFix FP16 fader-touch release for faders 9..16
2017-12-13 Robin GareusFix FP16 select button 10..16
2017-12-12 Robin GareusAdd FP17 to reserved I/O names
2017-12-12 Robin GareusAdd FP16 icon
2017-12-12 Robin GareusAdd FP16 control-surface
2017-12-12 Robin GareusNamespace FP8, FP16 to avoid symbol conflicts
2017-12-12 Robin GareusPrepare for FaderPort16 (ctrl-protocol)
2017-12-11 Robin GareusFix a -Wreorder
2017-12-11 Robin Gareusmore NO-OP, comment and whitespace
2017-12-11 Robin GareusNO-OP: whitespace
2017-12-11 Ben LoftisUS-2400: ignore joystick moves until the user clicks...
2017-12-11 Ben LoftisFix another case where: a Range selection must enforce...
2017-12-11 Ben Loftiszoom-to-selection should clear the selection, afterwards.
2017-12-07 Ben LoftisLua scripting: add convenience function Editor::trigger...
2017-12-07 Ben LoftisDrop the "Lua" in Lua Action Buttons:
2017-12-06 Robin GareusPrototype to allow embedding sysex in midi-map
2017-12-06 John EmmasAccommodate newly added/removed source(s) in our MSVC...
2017-12-05 Robin GareusAdd example Lua script to send raw MIDI (sysex) from...
2017-12-05 Robin GareusAdd Lua bindings for MIDI-parser and Async ports
2017-12-05 Robin GareusIncrease ALSA max MIDI msg size to 128 bytes (same...
2017-12-05 Robin GareusAdd a Raw MIDI parser (based on ALSA raw MIDI)
2017-12-05 Robin GareusAdd an action script to call access actions..
2017-12-05 Robin GareusSort LuaDialog dropdown entries by key-name
2017-12-05 Robin GareusAdd Lua binding to query action-list
2017-12-05 Robin GareusLua Script-Selector update
2017-12-05 Robin GareusAllow to pre-seed Lua action script params
2017-12-05 Robin GareusAllow to pass interpreter to evaluate action-script...
2017-12-02 Len OvensOSC: Add custom bank creation and use
2017-12-02 John EmmasA couple of minor changes when #including <utime.h>
2017-11-30 Ben LoftisAdd some devices to the reserved list of midi controllers.
2017-11-30 Markus SeeberFix error when $PATH contains whitespaces
2017-11-29 Robin GareusFix Windows builds (amend a3ec16)
2017-11-29 Robin GareusSet VST cache file mtime to be at least as new as the...
2017-11-29 Robin GareusOSX packaging: don't create empty Plugins dir
2017-11-29 Robin GareusArdourButton: ignore double+tripple clicks
2017-11-29 Robin GareusUpdate LuaProc GC stat calc
2017-11-29 Robin GareusTweak Lua GC
2017-11-29 Robin Gareusupdate to lua-5.3.4
2017-11-28 Len OvensOSC: add /select/plugin/activate cause some add deactivated
2017-11-26 Robin GareusFix "open folder" for non-ASCII paths on Windows
2017-11-26 Robin GareusRemove unused API
2017-11-26 Robin GareusSidechain latency compensation - part one
2017-11-26 Robin GareusAdd convenience methods to set port latencies
2017-11-23 Len OvensOSC: Only send new select send values
2017-11-23 Len OvensOSC personal monitor fix off by one bug.
2017-11-23 Robin GareusRemove duplicate assignment (amend 867460cd3)
2017-11-23 Robin GareusExample Lua script to move regions (insert gaps)
2017-11-23 Robin GareusMake static analysis happy..
2017-11-23 Robin GareusRemove unreachable code.
2017-11-23 Robin GareusNO-OP: cleaner syntax
2017-11-23 Robin GareusConsistent default argument for virtual fn.
2017-11-23 Robin GareusCatch exceptions by const reference
2017-11-23 Robin GareusFix a potential(?) nullptr dereference
2017-11-23 Robin Gareusfix call to std::unique; to actually erase dups.
2017-11-23 Robin GareusFix potentially ambiguous printf()
2017-11-23 Robin GareusNo need for memset to clear a byte.
2017-11-23 Robin Gareusremove useless test, fgets() already ensures MAX_STRING_LEN
2017-11-23 Robin GareusFix another duplicate if from session/system config...
2017-11-23 Robin GareusFix size-request call
2017-11-23 Robin GareusFix duplicate if(A) else if (A) condition
2017-11-22 Robin GareusFix typo in 318e7efb
2017-11-22 Robin GareusGUI to set clock-origin marker
2017-11-22 Robin GareusImplement clock delta modes
2017-11-22 Robin GareusAdd clock-delta mode enum
2017-11-22 Robin GareusIntroduce a dedicated "Clock Origin" Marker
2017-11-22 Robin GareusFix switch statements in ExportTimespanSelector
2017-11-22 Robin GareusAdd seconds as clock-unit
2017-11-22 Robin GareusRelease (debug) lock before emitting signal
next