summaryrefslogtreecommitdiffstats
path: root/src/server/ControlBindings.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Pass World everywhere by referenceDavid Robillard1-10/+8
2018-09-29Use nullptrDavid Robillard1-4/+10
2018-09-23Use lowercase namespace namesDavid Robillard1-11/+11
2018-09-22Use new LV2 include pathsDavid Robillard1-2/+2
2018-09-04Remove pointless type qualifiersDavid Robillard1-4/+4
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Always use bracesDavid Robillard1-1/+2
2017-12-25Use nullptrDavid Robillard1-4/+4
2017-12-25Fix inconsistent parameter namesDavid Robillard1-8/+8
2017-03-06Fix crash when run with disconnected control/notify portsDavid Robillard1-2/+4
2017-02-18Reduce Driver couplingDavid Robillard1-3/+2
2017-02-12Fix various cast alignment warningsDavid Robillard1-4/+4
2017-02-09Fix multiple control bindingsDavid Robillard1-4/+4
2016-12-14Fix real-time safety of control bindingsDavid Robillard1-76/+62
2016-12-14Fix real-time issues with buffer allocationDavid Robillard1-3/+3
2016-12-13Fix some real-time safety issuesDavid Robillard1-5/+5
2016-09-18Clean up codeDavid Robillard1-1/+1
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-20/+20
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-1/+1
2015-08-12Server-side presets.David Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-11-17Fix a few minor/unlikely memory errors.David Robillard1-0/+1
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-0/+1
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-7/+7
2014-01-18Consolidate URIs.David Robillard1-2/+2
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-15/+15
2013-02-02More generic Atom class.David Robillard1-4/+4
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-8/+8
2013-01-11Use type safe enumerations.David Robillard1-28/+28
2012-08-19Patch => GraphDavid Robillard1-1/+1
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-12/+6
2012-08-14Use new LV2 MIDI API.David Robillard1-13/+14
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-1/+2
2012-08-10Fix various const violations.David Robillard1-2/+3
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard1-1/+0
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard1-7/+2
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-12/+12
2012-07-27Silence invalid control binding error message.David Robillard1-1/+1
2012-07-25Fix control bindings for logarithmic and sample rate control ports.David Robillard1-24/+40
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard1-6/+42
2012-07-17Wrap notification stuff behind simple API and hide details in Context.David Robillard1-7/+6
2012-06-13Fix control binding loading.David Robillard1-9/+11
2012-06-13Fix saving of control bindings.David Robillard1-15/+28
2012-05-23Trim unnecessary includes.David Robillard1-2/+0
2012-05-14Tidy.David Robillard1-2/+2
2012-05-11Add missing includes.David Robillard1-0/+2
2012-05-11Clean up and better document World interface.David Robillard1-6/+6
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-7/+6