summaryrefslogtreecommitdiffstats
path: root/src/server/ControlBindings.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-04-12Update for latest atom extension.David Robillard1-2/+1
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-69/+41
2012-03-12Centralise atom creation in forge object.David Robillard1-2/+3
2012-03-10Use new LV2 MIDI definitions.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Move URIs.hpp to public shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-7/+13
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-09-15Fix control bindings (MIDI learn).David Robillard1-33/+52
2011-08-20Fix crash when sending port notifications (fix #741).David Robillard1-6/+8
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+384