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