summaryrefslogtreecommitdiffstats
path: root/ingen
AgeCommit message (Expand)AuthorFilesLines
2013-02-02Tidy.David Robillard1-2/+2
2013-01-20Add missing include.David Robillard1-0/+1
2013-01-13Add missing file.David Robillard1-0/+51
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard17-171/+177
2013-01-12Lint.David Robillard1-1/+1
2013-01-11Use type safe enumerations.David Robillard12-53/+54
2013-01-10Update for latest changes to LV2 patch extension (compact patch:Set message).David Robillard1-0/+2
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard1-1/+1
2013-01-08Add support for URID ports.David Robillard3-0/+5
2013-01-05Fix graph_type of BlockModel (fix copy and paste).David Robillard1-1/+1
2012-12-29"edge" => "arc".David Robillard7-30/+30
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard6-7/+8
2012-12-21Strip trailing whitespace.David Robillard1-1/+1
2012-12-21Gracefully ignore plugins which require unsupported features or have unknown ...David Robillard2-0/+5
2012-12-21Improved error handling in Python by loading error descriptions from data.David Robillard1-1/+1
2012-12-21Fix memory leaks.David Robillard1-3/+0
2012-11-22Configuration file saving.David Robillard1-9/+47
2012-11-21Trim dead code.David Robillard1-16/+0
2012-11-21Use atoms for option values.David Robillard1-91/+22
2012-11-21Configuration file support.David Robillard1-7/+30
2012-11-21Use translatable strings for command line error messages.David Robillard1-1/+1
2012-11-21Move Configuration from Raul to Ingen.David Robillard1-3/+156
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard1-17/+4
2012-11-16Add time internal that sends Jack transport updates as LV2 time positions.David Robillard1-0/+8
2012-09-16Support latest options and morph extensions.David Robillard1-0/+1
2012-08-31Implement host side of buf-size via options.David Robillard1-0/+3
2012-08-19GraphObject => NodeDavid Robillard12-51/+59
2012-08-19Patch => GraphDavid Robillard16-37/+35
2012-08-18Node => BlockDavid Robillard11-49/+53
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard9-12/+74
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard4-16/+36
2012-08-14Saner/faster Store interface for finding children.David Robillard1-4/+3
2012-08-14Update for latest Raul.David Robillard12-25/+31
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard3-3/+21
2012-08-12Stricter symbol construction and conversion.David Robillard1-1/+3
2012-08-10Fix a ton of warnings.David Robillard1-0/+7
2012-07-31Clean up Resource.David Robillard1-36/+68
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard26-162/+120
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard6-116/+67
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard11-182/+52
2012-07-30Simplify Builder (which is kind of useless anyway but remains for now).David Robillard1-2/+0
2012-07-29Remove unused ObjectModel::_meta.David Robillard1-1/+0
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard7-10/+13
2012-07-25Fix control bindings for logarithmic and sample rate control ports.David Robillard1-0/+1
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard1-1/+1
2012-07-17Implement worker extension correctly (for one voice only).David Robillard1-0/+1
2012-06-12Add "expose" (to parent) operation for ports.David Robillard1-0/+1
2012-06-05Use LV2 buf-size extension.David Robillard1-0/+2
2012-05-22More work on test suite.David Robillard5-3/+21
2012-05-18Beginnings of a test framework.David Robillard2-4/+20