summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Fix creation of several ports in rapid succession (e.g. on patch load).David Robillard6-60/+57
2012-05-23Don't save ingen:activity as a persistent property.David Robillard1-0/+1
2012-05-23Fix copying of audio buffers and polyphonic audio output.David Robillard3-5/+10
2012-05-23Fix more debug logging stuff.David Robillard2-2/+2
2012-05-23Update status bar only for control ports with the pointer over them.David Robillard2-7/+11
2012-05-23Fix crash when loading polyphonic patches.David Robillard4-15/+23
2012-05-23Fix voice debugging stuff.David Robillard1-19/+21
2012-05-22Remove redundant method.David Robillard2-9/+0
2012-05-22Fix crash when connecting control port to audio output on the root patch.David Robillard1-0/+1
2012-05-22Fix crash when setting nodes polyphonic.David Robillard5-21/+13
2012-05-22More work on test suite.David Robillard37-339/+272
2012-05-20Remove Deactivate event.David Robillard2-52/+0
2012-05-18Beginnings of a test framework.David Robillard8-131/+241
2012-05-17Remove pointless state and constructor from Parser.David Robillard2-6/+1
2012-05-17Eliminate static variable.David Robillard1-1/+1
2012-05-17Eliminate static variable.David Robillard3-17/+36
2012-05-15Remove unused PluginImpl stuff.David Robillard5-95/+11
2012-05-15Remove ClientSender and move code to Get.cpp (the only place it was used).David Robillard5-223/+82
2012-05-15Remove dead code.David Robillard2-16/+0
2012-05-15Fix crash when loading patches from the command line.David Robillard6-74/+70
2012-05-15Fix parsing of nested patches.David Robillard1-1/+4
2012-05-15Eliminate long-duration event locks by generated responses in pre_process().David Robillard9-52/+56
2012-05-14Remove useless abs and fix compilation error on some platforms (fix ticket #8...David Robillard1-1/+1
2012-05-14Trim unnecessary includes.David Robillard3-4/+0
2012-05-14Clean up Thread interface.David Robillard7-23/+15
2012-05-14Tidy.David Robillard33-174/+169
2012-05-14Remove unnecessary includes.David Robillard2-4/+0
2012-05-14Delete trailing whitespace.David Robillard1-1/+1
2012-05-14Don't use maid unnecessarily in Delete::post_process().David Robillard1-3/+3
2012-05-14Factor out common code.David Robillard1-14/+10
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard30-88/+98
2012-05-14Add missing includes and fix types that confuse Doxygen.David Robillard6-4/+9
2012-05-14Fix compilation when posix_memalign is unavailable.David Robillard1-1/+1
2012-05-14Real-time safe LV2 message handling.David Robillard5-35/+113
2012-05-13Fix wonky conditional.David Robillard1-1/+1
2012-05-13Handle exception by reference.David Robillard3-6/+6
2012-05-13Initialize all members on construction.David Robillard2-8/+21
2012-05-13Sanify atom port buffer size stuff (fix dead assignment).David Robillard1-7/+8
2012-05-13Avoid possibly creating a variable length array of size 0.David Robillard1-1/+1
2012-05-13Remove unused variable.David Robillard1-1/+0
2012-05-12Fix typo.David Robillard1-1/+1
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard24-55/+90
2012-05-12Fix memory errors when running as LV2 plugin.David Robillard3-10/+19
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard31-115/+104
2012-05-12Remove redundant thread assertions.David Robillard8-15/+4
2012-05-12Add thread assertion.David Robillard1-0/+2
2012-05-12Select newly pasted objects so they can be easily moved.David Robillard4-3/+12
2012-05-12Don't send selection information to the server.David Robillard4-23/+0
2012-05-12Get copy and paste working again.David Robillard5-92/+125
2012-05-12Fix compilation of debug stuff.David Robillard1-7/+7