summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Trim more cruft.David Robillard11-175/+48
2011-02-18Save (patch ingen:node subpatch) for subpatch nodes.David Robillard1-0/+3
2011-02-17Remember document patches were loaded from (fix ticket #603).David Robillard1-2/+2
2011-02-17Remove deprecated Om patch loading code (resolve ticket #32).David Robillard11-856/+26
2011-02-17Jack session support for ingen.David Robillard12-53/+175
2011-02-17Fix ingen --load/-l.David Robillard1-3/+4
2011-02-17Tidy.David Robillard1-56/+59
2011-02-17Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.David Robillard10-151/+103
2011-02-17Consistent log output.David Robillard2-4/+8
2011-02-17Map "Draw" to C-d (don't clash with C-p for "Properties").David Robillard1-1/+1
2011-02-17Connect to JACK_DEFAULT_SERVER by default.David Robillard1-1/+1
2011-02-16Save subpatches to recursive bundles.David Robillard2-44/+52
2011-02-16Tidy.David Robillard2-6/+4
2011-02-16Tidy up serialiser interface.David Robillard4-75/+60
2011-02-16Sord::Resource => Sord::URI.David Robillard5-197/+163
2011-02-16Use simpler, single, file extensions.David Robillard3-5/+6
2011-02-16Tidy.David Robillard4-242/+211
2011-02-16Drop redlandmm for sordmm.David Robillard29-276/+259
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 Robillard6-59/+132
2011-02-15Sshh.David Robillard1-1/+0
2011-02-15Trim more redlandmm API.David Robillard4-22/+14
2011-02-15Remove SPARQL query stuff from Redlandmm.David Robillard2-294/+181
2011-02-15Ignore jack buffer size callbacks, since svn jack is broken and reports buffe...David Robillard1-0/+2
2011-02-12Update for new SLV2 #include structure.David Robillard1-1/+3
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-02-04Update to current librdf-free slv2.David Robillard1-1/+1
2011-01-31Non-SPARQL LV2 presets implementation (compile against new slv2).David Robillard1-27/+58
2011-01-31Fix broken loop.David Robillard1-1/+1
2011-01-10Fix module loading on OSX (this revision of Ingen confirmed working on Mac OS...David Robillard3-9/+12
2011-01-10Remove shared/engine dependency on sigc++.David Robillard4-4/+2
2011-01-08Clean up code (cpplint).David Robillard20-36/+75
2011-01-08Support via waf for running from the build directory.David Robillard4-18/+34
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard5-14/+14
2011-01-08Support "request run" feature from contexts extension.David Robillard15-42/+132
2011-01-06Link against -ldl when necessary.David Robillard1-0/+1
2010-12-25Remove useless templatification of RingBuffer.David Robillard4-9/+9
2010-12-25Trim raul/Atom.hpp include tree.David Robillard12-13/+1
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 Robillard3-4/+4
2010-12-17Simplify blank node ID stuff (and remove circular dependency of World and Node).David Robillard1-1/+1
2010-12-17Use an actual wrapper for query results (instead of building a Bindings and r...David Robillard2-71/+67
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works with...David Robillard1-1/+1
2010-12-16Update Doxygen file.David Robillard1-0/+2
2010-12-16Updates for waf 1.6.David Robillard7-73/+73
2010-12-16Fix compilation without HAVE_SLV2.David Robillard1-2/+2
2010-12-15Fix broken disabling of rename window OK button (fix ticket #502).David Robillard2-20/+6
2010-12-15Keep soup.h include local, to keep netdb.h include away from glibmm include t...David Robillard6-11/+36
2010-12-14Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529).David Robillard2-5/+17