ardour.git
2019-02-28 Robin GareusCopy state when replicating an AU plugin
2019-02-28 Robin GareusProperly copy LV2 plugin instances on replication
2019-02-28 Robin GareusTake latency into account when analyzing live signal
2019-02-28 Robin GareusNO-OP: whitespace
2019-02-28 Robin GareusRe-work plugin-analysis (fix crashes)
2019-02-27 Robin GareusMore slaved_to() replacements, fix typo
2019-02-27 Robin GareusConsolidate code, use dedicated API
2019-02-27 Robin GareusAmend f474d0d4a9, remove explicit casts
2019-02-27 Robin GareusPrefer to expose the virtual method for VCA and Route
2019-02-27 Robin GareusUpdate Lua VCA example script
2019-02-27 Robin GareusExpose Lua bindings to check VCA assignments
2019-02-26 Robin GareusFix crash when pressing "Esc" without a session
2019-02-26 Robin GareusDo not save export format for indirect changes
2019-02-26 Paul Davisclarifying comment
2019-02-26 Robin GareusAdd example script to thin automation
2019-02-26 Paul Davisinitial version of transport state machine diagram
2019-02-26 Paul Davisenhanced debug trace output
2019-02-26 Paul Davisreorder call to ::track_transport_master() so that...
2019-02-26 Paul Davisenhanced debug trace output
2019-02-26 Paul Davisenhanced debug trace output
2019-02-26 Robin GareusExportFormatFFMPEG supports tagging meta-data
2019-02-26 Robin GareusDisable ffmpeg/metadata by default, use "tag-metadata"
2019-02-26 Robin GareusDebug AudioGrapher::CmdPipeWriter<> command
2019-02-26 Nikolaus GullottaAmend d61efbee3 - remove check for Mixbus
2019-02-26 Nikolaus GullottaRoute::save_as_template() needs call state() with true...
2019-02-26 Robin GareusRemove unused define
2019-02-26 Robin GareusPrefer vfork() over system() when opening an URI
2019-02-26 Robin GareusTimeFx-Filter: do not create a region when operation...
2019-02-26 Robin GareusRe-work TimeFX cancel/abort
2019-02-26 Robin GareusFix TimeFX threading (detached thread must not be joined)
2019-02-26 Robin GareusFix never-ending timestretch
2019-02-23 Robin GareusUpdate Fluidsynth to v2.0.4
2019-02-22 Paul Davisremove PostTransportWorkCurveReallocate (no longer...
2019-02-22 Robin GareusSort route-templates by name
2019-02-21 Robin GareusRemove unused API, unused variable
2019-02-21 Robin GareusAvoid dynamic-cast, prefer virtual inheritance for...
2019-02-21 Robin GareusAdd API to check for ongoing de-click
2019-02-20 Robin GareusRemove more cruft (unused rf-scale)
2019-02-20 Robin GareusRemove cruft (unused PostTransportInputChange)
2019-02-20 Robin GareusTweak Plugin List script: output formatting and name
2019-02-20 Robin GareusALlow Markup for LuaDialog.Message
2019-02-20 Robin GareusScript to list and count plugins used in this session
2019-02-20 Robin GareusAdd unified API to select plugins to show on control...
2019-02-19 Alby MMade any -> none mappings remove events
2019-02-19 Alby MSimplified translation table, fixed edge cases
2019-02-19 Alby MMinor updates from code review
2019-02-19 Alby MAdded MIDI Remap Lua DSP plugin
2019-02-18 John EmmasAdd/remove source(s) in our MSVC project (libardour)
2019-02-18 Robin GareusRemain silent while a disk-buffer is overwritten
2019-02-17 Robin GareusUpdate Latency UI, subscribe to changes
2019-02-17 Robin GareusEmit signal when plugin latency changes
2019-02-17 Robin GareusClean up Latency API (Processor vs Plugin)
2019-02-16 Robin GareusTweak meterbridge track reordering -- amend d03574987
2019-02-16 Paul Davisremove references to "Editor_menus" which is an action...
2019-02-16 Paul Davisadditional logic to avoid showing top-level menu action...
2019-02-16 Paul Davisrename Main_menu action to Main menu
2019-02-16 Paul Davisfix mistaken action paths used in MonitorSection
2019-02-16 Paul Davismonitor section "global actions" are only global, no...
2019-02-16 Paul Davisget ordering correct of global binding set creation...
2019-02-16 Paul DavisMonitorSection should only define global actions for...
2019-02-16 Paul Davisget ordering correct of global binding set creation...
2019-02-16 Robin GareusTentative Latency GUI update
2019-02-16 Robin GareusFix some signed/unsigned warnings
2019-02-16 Robin GareusNO-OP: whitespace
2019-02-16 Robin GareusPrepare to allow to disable latency-compensation
2019-02-15 Paul Davisbetter and more correct bindings for monitor section
2019-02-15 Robin GareusFix crash when touching stale Automation Points
2019-02-15 Robin GareusSimply debugging port-registration failures
2019-02-13 Robin GareusOptimize DSP-load calculation, pre-calculate fall-off...
2019-02-13 Robin GareusFix meterbridge to follow track/bus re-ordering
2019-02-13 Ben LoftisFix for automation-line edits using the Range+Draw...
2019-02-12 Ben Loftismidi-audition-synth-uri is deprecated (libardour part).
2019-02-12 Ben Loftismidi-audition-synth-uri is deprecated (gtk2 part).
2019-02-12 Ben LoftisHard-code GMsynth as the fallback, and allow UI to...
2019-02-12 Ben LoftisAllow the selected Instrument to be used as the auditio...
2019-02-12 Ben LoftisSummary View should use the playhead color from config.
2019-02-12 Ben LoftisSession-range behavior (gtk2 part)
2019-02-12 Ben LoftisSession-range behavior (libardour part)
2019-02-12 Ben LoftisSelection-after-split behavior (gtk2 part)
2019-02-12 Ben LoftisSelection-after-split behavior ( libardour part )
2019-02-09 Robin GareusFix llabs() ambiguity
2019-02-08 Robin GareusFix MIDI-bypass for inplace plugins -- #7722
2019-02-08 Robin GareusProperly initialize atomic variable
2019-02-08 Robin GareusFix some disk-buffer threading issues
2019-02-08 Robin GareusNO-OP: clarify internal API, prepare for overwrite...
2019-02-08 John EmmasAccommodate newly introduced source(s) in our MSVC...
2019-02-07 Robin GareusRemove disk-reader local MIDI vari-speed
2019-02-07 Robin GareusPrefer AudioBuffer reference over raw buffer
2019-02-07 Robin GareusPrepare dedicated Disk-reader de-click gain-stage
2019-02-07 Robin GareusAllow reading future data without read-commit
2019-02-06 Paul Davisdo not use green for "OK" deltas in transport master...
2019-02-06 Paul Davisuse correct value for silent sample count delivered...
2019-02-06 Paul Davisdo not attempt to update transport master rows if audio...
2019-02-06 Robin GareusFix rolling backwards
2019-02-06 Robin GareusImplement backwards micro-locates
2019-02-06 Robin GareusPrepare Disk-reader for bi-directional micro-locates
2019-02-06 Robin GareusPrepare buffer for seeking
2019-02-06 Robin GareusOptimize buffer zero-filling
2019-02-05 Robin GareusTowards a new disk-reader ringbuffer
2019-02-04 Paul Davisuse ::reset() not ::update()
next