OSC: Add /select/vca/toggle
[ardour.git] / libs /
2018-06-20 Len OvensOSC: Add /select/vca/toggle
2018-06-20 Johannes Muellera-comp: makeup_gain needs to be smoothened after every...
2018-06-20 Johannes MuellerAdd a control port to a-comp select which mode to displ...
2018-06-20 Johannes MuellerMake a-comp's meter show numerical values in "4.1f"
2018-06-20 Johannes MuellerPut input level meter before output level meter in...
2018-06-20 Johannes MuellerVisualize the peak of the compressor state in a-comp
2018-06-20 Johannes MuellerDrop LPF of input level visualization in a-comp
2018-06-20 Johannes MuellerShow the input level in acomp's inline display rather...
2018-06-20 Johannes MuellerInlevel output port to visualize the input level in...
2018-06-20 Johannes MuellerImprove level vizualisation in a-comp
2018-06-20 Johannes MuellerGR-based visualization in a-comp
2018-06-20 Johannes MuellerNew attack and release behavior for a-comp
2018-06-20 Johannes MuellerDon't use acomp->v_gainr outside LV2_EXTENDED ifdefs
2018-06-19 Len OvensOSC: reworking of previous/next select
2018-06-19 Len OvensOSC: Feedback was not making it to surface
2018-06-19 Len OvensOSC group sharing should be cleared for VCAs
2018-06-19 Len OvensOSC: added context based previous/next select
2018-06-19 Len OvensOSC: select should not show expand if invalid
2018-06-19 Len OvensOSC expand off should check current sellect
2018-06-19 Len OvensOSC: Allow expand to be global
2018-06-19 Len OvensOSC do not recalc select if still valid
2018-06-09 Robin GareusHide designated LV2 freewheeling port.
2018-06-06 Robin GareusRemove duplicate class-keys (amend d95df9164)
2018-06-04 Paul Davisremove aeffectx.h; use vestige.h
2018-05-31 Robin GareusAdd Lua API to list all available plugins
2018-05-19 John EmmasMove a couple of #undef's
2018-05-17 Robin GareusCollect plugin runtime profile statistics.
2018-05-17 Robin GareusAdd a time-profiler with statistics
2018-05-12 Johannes MuellerMake the peak indication in the graph of a-expander...
2018-05-12 Johannes MuellerLimit gain reduction of a-expander to 160 dB in order...
2018-05-12 Johannes MuellerVisualize peak input in a-expander
2018-05-12 Johannes MuellerAdd output control port to a-exp for input level
2018-05-12 Johannes MuellerIndicate input level in a-exp's inline display rather...
2018-05-12 Johannes MuellerIncrease the range of a-exp's ratio to make it usable...
2018-05-12 Johannes MuellerMake a-expander react probably on being disabled and...
2018-05-12 Johannes MuellerNew visualization of the compressor state in graph...
2018-05-12 Johannes MuellerFixed wrong initialization.
2018-05-12 Johannes MuellerAdjust default parameters of a-expander
2018-05-12 Johannes MuellerChanged attack and release behavior
2018-05-12 Johannes MuellerFirst draft of a-expander
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 Davisfix more cut-n-paste coding errors
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-05-04 Paul Davisavoid compiler warning (timestamp is unsigned and is...
2018-05-04 Paul Davisavoid compiler warning on at least some linux versions
2018-04-30 Robin GareusNO-OP: a ToDo comment for discussion
2018-04-26 Robin GareusFix issue with AU plugin-analysis
2018-04-24 Robin GareusUse URIs to identify plugin-presets
2018-04-22 Damien Zammitptformat: Update to upstream c0305a2
2018-04-19 Robin Gareusamend e1f94bbb4a (32/64bit int64 compat)
2018-04-19 Robin GareusFix 32bit builds
2018-04-12 Robin GareusOnly update tooltips if there is an actual change ...
2018-04-08 Damien Zammitptformat: Update to upstream 762f0db
2018-04-08 Damien Zammitptformat: Update to upstream d5a73a0
2018-04-08 Robin GareusFix crash when testing unsupported MIDI file
2018-04-07 Len OvensOSC make strippable null on drop references
2018-04-07 Len OvensUse precalulated value rather than recalculating
2018-04-07 Len OvensOSC: Setting strip types should clear temporary custom...
2018-04-06 Robin GareusFix VstParameterProperties (bug from ac03e4a93)
2018-04-02 Robin GareusImplement VST UI touch (begin/end Edit)
2018-03-29 Robin GareusCoreAudio/MIDI: add locks for port-registration
2018-03-27 Robin GareusNO-OP: prefer binary OR to set midi-status byte
2018-03-26 Paul Davisfaderport: make ::invoke() tell us whether or not somet...
2018-03-26 Paul Davisfix binding to long-press for User button on FaderPort
2018-03-22 John EmmasMSVC won't allow us to cast directly from float to...
2018-03-20 Len OvensOSC: Change custom mode to enum
2018-03-20 Robin GareusFix call to labs.
2018-03-20 Len OvensOSC: a strip controlling a send should deactivate other...
2018-03-20 Len OvensOSC: Add feedback for bus_only mode and automation...
2018-03-20 Len OvensOSC: select should have latch too.
2018-03-20 Len OvensOSC: Add bus only mode for gain controls
2018-03-19 Robin GareusLua: Lock bindings into memory for rt-scripts
2018-03-19 Robin GareusCustomize Lua GC, add object-memory-lock API.
2018-03-17 Robin GareusRemove C++11isms (libptformat)
2018-03-17 Damien Zammitptformat: Update to upstream master 4e653041
2018-03-16 Robin GareusExpose a few more PluginInsert methods to Lua
2018-03-15 Robin GareusVCA API-change: return created VCAs (handy for Lua...
2018-03-13 Robin GareusSort generic-midi bindings alphabetically
2018-03-12 Len OvensOSC: group commands should feedback all off if no group
2018-03-10 Len OvensOSC: fix /strip/hidden feedback excess
2018-03-10 Len OvensOSC: change group sharing to individual commands
2018-03-10 Len OvensOSC: set surface should reset custom mode
2018-03-10 Len OvensOSC: Display only strips controlled by selected VCA
2018-03-10 Len OvensOSC: add set VCA for slavable strip
2018-03-10 Len OvensOSC: Added slaved feedback to select
2018-03-10 Len OvensAdd virtual slaved, slaved_to calls to stripable
2018-03-10 Len OvensOSC: check route exists
2018-03-07 Robin GareusSafeguard against possibly invalid peak-requests
2018-03-06 Robin GareusAllow loadfile in non-rt scripts
2018-03-03 Jan Lentfergeneric_midi: add proper handling of midi controll...
2018-03-02 Ben LoftisUnrecognized plugins are stored in the tagfile (FromPlu...
2018-03-02 Ben LoftisAllow successive changes from the Gui to set tags.
2018-03-02 Robin GareusRemove interpolation unit-test (fails to compile)
2018-03-02 Robin GareusFix gcc-4.2 OSX/PPC builds
2018-03-02 Ben LoftisTag_reset() should be FromPlug, not FromGui.
2018-03-01 Ben LoftisFix thinko in prior commit 7c5f1c.
2018-03-01 Ben LoftisPlugin-Tag improvements:
2018-02-28 Robin GareusFix a typo (thanks to IOhannes/debian for reporting)
next