summaryrefslogtreecommitdiffstats
path: root/src/ingen/main.cpp
AgeCommit message (Expand)AuthorFilesLines
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 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 Robillard1-1/+1
2011-01-08Support via waf for running from the build directory.David Robillard1-2/+0
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-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 Robillard1-201/+116
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-06-03Organize ingen_module like other modules.David Robillard1-1/+1
2009-05-29Node creation via HTTP.David Robillard1-2/+3
2009-05-28Tidy up command line arguments.David Robillard1-1/+1
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard1-1/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-15/+15
2009-05-13Fix headless (OSC) engine operation.David Robillard1-1/+0
2009-05-13Remove 'using' declarations from headers.David Robillard1-2/+2
2009-05-13The great ID refactoring of 2009.David Robillard1-1/+1
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2009-01-04Load queued interface from the appropriate module.David Robillard1-1/+1
2008-12-28Check for successful load of GUI and scripting modules.David Robillard1-19/+24
2008-12-22Fix ingen -l (fix ticket #314).David Robillard1-10/+14
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-12-12Fix assertion death on ingen -eglDavid Robillard1-2/+3
2008-12-02Rewrite pretty much everything to do with paths in Serialiser to actually mak...David Robillard1-4/+13
2008-11-29Prefixes with underscores look weird.David Robillard1-1/+1
2008-11-27Fix orphan etc. errors for 'ingen -egl' (fix ticket #201).David Robillard1-17/+22
2008-11-24Abort if queued module fails to load.David Robillard1-1/+8
2008-11-17Tidy up console output.David Robillard1-2/+0
2008-11-16Monitoring deletion and variable setting (e.g. moving stuff on the canvas) vi...David Robillard1-0/+1
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard1-4/+5
2008-10-20Make Ingen and Patchage relocatable binaries when built as a bundle.David Robillard1-0/+4
2008-10-19Make ingen actually run again :)David Robillard1-5/+8
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-3/+3