mp4chaps Lua script: don't clutter global environment
[ardour.git] / libs /
2017-08-25 Len OvensOSC: same fix for /select/*
2017-08-25 Len OvensOSC: account for user sending the wrong number of param...
2017-08-24 Julien "_FrnchFrgg... Remove all manual accounting of connected user bundles
2017-08-23 Julien "_FrnchFrgg... Make IO::connect_ports_to_bundle able to partially...
2017-08-23 Julien "_FrnchFrgg... Make Bundle::connect able to connect only some DataTypes
2017-08-23 Julien "_FrnchFrgg... Improve getting a Bundle total channel count
2017-08-23 Julien "_FrnchFrgg... Add a method to get the first DataType
2017-08-23 Julien "_FrnchFrgg... Use DataType iteration instead of assuming integers
2017-08-23 Robin GareusUpdate "separate_by_channel" API & add Lua bindings
2017-08-23 Robin GareusUse literal for compatibility
2017-08-23 Stefan Müller-Klieserbackends: jack: display playback only devices
2017-08-22 Robin GareusRemove cruft
2017-08-22 Len OvensOSC cue button up events should not be errors, fixed
2017-08-21 Len OvensOSC: /cue/enable feedback not changing fixed
2017-08-21 Len OvensOSC: aux bus detection fixed for mixbus
2017-08-21 Robin GareusCatch Lua exception when scanning scripts
2017-08-21 Paul Hedderlyprh: Small fix to /cue/send/enable feedback string
2017-08-20 Robin GareusFix a tiny memory leak
2017-08-20 Johannes MuellerMake literals in libs/ardour/template_utils.cc translatable
2017-08-20 Johannes MuellerRemove the template description XMLNode before saving...
2017-08-20 Johannes MuellerExtract the route template descriptions
2017-08-20 Johannes MuellerLet user add a route template description on saving...
2017-08-20 Johannes MuellerLet the user add a template description on saving sessi...
2017-08-20 Johannes MuellerSave template description at toplevel rather than in...
2017-08-20 Robin GareusDon't use references for constant c-types
2017-08-18 Robin GareusLua may call C++ functions with throw. Catch them
2017-08-18 Robin GareusAdd Lua binding to un/assign VCAs
2017-08-18 Robin GareusRemove old destructive API (non layered is a dynamic...
2017-08-18 Robin GareusRedesign Session+Route Template Meta Script API
2017-08-18 Robin GareusAdd luaRef is Boolean
2017-08-18 Paul DavisNO-OP: whitespace
2017-08-18 Paul Davisstrip <Actions>/ from displayed path when printing...
2017-08-17 Robin GareusNO-OP: whitespace
2017-08-17 Robin GareusExpose Lua bindings to create/delete VCAs
2017-08-17 Ben LoftisTrack Templates: initial lua backend support.
2017-08-17 Robin GareusCatch some exceptions during session loading.
2017-08-17 Robin GareusCheck major session file format version.
2017-08-16 Robin GareusExpose enums used in RCConfig and other missing classes...
2017-08-16 Robin GareusFix unit-test data (XML attributes changed)
2017-08-15 Robin GareusAdd RCConfiguration Lua Bindings
2017-08-15 Robin GareusThe Auditioner is not in the Session's RouteList
2017-08-15 Robin GareusSeparate "add master bus" (and add Lua bindings)
2017-08-15 Robin GareusClean up BusProfile:
2017-08-14 Ben LoftisChange the template pulldown menu into a tree list...
2017-08-14 Ben LoftisSession Metadata: add a Description field.
2017-08-12 Paul Davisuse a lock to set/get AutomationList automation state
2017-08-11 Robin Gareusyet another Windows build fix (LV2 preset 89475b2c9)
2017-08-11 Robin GareusFix Windows builds (amend 89475b2c)
2017-08-11 Robin GareusFix LV2 Preset path for window
2017-08-11 Robin GareusPrepare for templates w/description
2017-08-11 Robin GareusAdd a new script type for meta-templates: SessionSetup
2017-08-10 Len OvensOSC: fix issue #7444 send fader position/gain even...
2017-08-10 Robin GareusSave sample-rate for sessions created from templates
2017-08-10 Robin Gareusremove old PBD::SystemExec bindings (Windows classkeys)
2017-08-10 Robin GareusAdd a Lua SetSession signal/hook
2017-08-10 Robin GareusCentralize Lua sandboxing
2017-08-09 Robin GareusSeparate set_toggleaction_state () API
2017-08-09 Robin GareusFix windows builds (amend 0c4e0503)
2017-08-08 Robin GareusSystemExec Lua bindings (vfork, fire+forget)
2017-08-07 Robin GareusFix non-buffered PA backend. Wait for backend to become...
2017-08-07 Robin GareusAdd debug-msg for port-handle registration
2017-08-07 Robin GareusPortAudio: skip process callbacks until ports are estab...
2017-08-07 Robin GareusRevert "Work around a Windows crash (for now)"
2017-08-07 Robin GareusWork around a Windows crash (for now)
2017-08-07 Robin GareusFix Windows builds (amend 7009ff03)
2017-08-07 Robin Gareusfix a -Wattributes
2017-08-07 Robin GareusExplicitly initialize parent in the copy constructor
2017-08-07 Robin Gareusspace matters
2017-08-07 Robin GareusAdd Lua Bindings to clone/copy regions
2017-08-07 Robin GareusAdd Lua bindings for RegionMap and region list
2017-08-06 Robin GareusAllow FaderPort to select VCAs
2017-08-06 Robin GareusEmit SelectionChange when VCA is removed
2017-08-06 Robin GareusBroadcast info according to EBU tech-specs
2017-08-06 Robin GareusRemove some debug output
2017-08-05 Robin Gareus"Selected" is a PresentationInfo Property.
2017-08-05 Robin Gareusamend bc46a7e2e9; fix blind coding typos
2017-08-05 Robin Gareusamend f4c76f89d3a; fix blind coding typos
2017-08-05 Robin GareusPortAudio backend RT-safe MIDI buffer allocation
2017-08-05 Robin GareusCoreaudio backend RT-safe MIDI buffer allocation
2017-08-05 Robin GareusALSA backend RT-safe MIDI buffer allocation
2017-08-05 Robin GareusUpdate backend API: read-only MIDI input buffers
2017-08-05 Robin GareusRevert 542d021f, fix number of DSP threads
2017-08-04 Robin GareusConsolidate ctrl surface code
2017-08-04 Robin GareusAdd API to set thread-priority (for ctrl-surfaces)
2017-08-04 Robin GareusReduce DSP thread priority (main-i/o > midi i/o > compu...
2017-08-04 Robin GareusNO-OP: whitespace
2017-08-04 Robin GareusGraph profiling: allow to override max DSP thread count...
2017-08-04 Robin GareusCoreAudio: Set MachThread RT Priority
2017-08-04 Robin GareusDummyBackend: allow changing SPP
2017-08-03 Robin GareusFix typo in Lua Vamp API
2017-08-03 Robin GareusAllow calling IO::silence for yet unregistered ports...
2017-08-03 Robin GareusSome more assert() debugging
2017-08-03 Robin GareusIgnore cycle-start/end for unregistered ports
2017-08-03 Robin Gareusimprove 1a288ddd, destroy IO after disconnecting from...
2017-08-03 Robin GareusFix crash when cleaning up w/o destroying session
2017-08-03 Len OvensOSC: Fix to make sure buses created with Ardour 4.7...
2017-08-03 Robin Gareusprevent duplicate playlist-names when re-naming #7438
2017-08-02 Len OvensOSC: Add command to select Master
2017-08-01 Robin GareusFix some more crashes at session-close
2017-08-01 Robin GareusFix LTC encoder removal
next