OSC GUI: Add Strip types and feedback check boxes
[ardour.git] / libs /
2016-08-21 Len OvensOSC GUI: Add Strip types and feedback check boxes
2016-08-20 Robin GareusLua bind MonitorProcessor
2016-08-19 Len OvensOSC: Add setup to GUI
2016-08-19 Robin Gareusfix optimized build compilation
2016-08-19 Robin Gareusand another typo gone in in 9702020
2016-08-19 Robin Gareusfix typo in 9702020
2016-08-19 Paul Davisad rest of Stripable API to lua
2016-08-19 John EmmasMove 'round()' / 'trunc()' etc so that they won't confl...
2016-08-19 John EmmasFor MSVC, 'using namespace whatever' doesn't help us...
2016-08-19 John Emmas'roundf()' wasn't introduced in MSVC until VS2013 ...
2016-08-19 Robin Gareushandle edge-case where jack-meta-data may be NULL,...
2016-08-19 Paul Davisfix failure to remove keyvalue from Keyboard::state...
2016-08-19 Paul DavisMIDI polyphonic pressure, part 2
2016-08-19 Paul Davisattempt to handle poly-pressure (polyphonic aftertouch...
2016-08-19 Len OvensOSC:: needs the .h file too...
2016-08-19 Len OvensOSC: make remote port setting possible, add default...
2016-08-19 Robin Gareusinitialize uninitialized variable
2016-08-19 Robin GareusUpdate automated Plugin Controlls when seeking and...
2016-08-18 Robin Gareusfix Aux-Send Panner Linking
2016-08-17 Paul Davisdo not allow undo/redo while actively recording
2016-08-17 nick_mReport quarter note rather than beat position to AU...
2016-08-17 nick_mUse quarter pulses (quarter notes) for VST's ppqBar...
2016-08-17 nick_mAdd methods for plugin APIs to obtsin quarter pulses...
2016-08-17 Len OvensOSC: Add value feedback to strip fader and trim
2016-08-17 Robin Gareusfix ramped BPM reporting to AU and VST plugins
2016-08-17 Robin Gareusfix LV2 BPM report (use ramped tempo)
2016-08-17 Damien Zammita-Reverb: Fixed bug with the reverb all pass filters...
2016-08-16 Julien "_FrnchFrgg... Fix anchored popups with separators in them
2016-08-16 Julien "_FrnchFrgg... Replace positioning function with popup helper
2016-08-16 Robin GareusAlso send lv2:timePosition whenever BBT or Tempo changes
2016-08-15 Robin Gareusturn comments into doxygen doc
2016-08-15 Robin Gareusextend lua-doc to show properties
2016-08-15 Robin Gareusadd some missing enum bindings (for config variables)
2016-08-15 Robin Gareusexpose SessionConfiguration as lua bindings
2016-08-15 Robin GareusRe-enable luabridge addProperty()
2016-08-15 nick_mEnforce rounding to beat as >= 0.0
2016-08-15 Robin GareusExpose Stripable Color & Ordering API to Lua
2016-08-14 Paul Davischange PBD::Transmitter code to use PBD::Signal<> not...
2016-08-13 Robin GareusDon't call any Transmitter from realtime context
2016-08-13 nick_mEnsure RelevantModifierKeyMask is updated on each modif...
2016-08-13 nick_mAlways send start property changes when a midi region...
2016-08-13 nick_mAudio-locked midi region fixes.
2016-08-13 nick_mAllow negative return in TempoMap::beat_at_frame()...
2016-08-13 Robin GareusNobody expects the LV2 inquisition!
2016-08-12 Paul Davischeck for null pointer in Locations::remove()
2016-08-10 Robin Gareusfix crash when copy'ing latent plugins 5.0
2016-08-10 Paul Davisremove debug output
2016-08-10 Robin Gareusprefix blessed scripted DSP plugins with a-*
2016-08-09 Robin Gareusclean up plugin ttls - always add semicolon for compati...
2016-08-09 nick_mFix test compilation error.
2016-08-09 nick_mBBTTest::addTest() should add a meter rather than repla...
2016-08-09 nick_mMake tempo tests use the api more correctly.
2016-08-09 nick_mAllow -ve framepos handling in TempoMap::framepos_plus_...
2016-08-08 Paul Davisfix definition of PrimaryModifier for Keyboard for...
2016-08-08 Paul Davisfix display of modifiers on OS X in the bindings editor
2016-08-08 Julien "_FrnchFrgg... Move anchored menu placement strategy to Gtkmm2ext...
2016-08-08 Paul Davisfix race condition when dropping Ports
2016-08-08 Paul Davisadd explanatory comment
2016-08-07 Julien "_FrnchFrgg... Remove a no longer true comment
2016-08-06 Robin Gareusa few more Location related lua bindings
2016-08-06 Julien "_FrnchFrgg... Use a default configuration instead of bailing out
2016-08-06 Julien "_FrnchFrgg... Remove dsp_has_midi_*() in favor of dsp_ioconfig()
2016-08-06 Julien "_FrnchFrgg... Refuse more configs with unmatched midi in if !imprecise
2016-08-06 Julien "_FrnchFrgg... Take midi into account for penalty computation
2016-08-06 Julien "_FrnchFrgg... Remove ad-hoc handling of possible_out == 0
2016-08-06 Julien "_FrnchFrgg... Make the configuration penalty subtler about inputs
2016-08-06 Julien "_FrnchFrgg... Remove ad-hoc handling of possible_in == 0
2016-08-06 Julien "_FrnchFrgg... Change column width in macros
2016-08-06 Julien "_FrnchFrgg... Set \midi_out when selecting a configuration...
2016-08-06 Julien "_FrnchFrgg... Merge pass 2 (imprecise) into pass 1
2016-08-06 Julien "_FrnchFrgg... Move MIDI filters imprecise handling from 2nd pass...
2016-08-06 Julien "_FrnchFrgg... Rearrange condition for pure midi plugins
2016-08-06 Julien "_FrnchFrgg... Use FOUNDCFG* instead of setting the configuration...
2016-08-06 Julien "_FrnchFrgg... Enable overriding the configuration penalty
2016-08-06 Julien "_FrnchFrgg... Introduce a macro for imprecise configurations
2016-08-06 Julien "_FrnchFrgg... Set \imprecise midi channel count in FOUNDCFG
2016-08-06 Julien "_FrnchFrgg... Set \imprecise when a configuration is chosen
2016-08-06 Julien "_FrnchFrgg... Merge some cases to avoid duplicated logic
2016-08-06 Julien "_FrnchFrgg... Remove code with no actual effect
2016-08-06 Julien "_FrnchFrgg... Move a MIDI test in the table handling loop...
2016-08-06 Julien "_FrnchFrgg... Replace the exact_match logic by a negative penalty
2016-08-06 Julien "_FrnchFrgg... Remove wrong asserts
2016-08-06 Julien "_FrnchFrgg... LuaProc::can_support_io_configuration: don't mix int...
2016-08-06 Len OvensOSC: make sure this is c++98 compatible.
2016-08-06 Edgar Aichingerupdate german translation
2016-08-06 Robin GareusC++98 compat for 032139ac3
2016-08-06 Robin Gareusmark session dirty when changing plugin presets
2016-08-06 Len Ovensosc: provide human readable reading for gain.
2016-08-06 Len OvensOSC: provide human readable level for sends.
2016-08-04 Nils Philippsenworkaround changes in glibmm 2.49.x
2016-08-03 Robin Gareusadd support for VST default values (instantiation time...
2016-08-02 Damien Zammitptformat: Decrypt ptf files exported from ptx sessions
2016-08-01 Paul Davismake Session::get_remote_nth_stripable() ignore hidden...
2016-08-01 Julien "_FrnchFrgg... Be more tolerant to missing values or errors in io_config()
2016-08-01 Julien "_FrnchFrgg... Remove redundant condition
2016-08-01 Julien "_FrnchFrgg... Remove duplicate setters that don't affect the outcome
2016-08-01 David RobillardFix state features array
2016-08-01 David RobillardSupport thread-safe LV2 state restoration
2016-08-01 David RobillardSupport LV2 log trace messages
2016-08-01 David RobillardFix possible ringbuffer overflow
next