summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Switch to AGPL3+.David Robillard228-3601/+3544
2012-03-26Update for latest LV2.David Robillard5-7/+7
2012-03-25Update for latest atom extension.David Robillard17-41/+27
2012-03-23Fix compilation with latest LV2.David Robillard15-184/+78
2012-03-22Remove crufty headeres.David Robillard3-3/+0
2012-03-20More complete Ingen plugin <=> UI communication.David Robillard4-23/+107
2012-03-20Show entire UI (with menu and status bar) for LV2 UI.David Robillard3-4/+20
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard3-910/+2
2012-03-20Sshh.David Robillard2-9/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard93-1659/+2192
2012-03-16Preliminary work towards native LV2 UI.David Robillard23-905/+1200
2012-03-16Remove ping() from interface, just use a get instead.David Robillard9-29/+302
2012-03-16Merge ClientInterface and ServerInterface.David Robillard71-196/+188
2012-03-16Remove activity from interface and use set_property() instead.David Robillard28-347/+67
2012-03-16Remove ClientInterface::activity and use set_property instead.David Robillard2-10/+7
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard9-20/+20
2012-03-15Implement new LV2 discovery API.David Robillard1-56/+66
2012-03-15Use host-provided URI-map for internally mapped URIs.David Robillard1-17/+41
2012-03-14Consistently map all URIs with the URI map.David Robillard2-65/+65
2012-03-14Remove silly/slow Quark::c_str() since Quark derives from a string type anyway.David Robillard1-6/+0
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard38-70/+167
2012-03-12Disable OSC and HTTP for now.David Robillard1-3/+4
2012-03-12Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not requireDavid Robillard2-80/+52
2012-03-12Fix mysterious undefined reference when running as a plugin.David Robillard1-0/+3
2012-03-12Centralise atom creation in forge object.David Robillard53-273/+393
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard39-408/+148
2012-03-12Allow control and audio ports to be connected to CV ports.David Robillard2-4/+8
2012-03-12Make port controls actually do something.David Robillard2-37/+36
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard24-88/+117
2012-03-11Fix crash when showing port properties window.David Robillard1-0/+1
2012-03-11Implement state save/restore when Ingen is an LV2 plugin.David Robillard4-11/+123
2012-03-11Fix UI response to property changes like port value (fix #779).David Robillard3-25/+14
2012-03-10Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...David Robillard9-37/+37
2012-03-10Delete trailing whitespace.David Robillard15-32/+31
2012-03-10Fix loading as an LV2 plugin.David Robillard1-6/+10
2012-03-10Use new LV2 MIDI definitions.David Robillard4-27/+25
2012-03-09Fix patch saving.David Robillard1-5/+7
2012-03-02Update for latest atom extension.David Robillard2-4/+3
2012-02-23Update for latest Atom extension.David Robillard3-8/+8
2012-02-08Update for latest Atom extension.David Robillard4-9/+9
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard20-20/+20
2012-01-14Replace some non-portable stuff with glib equivalents.David Robillard6-20/+6
2012-01-14Load correct OSC module in ingen plugin.David Robillard1-1/+1
2012-01-14Fix broken link to engine library in saved bundles (fix #806).David Robillard2-9/+8
2012-01-14Fix loading patches by relative path (fix #798).David Robillard1-4/+15
2012-01-14Fix crashes on shutdown (fix #805).David Robillard3-8/+14
2012-01-14Load files passed on command line without -l option (fix #804).David Robillard2-8/+10
2011-12-23Use source port colour for connection colour.David Robillard1-2/+1
2011-12-18Use opaque port colours.David Robillard1-6/+6
2011-12-10Fix buffer atom type initialisation.David Robillard1-5/+5