quick checks on empty control lists, to avoid unnecessary work
[ardour.git] / libs /
2016-07-06 Paul Davisquick checks on empty control lists, to avoid unnecessa...
2016-07-06 Paul Davisa few post-rebase cleanups
2016-07-06 Paul Davisrestore/extend/simplify ControlProtocol API to allow...
2016-07-06 Paul Davisremove a bunch of code that will no longer be used
2016-07-06 Paul Davisremove a bunch of code that will no longer be used
2016-07-06 Robin Gareustweak lua gc
2016-07-05 Robin Gareusupdate route/processor semantics
2016-07-05 Robin Gareusimplement lv2:designation processing#enable (for bypass...
2016-07-05 Robin Gareusadd API to use a plugin provided bypass control port
2016-07-05 Len OvensOSC: Clear expand Lamp on strip observer destroy
2016-07-05 Damien Zammita-delay: Fix compiler warning
2016-07-05 Damien ZammitAdd a-Delay plugin
2016-07-05 Robin Gareustweak a-series plugin names
2016-07-05 Robin Gareusadd support for lv2plug.in/ns/ext/port-props/#rangeSteps
2016-07-05 Robin Gareusconsistent use of fmaxf() in a-comp
2016-07-05 Robin Gareusamend d9de72215 - bypass replicated instances w/sidecha...
2016-07-05 Damien Zammita-comp: Use input signal x as cutoff for inline comp...
2016-07-05 Damien Zammita-comp: Fix inline comp curve shading
2016-07-05 Damien Zammita-comp: Fix peak level on both stereo and mono plugins
2016-07-05 Len OvensOSC: Signal for editor mixer change. (Selected or not)
2016-07-05 Len OvensOSC: /strip/select * should set new selected strip...
2016-07-04 Robin Gareusfix bypassing plugins with sidechain i/o
2016-07-04 Robin Gareusadd fill-area feature to poly-line
2016-07-04 Robin Gareusfix AU sidechain busses
2016-07-04 Paul Davisadd required check for cairo in a-comp
2016-07-04 Paul Davisremove temporarily added signal
2016-07-04 Paul Davisuse session stripable selection API
2016-07-04 Paul Davisadd session-scope selection ops for Stripables
2016-07-04 Paul Davisfix another logic error in PresentationInfo::flag_match()
2016-07-04 Damien Zammita-comp: Make ratio control logarithmic
2016-07-04 Damien Zammita-comp: Add stereo version
2016-07-04 Len OvensOSC: select is global not per surface.
2016-07-04 Robin Gareusa-comp display is getting fancy :)
2016-07-04 Paul Davisoperate directly on realtime controls, not via Session
2016-07-04 Paul Davis2nd part of previous commit
2016-07-04 Paul Davismake sure that rec-enable changes get to do their non...
2016-07-04 Robin Gareusdisplay level in a-comp display
2016-07-04 Robin Gareuscon't work on a-comp inline-display
2016-07-04 Robin Gareusadd C99 flags for lv2 plugin
2016-07-04 Robin Gareusbasic inline display for a-comp
2016-07-04 Damien Zammita-comp: Tweak control bounds and clear state on deactivate
2016-07-04 Robin Gareusexperimental support for AU sidechain busses
2016-07-04 Len OvensUI: Add editor_mixer route pointer to session so all...
2016-07-04 Robin Gareusflush output buffers after processing - fixes midi...
2016-07-03 Len OvensOSC: select off by one bug, something must have changed...
2016-07-03 Robin GareusLV2 render-value: override precision
2016-07-03 Robin Gareusadd PangoCairo lua bindings
2016-07-03 Paul Davisfix behaviour when opening up a gap to insert new Strip...
2016-07-03 Paul Davisexplanatory comment
2016-07-03 Robin Gareusclean up a-comp .ttl -- maintainer: the a-team
2016-07-03 Robin Gareusbundle a-comp
2016-07-02 Robin Gareusonly reconfigure lua DSP plugins if channelcount changes
2016-07-02 Robin Gareusextend lua API:
2016-07-02 Paul Davisremove Session::get_nth_stripable.cc
2016-07-02 Len OvensOSC: Account for some select edge cases
2016-07-02 Len OvensOSC: make sure out of bank strip can not be converted...
2016-07-02 Len OvensOSC: Don't look for which stripable is selected until...
2016-07-02 Len OvensOSC: Change all time feedback to /position/<type>
2016-07-01 Paul Davisuse correct property when PresentationInfo::color is...
2016-07-01 Paul Davisfix logic of PresentationInfo::color_set()
2016-07-01 Paul Davisadd the potential for a bit more debugging of signal...
2016-07-01 Paul Davisadd the potential for a bit more debugging of signal...
2016-07-01 Robin Gareusfix jack_port_rename() detection
2016-07-01 Robin Gareussome debug message for lua processors
2016-06-30 Paul Davisuse initialization, not explicit assignment
2016-06-30 Len OvensOSC: Select tweak.
2016-06-30 Len OvensOSC: Reworked select to follow Gui selected strip regar...
2016-06-28 Paul Davisremove debug output and add a few suggestive comments
2016-06-28 Paul Davischanges in logic used by source cleanup to avoid endles...
2016-06-28 Robin Gareusignore automation for non-automatables.
2016-06-28 Robin Gareussome more translation fixes
2016-06-27 Robin Gareustweak b7e645ec6, use session start/end position
2016-06-27 Robin Gareusswitching to "touch" implies existing automation.
2016-06-26 Robin Gareusadd a debug mode (in synth) to track down lost note-on
2016-06-26 Robin GareusEnable build for FreeBSD (part 1/2)
2016-06-26 Sam ThursfieldUse correct type of std::map::count
2016-06-25 Robin Gareusfix typo
2016-06-25 Robin Gareusfix typos in prev commit
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-06-24 nick_mFix counting thinko in tests.
2016-06-23 Paul Davismore tweaks to HTML output when printing key bindings
2016-06-22 Len OvensOSC: master/monitor forced to sort at end
2016-06-22 Len OvensOSC: Fix math off by one, Check for all stripable contr...
2016-06-22 Robin Gareusanother C++98 fix
2016-06-22 Robin Gareusfix gcc4 builds C++98
2016-06-22 Len OvensOSC: Might help if I used the right variable, Really...
2016-06-22 Len OvensOSC: Fix out of range track. (crash)
2016-06-22 Len OvensOSC: Add strip type selection.
2016-06-21 Robin Gareusalways run amp/trim LPF
2016-06-21 Paul Davisuse new keyboard modifier names, and replace GDK names...
2016-06-21 Paul Davisprovide some Keyboard:: methods to get access to other...
2016-06-20 Paul Davissome modest improvements in the html rendering of key...
2016-06-18 John EmmasRemove confusion over ambiguous symbols
2016-06-18 John EmmasMake sure MSVC knows which version of 'floor()' we...
2016-06-18 John EmmasUse Glib::usleep() for consistency
2016-06-17 Robin Gareusfix upsampling import of X-channel files where buffersi...
2016-06-17 Len OvensOSC: take care of track order changes too. Deal with...
2016-06-16 Len OvensOSC: Blank some more feedback values when select observ...
2016-06-16 Robin Gareusset latency of sidechain port
2016-06-14 Paul Davisremove debug output from Pane code
next