summaryrefslogtreecommitdiffstats
path: root/src/server/events/SetPortValue.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Fix sequence ports with valuesDavid Robillard1-5/+9
2016-10-14Fix communication with connected sequence portsDavid Robillard1-7/+24
2016-10-02Fix sending UI events to sequence portsDavid Robillard1-1/+0
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard1-1/+1
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-7/+3
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-19Server side presets.David Robillard1-1/+3
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-6/+6
2013-02-02More generic Atom class.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-6/+6
2013-01-11Use type safe enumerations.David Robillard1-8/+8
2013-01-08Add support for URID ports.David Robillard1-0/+2
2012-12-21Add Broadcaster::Transfer for scoped recursion-safe reply bundling.David Robillard1-0/+1
2012-08-18Node => BlockDavid Robillard1-2/+2
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-1/+0
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard1-1/+1
2012-08-13Real-time safe error handling for bad SetPortValue events.David Robillard1-7/+5
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-2/+3
2012-08-12Remove message context cruft.David Robillard1-10/+0
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-0/+1
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-6/+2
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-5/+5
2012-07-30Shrink events.David Robillard1-5/+4
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-3/+2
2012-07-17Implement worker extension correctly (for one voice only).David Robillard1-4/+6
2012-07-16Preliminary somewhat kludgey support for UIs sending messages to Sequence inp...David Robillard1-31/+25
2012-06-29Fix crashes caused by events attempting to respond to deleted clients (fix #8...David Robillard1-6/+6
2012-05-23Tidy.David Robillard1-15/+0
2012-05-22More work on test suite.David Robillard1-13/+12
2012-05-14Trim unnecessary includes.David Robillard1-2/+0
2012-05-14Tidy.David Robillard1-1/+1
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-1/+1
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-3/+5
2012-05-11Clean up and better document World interface.David Robillard1-3/+3
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-4/+1
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-04-05Fix end namespace comments to match reality.David Robillard1-1/+1
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-23Fix compilation with latest LV2.David Robillard1-3/+2
2012-03-22Remove crufty headeres.David Robillard1-1/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-42/+3
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-2/+2
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-4/+7
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard1-31/+12
2011-10-21Merge Request into Event.David Robillard1-19/+19
2011-10-21Merge QueuedEvent into Event.David Robillard1-3/+3