Age | Commit message (Expand) | Author | Files | Lines |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 25 | -32/+72 |
2012-03-12 | Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not require | David Robillard | 1 | -49/+52 |
2012-03-12 | Fix mysterious undefined reference when running as a plugin. | David Robillard | 1 | -0/+3 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 21 | -113/+162 |
2012-03-12 | Unify event response mechanism and make it more appropriate for wire transmis... | David Robillard | 27 | -341/+114 |
2012-03-12 | Allow control and audio ports to be connected to CV ports. | David Robillard | 2 | -4/+8 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 18 | -53/+79 |
2012-03-11 | Implement state save/restore when Ingen is an LV2 plugin. | David Robillard | 2 | -2/+112 |
2012-03-10 | Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t... | David Robillard | 1 | -4/+4 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 8 | -9/+9 |
2012-03-10 | Fix loading as an LV2 plugin. | David Robillard | 1 | -6/+10 |
2012-03-10 | Use new LV2 MIDI definitions. | David Robillard | 2 | -2/+2 |
2012-03-02 | Update for latest atom extension. | David Robillard | 2 | -4/+3 |
2012-02-23 | Update for latest Atom extension. | David Robillard | 3 | -8/+8 |
2012-02-08 | Update for latest Atom extension. | David Robillard | 4 | -9/+9 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 7 | -7/+7 |
2012-01-14 | Replace some non-portable stuff with glib equivalents. | David Robillard | 1 | -3/+2 |
2012-01-14 | Load correct OSC module in ingen plugin. | David Robillard | 1 | -1/+1 |
2012-01-14 | Fix broken link to engine library in saved bundles (fix #806). | David Robillard | 1 | -8/+7 |
2012-01-14 | Fix crashes on shutdown (fix #805). | David Robillard | 3 | -8/+14 |
2011-12-10 | Fix buffer atom type initialisation. | David Robillard | 1 | -5/+5 |
2011-11-09 | Update for changes in LV2 SVN. | David Robillard | 2 | -4/+4 |
2011-11-07 | Remove use of non-portable _XOPEN_SOURCE and strdup. | David Robillard | 1 | -1/+2 |
2011-11-06 | Fix compilation against latest LV2 svn. | David Robillard | 3 | -1/+6 |
2011-11-02 | Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace. | David Robillard | 1 | -4/+4 |
2011-10-22 | Fix compilation on Mac OS X | David Robillard | 1 | -0/+2 |
2011-10-22 | Simplify Parser. | David Robillard | 1 | -3/+3 |
2011-10-22 | Remove EventType. | David Robillard | 5 | -15/+3 |
2011-10-21 | Move engine side OSC and HTTP stuff to separate modules. | David Robillard | 11 | -1804/+0 |
2011-10-21 | Move uri() to CommonInterface. | David Robillard | 1 | -8/+0 |
2011-10-21 | Merge Request into Event. | David Robillard | 35 | -435/+395 |
2011-10-21 | Make engine receivers depend only on ServerInterface. | David Robillard | 7 | -63/+52 |
2011-10-21 | Remove unnecessary calls to EventSource::whip(). | David Robillard | 7 | -21/+5 |
2011-10-21 | Make OSCEngineReceiver and HTTPEngineReceiver has-a ServerInterfaceImpl (inst... | David Robillard | 13 | -82/+126 |
2011-10-21 | Merge QueuedEvent into Event. | David Robillard | 39 | -255/+158 |
2011-10-21 | QueuedEngineInterface => ServerInterfaceImpl. | David Robillard | 10 | -42/+42 |
2011-10-21 | Clean up include paths. | David Robillard | 4 | -20/+20 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 36 | -42/+41 |
2011-10-21 | Move URIs.hpp to public shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 30 | -54/+61 |
2011-10-21 | Remove stub LV2 event (blob) feature implementation. | David Robillard | 2 | -61/+0 |
2011-10-21 | Simplify LV2Features. | David Robillard | 2 | -4/+4 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 17 | -21/+21 |
2011-10-21 | Begin moving shared headers to public include directory. | David Robillard | 3 | -4/+4 |
2011-10-21 | Use modern terser waf syntax. | David Robillard | 6 | -57/+57 |
2011-10-21 | Fix running as an LV2 plugin. | David Robillard | 5 | -15/+45 |
2011-10-19 | Remove stub implementation of reference extension | David Robillard | 2 | -74/+0 |
2011-10-18 | Clang warning fixes. | David Robillard | 2 | -5/+7 |
2011-10-09 | Fix erroneous assertion. | David Robillard | 1 | -1/+1 |
2011-10-09 | Fix memory errors in Jack2 caused by jack creating several threads. | David Robillard | 2 | -28/+21 |