Fix LV2 Preset path for window
[ardour.git] / libs / ardour /
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 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 GareusFix windows builds (amend 0c4e0503)
2017-08-08 Robin GareusSystemExec Lua bindings (vfork, fire+forget)
2017-08-07 Robin GareusAdd debug-msg for port-handle registration
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 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 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 GareusGraph profiling: allow to override max DSP thread count...
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 Robin Gareusprevent duplicate playlist-names when re-naming #7438
2017-08-01 Robin GareusFix some more crashes at session-close
2017-08-01 Robin GareusFix LTC encoder removal
2017-07-31 Johannes MuellerSignal wish to show inline display in gui by lv2:option...
2017-07-31 Johannes MuellerIndicate whether to show plugin's inline display in GUI
2017-07-30 Robin GareusSome session cleanup fixes (delete slave, take lock...
2017-07-30 Robin GareusTurn AutomationCtrl into a SessionHandleRef
2017-07-28 Robin GareusPortManager::unregister_port() must be called with...
2017-07-28 Robin GareusDelete CoreSelection at session close
2017-07-26 Robin GareusStart a new write-pass when writing automation and...
2017-07-26 Robin GareusFix initial sync to LTC with small buffersizes
2017-07-25 Robin GareusMake start_touch() truly idempotent
2017-07-24 Robin Gareusfix e838e7f3597
2017-07-24 Robin GareusFix Mixbus "well known" send-names and enable ctrls
2017-07-24 Robin GareusUpdate WritePass logic + AutomationList Undo
2017-07-24 Paul Davisupdate japanese translation (Hiroki Inagaki)
2017-07-24 Robin GareusFix saving automation record undo
2017-07-23 Robin GareusUpdate amp.cc to use gain_t for maths (no more double)
2017-07-23 Robin GareusRemove unused "mark" parameter from stop_touch() API
2017-07-22 Robin GareusNO-OP: whitespace
2017-07-22 Robin GareusAutomationWatch: single DropReferences connection per AC
2017-07-22 Robin GareusNO-OP: whitespace
2017-07-22 Robin GareusFix Route mute automation touch (owned control)
2017-07-22 Robin GareusNO-OP: consistent [internal] API name for Automatables
2017-07-22 Robin GareusNO-OP: Consistent API name
2017-07-21 Robin GareusMore non-rt calls to VCA - fixes VCA automation writing
2017-07-21 Robin GareusFix VCA Automation: end write pass
2017-07-21 nick_mTempoMap legacy session loading fixes
2017-07-21 nick_mFis stray break statement when checking for a legacy...
2017-07-21 nick_mRework tempo marker editing menu functions
2017-07-21 nick_mCalculate clamped tempo stretch ratios using the correc...
2017-07-21 nick_mTempoMap : Remove old solve_map debugging code
2017-07-21 nick_mMove some duplicated replace/add tempo section code
2017-07-21 nick_mRemove redundant beat arg from TempoMap::add_meter
2017-07-21 nick_mFix incorrect double-snap when moving audio-locked...
2017-07-21 nick_mCheck for identical meter positions in old sessions...
2017-07-20 Robin GareusNon-layered MIDI recording
2017-07-20 Johannes MuellerSet the name of the route in a route template to the...
2017-07-20 Robin GareusAllow adding tracks w/o running backend
2017-07-19 Robin GareusAllow listening to channels being exported (w/ realtime...
2017-07-19 Robin GareusFix well-known send API for mixbusses.
2017-07-18 Léo AndrèsFix french translation mistake
2017-07-17 Robin GareusPluginInsert::silence is used after all (fix 07aeb12d3)
2017-07-17 Robin GareusClean up library inheritance (colors.h, utils.h)
2017-07-16 Robin GareusFix loading bundles #7426
2017-07-16 Robin GareusData less than or equal to zero should be considered...
2017-07-16 Robin GareusFix merging boolean automation + mute disconnect.
2017-07-16 Robin GareusSome notes for later.
2017-07-16 Robin GareusRemove unused API and a never used execution-branch
2017-07-16 Robin GareusConsistent Automation evaluation:
2017-07-16 Robin GareusAdd API to run automation only (emit Changed signal).
2017-07-16 Robin GareusRename private method
2017-07-13 Robin GareusFix total number of process threads
2017-07-12 Johannes MuellerDon't try to chop of the file name extension from a...
2017-07-08 Robin GareusDon't use VST ->user points, prefer host-reserved ptr
2017-07-08 Robin GareusAdd API to expand/flatten AC groups
2017-07-07 Robin GareusDon't drop processor references with process-lock
2017-07-07 Robin GareusConsistent ControlList freezing -- fixes #7419
2017-07-06 Robin GareusConsistently set parameter steps.
2017-07-04 Robin GareusFix session-event queue (multiple writer, single reader)
2017-07-04 Robin GareusCompatibility with old out-of-range automation-lane...
2017-07-04 Robin GareusWork-around for plugins with log-scale parameter 0...
2017-07-02 Robin GareusAdd API to step though parameter enumerations
2017-07-01 Robin GareusPrepare x-thread signals plugin-GUI visibility
2017-07-01 Robin GareusRemove old libardour API for plugin UIs
2017-07-01 Robin GareusFix thinko in dd3f922788
2017-06-30 Robin GareusDon't invert azimuth & elevation display value
2017-06-30 Robin GareusNO-OP: whitespace
next