fix typo in VST flags
[ardour.git] / libs /
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 Gareusstereo-panner: clamp width during processing to valid...
2014-01-15 Robin Gareusprevent stackoverflow when pannable changes to fewer...
2014-01-15 Robin Gareusre-allow panners for monitoring-section (for now)
2014-01-15 Robin Gareusfix invalid width when swiching to 2in2out
2014-01-15 Robin GareusVBAP GUI convention: top == front ^= azimuth == .5
2014-01-15 Robin GareusNOOP, semantic update, don't pannable's panner for...
2014-01-15 Robin Gareuscont'd backend work on panner-linking
2014-01-15 Robin Gareusremove debug code
2014-01-14 Paul Davisfix compilation problem on OS X caused by a missing...
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-12 Robin Gareusswap channel VBAP channel
2014-01-11 Robin Gareusredefine Pi :)
2014-01-11 Robin GareusVBAP rework (part III): fix position computation backen...
2014-01-11 Robin Gareusupdate default speaker position list
2014-01-11 Robin GareusVBAP GUI depends on signal-position (not parameter...
2014-01-11 Robin GareusVBAP backend re-work (part two): speaker positioning
2014-01-11 Robin GareusVBAP backend re-work (part one):
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-09 Robin Gareusadd [missing] left_half_rectangle util
2014-01-08 Robin Gareusrework panning -- Squashed commit of the following:
2014-01-08 Sakari BergenFix dither data width assertions and related tests
2014-01-07 Robin Gareusmake LV2 presets immediately available
2014-01-07 Robin Gareusremove inadvertently commited debug/devel code
2014-01-06 Paul Davisadd M-Audio 2496 as a recognized card for the mudita24...
2014-01-05 Robin Gareusfix plugin log-sliders for ranges [0..]
2014-01-05 Robin Gareusfix fader default-value line position
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-04 Robin Gareusprocessor drag box only
2014-01-04 Robin Gareusfix PixFader size allocation
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-03 Nils Philippsendon't declare hilight variable twice
2014-01-03 Nils Philippsenget rid of const warnings
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 Gareusfix assert for non-existing MIDI patch-names
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 Gareusadd support for old compilers w/o implicit stdbool
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 Davisfix up OSC support to conform to new CP API and pay...
2013-12-21 Paul Davisconform to new CP API
2013-12-21 Paul Davisconform to new CP API
2013-12-21 Paul Davisnew CP API and fix several egregious bugs with port...
2013-12-21 Paul Davisremove debug output
2013-12-21 Paul Davisconform to new CP API design
2013-12-21 Paul Davisconform to new CP API design
2013-12-21 Paul Davisclean up aspects of ControlProtocol API
2013-12-21 Paul Davisclean up aspects of ControlProtocol API
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
next