summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2011-02-17Jack session support for ingen.David Robillard4-16/+83
2011-02-17Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.David Robillard5-117/+84
2011-02-16Tidy up serialiser interface.David Robillard1-2/+8
2011-02-16Sord::Resource => Sord::URI.David Robillard1-1/+1
2011-02-16Drop redlandmm for sordmm.David Robillard5-13/+8
2011-02-16Remove Jack buffer size kludge (fixed in jack r4127).David Robillard1-2/+0
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-1/+1
2011-02-15Sshh.David Robillard1-1/+0
2011-02-15Ignore jack buffer size callbacks, since svn jack is broken and reports buffe...David Robillard1-0/+2
2011-02-11Remove LADSPA support from Ingen (LADSPA can be used via NASPRO).David Robillard10-830/+7
2011-02-04Fix warnings when building with --strict (but without --debug).David Robillard1-1/+1
2011-01-08Clean up code (cpplint).David Robillard20-36/+75
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard3-12/+12
2011-01-08Support "request run" feature from contexts extension.David Robillard11-35/+123
2010-12-25Remove useless templatification of RingBuffer.David Robillard4-9/+9
2010-12-25Trim raul/Atom.hpp include tree.David Robillard8-8/+0
2010-12-23Fix crash when client attempts to set event port value to non-blob (fix ticke...David Robillard1-1/+1
2010-12-17Take RDF serialisation language as a parameter (rather than hardcoded "turtle").David Robillard1-1/+1
2010-12-16Update Doxygen file.David Robillard1-0/+2
2010-12-16Updates for waf 1.6.David Robillard1-30/+30
2010-12-15Keep soup.h include local, to keep netdb.h include away from glibmm include t...David Robillard2-5/+16
2010-11-30Consistent naming for URI quarks.David Robillard5-14/+14
2010-11-26Update for latest LV2 #include style.David Robillard17-20/+20
2010-11-26Fix race crash processing event list (Raul::ListImpl seriously needs an audit...David Robillard1-5/+11
2010-11-26Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic ...David Robillard1-6/+6
2010-10-28Fix ingen_http local library name.David Robillard1-1/+2
2010-10-27Update for new Atom extension.David Robillard4-19/+19
2010-10-18Implement URI unmap extension and use it to serialise JSON dictionary keys.David Robillard1-2/+0
2010-10-17Don't log every port resize.David Robillard1-3/+3
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard10-43/+59
2010-10-06Add scheme to LV2 URI-based includes.David Robillard17-20/+20
2010-10-06Use URI-based LV2 header includes.David Robillard17-21/+20
2010-09-30Declare single-argument constructors explicit (except where implicit conversi...David Robillard15-15/+15
2010-09-30Trim include tree.David Robillard4-6/+3
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard1-3/+3
2010-09-22LV2_MessageContext => LV2_Contexts_MessageContext.David Robillard2-2/+2
2010-09-04My name is David. :)David Robillard143-143/+143
2010-05-04LV2Object => LV2Atom.David Robillard3-6/+6
2010-05-04Rename "object" extension "atom" extension.David Robillard16-62/+62
2010-04-02Fix crashes on exit.David Robillard1-5/+5
2010-03-06Fully load patch in LV2 instantiate method.David Robillard4-22/+39
2010-03-06Sshh.David Robillard1-3/+0
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard64-352/+651
2010-03-05Remove ingen.lv2 subdirectory (isn't a bundle and only had ingen_lv2.cpp in i...David Robillard1-0/+0
2010-03-04Use portable path construction.David Robillard2-2/+3
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard4-4/+4
2010-02-28Just always allocate destination port buffers on connect, since being clever ...David Robillard1-6/+7
2010-02-28Automatically assign a port index if one isn't given on port creation.David Robillard1-1/+3
2010-02-28Fix loading LADSPA plugins from .om patches.David Robillard2-6/+18
2010-02-26Update stub support for liblo bundle handlers (for patch lo_bundle_receive_su...David Robillard2-13/+18