summaryrefslogtreecommitdiffstats
path: root/src/server/PatchImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-19Patch => GraphDavid Robillard1-381/+0
2012-08-18Node => BlockDavid Robillard1-34/+34
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-4/+4
2012-08-15Clean up includes.David Robillard1-1/+0
2012-08-15Use intrusive lists to store nodes and ports in their parent patch to avoid t...David Robillard1-73/+51
2012-08-14Update for latest Raul.David Robillard1-2/+3
2012-08-12Stricter symbol construction and conversion.David Robillard1-9/+9
2012-08-12Remove message context cruft.David Robillard1-2/+2
2012-08-11Remove assertion.David Robillard1-2/+0
2012-08-11Considerable DSP performance improvements (mixing overhead, and per-event MID...David Robillard1-16/+2
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-1/+1
2012-08-10Fix a ton of warnings.David Robillard1-1/+1
2012-07-31Remove rotten parallelism stuff.David Robillard1-77/+2
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-2/+2
2012-07-25Make compile_recursive private to PatchImpl.cpp.David Robillard1-0/+17
2012-05-23Trim unnecessary includes.David Robillard1-2/+0
2012-05-23Fix crash when loading polyphonic patches.David Robillard1-5/+5
2012-05-22Fix crash when setting nodes polyphonic.David Robillard1-5/+1
2012-05-15Fix crash when loading patches from the command line.David Robillard1-6/+6
2012-05-14Tidy.David Robillard1-8/+10
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-6/+4
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-2/+2
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard1-7/+5
2012-05-12Remove redundant thread assertions.David Robillard1-2/+0
2012-05-11"Connection" => "Edge"David Robillard1-23/+23
2012-05-11Clean up and better document World interface.David Robillard1-2/+2
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-4/+3
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard1-7/+7
2012-04-28Lint.David Robillard1-2/+2
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-4/+3
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-4/+5
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-2/+3
2012-03-12Centralise atom creation in forge object.David Robillard1-1/+1
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-09Fix erroneous assertion.David Robillard1-1/+1
2011-10-07Tidy.David Robillard1-28/+41
2011-10-06Tidy.David Robillard1-9/+12
2011-10-06Simpler providers/dependants implementation.David Robillard1-1/+1
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard1-1/+0
2011-05-20Correctly set initial value of control ports at creation time.David Robillard1-1/+5
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+470