open external [read-only] midi-files on construction
[ardour.git] / libs / ardour /
2014-01-22 Robin Gareusopen external [read-only] midi-files on construction
2014-01-22 Robin Gareusfix midi source factory -- load_model() uses shared_fro...
2014-01-22 Robin Gareusfix bitslot already in use warning
2014-01-19 Robin Gareuslock source list when destroying it.
2014-01-19 Robin Gareusremove cruft
2014-01-18 Robin Gareusfix typo in VST flags
2014-01-18 Robin Gareusmark session dirty when panner-bypass is toggled
2014-01-18 Robin Gareustowards a SRC source + resampling during audition
2014-01-18 David RobillardFix crash when instrument plugins fail to instantiate.
2014-01-17 Robin Gareusremove cruft
2014-01-16 Robin Gareusfix typo in auditioner-seek
2014-01-16 Robin Gareusadd seeking to sfdb auditioner
2014-01-16 Paul Davisallow auditioning via the monitor section to work.
2014-01-16 Paul Daviscontinue with tweaks to VST timeinfo, such that the...
2014-01-16 Paul Davisminor tweak to layout of vestige aeffectx.h
2014-01-15 Paul Davismore work on debugging VST timeinfo issues
2014-01-15 Paul Davisdebug VST timeinfo callback, pt3
2014-01-15 Paul Davisdebug VST timeinfo callback, pt2
2014-01-15 Paul Davisdebug VST timeinfo callback
2014-01-15 Paul Davisdon't require VST plugins to actually ask for time...
2014-01-15 Paul Davisadd lots more BBT-based time info for VST plugins ...
2014-01-15 Paul Davisupdate VstTimeInfo structure, from Qtractor's version...
2014-01-15 Robin Gareusdon't pan send/return inserts
2014-01-15 Robin Gareusrework LXVST port assignments - fixes #5827
2014-01-15 Robin Gareusre-allow panners for monitoring-section (for now)
2014-01-15 Robin GareusVBAP GUI convention: top == front ^= azimuth == .5
2014-01-15 Robin Gareuscont'd backend work on panner-linking
2014-01-15 Robin Gareusremove debug code
2014-01-13 Robin Gareusfirst stab at send+route panner link
2014-01-13 Robin Gareusallow to custom select panner-type for each delivery.
2014-01-13 Robin Gareusfix delivery: check if panshell exists on session-load
2014-01-13 Robin Gareusindependent panning for external sends
2014-01-13 Robin Gareusfix output metering for Sends (Aux and External)
2014-01-13 Robin Gareusadd independent panner for internal (Aux) sends
2014-01-13 Robin Gareusupdate internal-send port-count when target port-count...
2014-01-13 Robin Gareusignore additional channels for AFL, PFL:
2014-01-13 Robin Gareusfix deadlock when removing monitoring-section
2014-01-12 Robin Gareusfix processor -> reconfigure I/O || process concurrency
2014-01-12 Robin Gareustake process lock when adding processors:
2014-01-12 Robin Gareusaubio 3+4 compat
2014-01-12 Robin Gareuscosmetic change - properly use lilv API
2014-01-11 Robin Gareusupdate default speaker position list
2014-01-11 Robin GareusVBAP GUI depends on signal-position (not parameter...
2014-01-11 David RobillardSupport midnam controller value labels.
2014-01-10 Robin Gareusfix panner search path
2014-01-10 Robin Gareusre-configure _all_ panners on a route, when panner...
2014-01-10 Robin Gareusadd a fixed priority to panner modules
2014-01-08 Robin Gareusrework panning -- Squashed commit of the following:
2014-01-07 Robin Gareusmake LV2 presets immediately available
2014-01-07 Robin Gareusremove inadvertently commited debug/devel code
2014-01-05 Robin Gareusfix plugin log-sliders for ranges [0..]
2014-01-05 Robin Gareusupdate slider rendering & set style for faders
2014-01-04 Robin Gareusfix detection of aubio library - aubio-0.4 breaks API...
2014-01-03 Robin Gareusdon't split process cycle at end
2014-01-03 Paul Davisimprove clarity of logic parentheses
2014-01-03 Paul DavisMerge branch 'master' of https://github.com/derAbgang...
2014-01-02 derAbgangmantis 0005805
2014-01-02 Julien de KozakFix tests compilation after Control API changes
2014-01-01 Robin Gareusvisualize port connections in mixer/processor when...
2013-12-31 Robin Gareusdebug message: print uint8 channel as integer not char
2013-12-30 Robin Gareusimprove debug message
2013-12-30 Robin Gareusoptimize peak calculation of silent buffers
2013-12-30 Robin GareusNOOP. remove trailing whitespace
2013-12-30 Robin Gareusmake meters request constant buffers
2013-12-29 Robin Gareususe buffer APIs instead of raw memcpy, fix plugin bypass
2013-12-28 Robin Gareusfix replicate_missing_region_channels option
2013-12-28 Robin Gareusremove unused API to explicitly set/unset buffer silent...
2013-12-28 Robin Gareuscentralize buffer silent-flag
2013-12-27 Robin Gareusinitialize some uninitialized variables
2013-12-23 Sakari BergenRe-enable export file tagging. No idea why this code...
2013-12-22 Robin Gareusadd K12/RMS meter type
2013-12-21 Paul Davisnew ControlProtocolManager API, and proper handling...
2013-12-18 Hans Baiermidi_clock_slave: fix bandwidth to 2/60 for best results
2013-12-18 Hans Baierinterpolation_test: add some necessary assertions
2013-12-18 Hans Baiermidi_clock_slave: fix wrong calculation of loop error
2013-12-18 Hans Baiermidi_clock_slave.cc: Better debug messages
2013-12-17 Hans Baiermidi clock slave: make bandwidth variable according...
2013-12-13 Paul Davismake MIDI UI in libardour handle CallSlot requests...
2013-12-12 Robin Gareusadjust LV2 ringbuffer size according to LV2:resize...
2013-12-10 Nils Philippsenadd cmp_nocase_utf8()
2013-12-10 Nils Philippsenuse correct argument order with memset()
2013-12-10 Nils Philippsenuse std::fill_n to fill gain buffer with samples
2013-12-07 Robin Gareusprint a warning for every VST >=2.4 plugin
2013-12-07 Robin Gareusdetect VST >= 2.4 plugins.
2013-12-04 Paul Davischange "cpu" in cpu load backend functions
2013-12-03 Paul Davisminor tweaks to MIDI clock support, including delivery...
2013-12-03 Paul Davisdon't run MIDI clock "tick" if session is silent (e...
2013-12-01 Paul Davisfix continuous send of MIDI start/position/stop message...
2013-11-30 Paul Davisfix up a bunch of confusion regarding the size/capacity...
2013-11-30 Paul Davisdrop capacity argument from Buffer constructor, since...
2013-11-30 Paul Davisfix indentation
2013-11-27 Paul Davismove AudioBackend::_start() into protected, and expand...
2013-11-22 Robin Gareusfix crash @ session-restore of plugins windows
2013-11-16 Robin Gareuslv2: increase scratch buffer size to request port minim...
2013-11-09 Robin Gareusallow to include In/Disk button on Meterbridge
2013-11-05 Paul Davisupdate .po files with --no-fuzzy-matching in use
2013-11-05 Paul Davisback-port two actual bug fixes from cairocanvas branch
2013-11-05 Paul Davisfix incorrect use of sizeof() in snprintf (function...
2013-11-05 Julien de Kozakfix tests compilation
2013-10-28 Paul Davisfix thinko in declaration of ARDOUR::PortEngine::get_po...
next