fix initialization order
[ardour.git] / libs / ardour / ardour /
2018-09-13 Colin FletcherImplement new Enclosed region equivalence mode
2018-09-11 Robin GareusFix LTC file-reader -- closes #7661
2018-08-24 Paul Davisno reason for 2 template types in CoreSelection::select...
2018-08-24 Paul Davisadd new methods to ARDOUR::CoreSelection to centralize...
2018-08-15 Robin GareusAdd API to reset plugin timing stats
2018-08-14 Robin GareusAdd a locale-independent float/double format Lua method
2018-08-07 Térence ClastresAdd Launch Control XL control surface support
2018-08-06 Robin GareusFix track rename oddity, don't skip over current name.
2018-08-02 Robin GareusAdd method to conveniently retrieve a sorted routelist
2018-07-31 Robin GareusPrepare for non-bypassable plugins (Mixbus channelstrip)
2018-07-26 Robin GareusPrepare types for new grid
2018-07-25 Robin GareusAdd an API to reset export-handler configs.
2018-07-17 Robin GareusRefactor LTC File decoder, prepare for Lua bindings
2018-07-14 Ben Loftisauto-backup: libardour part. (from mixbus)
2018-07-12 Robin GareusMonitorCue = In + Disk (fixes CC121 + push2 display)
2018-07-11 John EmmasCorrect a couple of typos
2018-07-09 Robin GareusNO-OP: Rename disk-reader buffer for consistency
2018-07-09 Robin GareusPrepare API for per disk-reader de-click
2018-07-09 Robin GareusRemove unused CubicInterpolation from session
2018-07-09 Robin GareusSeparate ChannelInfo for disk reader and writer
2018-07-09 Robin GareusRemove unused disk-reader vari-speed
2018-07-09 Robin Gareusmove rt-stop to route
2018-07-09 Robin GareusRemove unused AutoLoopDeclick, PendingLoopDeclick
2018-07-09 Robin GareusRemove global declick API
2018-07-03 Paul Davisreverse velocity display related commits
2018-07-03 Paul Davisenum convert for VelocityDisplayOption
2018-07-03 Paul Davisadd VelocityDisplayOption enum; indent TrackAutoNamingR...
2018-06-30 Len OvensAdd method to find subgroup_bus
2018-06-30 Len OvensFix code style
2018-06-21 Paul Davisremove Session::controllable_by_descriptor() and move...
2018-06-04 Paul Davisremove aeffectx.h; use vestige.h
2018-05-31 Robin GareusAdd Lua API to list all available plugins
2018-05-17 Robin GareusCollect plugin runtime profile statistics.
2018-05-08 Ben LoftisPlugin Order: remove from instant.xml and save to...
2018-05-08 Ben LoftisMake note of Gesture messages in VST; for later.
2018-05-04 Paul Davisadd well known controls to list accessible via a MIDI...
2018-05-04 Paul Davisinternally, ControllableDescriptors (used by MIDI bindi...
2018-04-06 Robin GareusFix VstParameterProperties (bug from ac03e4a93)
2018-03-15 Robin GareusVCA API-change: return created VCAs (handy for Lua...
2018-03-10 Len OvensAdd virtual slaved, slaved_to calls to stripable
2018-03-02 Ben LoftisTag_reset() should be FromPlug, not FromGui.
2018-03-01 Ben LoftisPlugin-Tag improvements:
2018-02-23 Ben LoftisRevert afedd2 and associated commits (method to generat...
2018-02-22 Ben LoftisMethod to generate an initial tag file:
2018-02-15 Ben LoftisAuto-monitor == Cue for MIDI tracks.
2018-02-11 Ben LoftisSoloSelection: libardour part.
2018-02-09 Ben Loftisnew_grid: Rewrite of Snap and Grid. (squashed commit)
2018-02-03 John EmmasMake sure that 'libardour-config,h' only gets #included...
2018-02-03 Ben LoftisFurther defer changes of plugin Tags+Status, and consol...
2018-01-31 Robin GareusAllow to filter tags by hidden + favorite
2018-01-30 Robin GareusAdd backend-API to reset plugin tags
2018-01-30 Robin GareusRemove unused API
2018-01-30 Robin GareusUpdate PluginManager: implement plugin tags
2018-01-30 Robin GareusUpdate plugin classification
2018-01-30 Robin GareusPrepare plugin-meta-data config-dir and files
2017-12-24 Len Ovensremove unused line
2017-12-05 Robin GareusAdd a Raw MIDI parser (based on ALSA raw MIDI)
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-11-26 Robin GareusRemove unused API
2017-11-26 Robin GareusAdd convenience methods to set port latencies
2017-11-22 Robin GareusAdd clock-delta mode enum
2017-11-22 Robin GareusIntroduce a dedicated "Clock Origin" Marker
2017-11-11 Robin GareusAdd API to allow buffer offsets when applying gain
2017-11-11 Robin GareusAdd a noise generator (Lua DSP)
2017-11-04 Robin GareusAdd some notes for future optimizations (and prepare...
2017-11-04 Robin GareusChange Delayline to use power-of-two size and bitmasking
2017-11-04 Robin Gareus[Re]-Implement Delayline flush.
2017-11-04 Robin GareusOptimize Delaylines: block-process (not one sample...
2017-11-04 Robin GareusClean up delayline API: don't use 'get_' for accessor...
2017-11-01 Robin GareusWrap automation on loop-position, split plugin processing
2017-10-31 Robin GareusClick-free polarity inversion, also use accelerated...
2017-10-31 Robin GareusFix set_loop() return value (amend 00a4ad)
2017-10-31 Robin GareusMove Loop Location to Processors
2017-10-31 Robin GareusMigrate to Polarity-inversion processor & fix proc...
2017-10-31 Robin GareusAdd polarity-invert processor
2017-10-30 Robin GareusNO-OP: whitespace
2017-10-30 Robin GareusAdd & implement PortEngine::externally_connected() API
2017-10-30 Robin GareusFix fade-out at quit.
2017-10-30 Robin GareusParallel execution of cycle-start/end
2017-10-30 Robin GareusAdd a RT-Tasklist
2017-10-29 Robin GareusRemove unused per-port buffer offset
2017-10-29 Robin GareusNO-OP: whitespace
2017-10-29 Robin GareusMove vari-speed into backend (resample ports)
2017-10-20 Robin GareusPrevent recursive VCA assignments
2017-10-20 Robin GareusRemove not implemented API
2017-10-19 Ben LoftisUS2400: map knobs for mixbus strips, when selected.
2017-10-18 Robin GareusConsolidate session + template file extensions
2017-10-05 Ben LoftisUS2400: send_pan_azimuth lookup function (currently...
2017-10-05 Ben LoftisUS2400: add debug bits
2017-10-04 Robin GareusFix various edge-cases with session-archives
2017-10-03 Robin GareusClean up State API:
2017-10-03 Robin GareusAPI change: expose session-archive compression-level
2017-10-03 Robin GareusFix session-archive edge-cases, prepare uncompressed...
2017-10-02 Paul Davischange API and implementation for CubicInterpolation...
2017-10-02 Paul Davisremove midi_interpolation member of DiskIOProcessor...
2017-10-02 Paul DavisNO-OP: comment format change and whitespace
2017-10-02 Paul Davisremove cruft from DiskIOProcessor header
2017-10-02 Paul Davisremove leftover cruft related to wrap buffers from...
2017-10-02 Paul Davistracks no longer need to be notified about speed changes
next