summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-14Saner/faster Store interface for finding children.David Robillard5-45/+25
2012-08-14Use new LV2 MIDI API.David Robillard6-43/+35
2012-08-14Update for latest Raul.David Robillard73-301/+302
2012-08-13Don't use GCC only warnings flags on clang.David Robillard1-0/+0
2012-08-13Real-time safe error handling for bad SetPortValue events.David Robillard1-7/+5
2012-08-13Remove dead code.David Robillard1-28/+0
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard73-272/+328
2012-08-12Remove redundant Path::is_valid_name and Path::nameify.David Robillard2-4/+4
2012-08-12Stricter symbol construction and conversion.David Robillard36-216/+225
2012-08-12Remove message context cruft.David Robillard26-301/+60
2012-08-12Fix memory leaks.David Robillard8-56/+57
2012-08-12Fix Sequence output for LV2.David Robillard1-3/+3
2012-08-12Fix notifications when running as LV2.David Robillard4-2/+15
2012-08-12Faster control input as LV2.David Robillard1-11/+20
2012-08-12Fix loading patches from GUI (fix #851).David Robillard1-2/+2
2012-08-11Remove assertion.David Robillard2-7/+5
2012-08-11Oops.David Robillard1-1/+1
2012-08-11Considerable DSP performance improvements (mixing overhead, and per-event MID...David Robillard17-173/+120
2012-08-11Reset peaks on disconnected inputs on the client side, reducing bandwidth and...David Robillard3-13/+18
2012-08-11Hooray for const.David Robillard1-1/+1
2012-08-11Fix peak calculation.David Robillard1-4/+12
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard30-134/+161
2012-08-10Use the usual semantics for 'end' for Buffer::set_block, which in addition to...David Robillard5-13/+11
2012-08-10Upgrade to r75/autowaf (enable stricter compiler flags).David Robillard1-0/+0
2012-08-10Fix a ton of warnings.David Robillard9-24/+18
2012-08-10Fix various const violations.David Robillard15-34/+47
2012-08-10Remove unnecessary include.David Robillard1-1/+0
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-0/+0
2012-08-08Clean up wscript files.David Robillard5-28/+28
2012-08-08Support latest LV2 buf-size extension.David Robillard4-11/+22
2012-08-06Update to r73/autowaf (Windows path fixes).David Robillard1-0/+0
2012-08-05Update to waf 1.7.2.David Robillard1-0/+0
2012-08-04Update to waf 1.7.1.David Robillard1-0/+0
2012-07-31Request plugins and root patch on LV2 UI startup.David Robillard2-2/+6
2012-07-31Fix running as an LV2 plugin.David Robillard3-9/+14
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard19-270/+141
2012-07-31Remove AudioBuffer::copy and just use memcpy.David Robillard4-23/+3
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard18-132/+152
2012-07-31Remove rotten parallelism stuff.David Robillard14-392/+13
2012-07-31Clean up Resource.David Robillard3-52/+78
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard151-759/+639
2012-07-30Update Doxygen file.David Robillard1-125/+402
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard18-179/+129
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard30-317/+157
2012-07-30Simplify Builder (which is kind of useless anyway but remains for now).David Robillard2-49/+1
2012-07-30Shrink events.David Robillard14-100/+80
2012-07-30Tidy configure output.David Robillard1-2/+2
2012-07-29Remove unused ObjectModel::_meta.David Robillard2-3/+0
2012-07-29Add UI for adding arbitrary object properties to properties dialog.David Robillard3-27/+342
2012-07-27Sshh.David Robillard1-2/+0