Age | Commit message (Expand) | Author | Files | Lines |
2011-05-21 | Fix patch loading. | David Robillard | 1 | -1/+6 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -1/+1 |
2011-04-23 | Load correct engine/server module name. | David Robillard | 1 | -2/+2 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -9/+9 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -2/+2 |
2011-04-19 | Remove EngineInterface::activate() and EngineInterface::deactivate(). | David Robillard | 1 | -2/+0 |
2011-04-19 | Initialise client module when necessary (partially fix OSC/HTTP). | David Robillard | 1 | -0/+2 |
2011-04-19 | Replace load_plugins API with a GET of ingen:plugins. | David Robillard | 1 | -3/+1 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 1 | -1/+1 |
2011-04-18 | Remove wscript references to no longer existent ingen_module library. | David Robillard | 2 | -6/+1 |
2011-04-18 | Saner module loading API. | David Robillard | 1 | -10/+10 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2011-04-16 | Simpler and documented Engine main loop interface. | David Robillard | 1 | -2/+16 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -1/+1 |
2011-04-15 | Remove pointless module interface to ingen_module (World). | David Robillard | 1 | -5/+4 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 2 | -2/+2 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 1 | -1/+1 |
2011-03-15 | Activate Jack after loading GUI. | David Robillard | 1 | -2/+1 |
2011-02-17 | Remove deprecated Om patch loading code (resolve ticket #32). | David Robillard | 1 | -2/+1 |
2011-02-17 | Jack session support for ingen. | David Robillard | 1 | -1/+7 |
2011-02-17 | Fix ingen --load/-l. | David Robillard | 1 | -3/+4 |
2011-02-17 | Tidy. | David Robillard | 1 | -56/+59 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 2 | -2/+2 |
2011-01-08 | Support via waf for running from the build directory. | David Robillard | 1 | -2/+0 |
2010-12-16 | Updates for waf 1.6. | David Robillard | 1 | -2/+2 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -63/+25 |
2010-03-05 | Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ... | David Robillard | 1 | -1/+2 |
2010-02-26 | Remove request_plugins from EngineInterface (and RequestPlugins event from en... | David Robillard | 1 | -1/+1 |
2010-02-26 | Fix bad LADSPA plugin names when using -l from command line (fix ticket #485). | David Robillard | 1 | -0/+2 |
2010-02-14 | Remove obsolete wrapper scripts. | David Robillard | 2 | -10/+0 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -0/+2 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -1/+1 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 1 | -11/+11 |
2010-01-28 | Use ingen-ui for prefix instead of ingenuity. | David Robillard | 1 | -11/+11 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -0/+1 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 5 | -1130/+117 |
2009-12-18 | Only load network engine interface modules when needed. | David Robillard | 1 | -36/+33 |
2009-12-18 | Install headers. | David Robillard | 1 | -2/+2 |
2009-11-22 | Partial support for message/value ports and the message context. | David Robillard | 1 | -1/+1 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 1 | -1/+1 |
2009-11-12 | String port support. | David Robillard | 1 | -14/+15 |
2009-10-23 | Upgrade to waf 1.5.9. | David Robillard | 1 | -2/+1 |
2009-06-03 | Organize ingen_module like other modules. | David Robillard | 1 | -1/+1 |
2009-05-29 | Node creation via HTTP. | David Robillard | 1 | -2/+3 |
2009-05-28 | Tidy up command line arguments. | David Robillard | 4 | -48/+48 |
2009-05-28 | Fix QNAMEs being serialised as URIs. | David Robillard | 1 | -1/+0 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 3 | -77/+77 |