summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2012-04-23Localise buffer reference stuff.David Robillard20-78/+110
2012-04-23Maybe fix boost compilation errors again.David Robillard1-1/+1
2012-04-23Maybe fix boost compilation errors.David Robillard5-27/+39
2012-04-23Use URI defines where possible.David Robillard2-5/+8
2012-04-22Remove prefix for defunc contexts extension.David Robillard1-2/+1
2012-04-16Update for latest LV2 resize-port extension.David Robillard2-19/+18
2012-04-14Update URIs.David Robillard3-3/+3
2012-04-12Update for latest atom extension.David Robillard7-20/+12
2012-04-05Fix end namespace comments to match reality.David Robillard21-22/+21
2012-03-31Update for latest LV2 state extension.David Robillard2-7/+9
2012-03-27Squeeze blank lines.David Robillard109-110/+0
2012-03-27Delete trailing whitespace.David Robillard4-9/+9
2012-03-27Switch to AGPL3+.David Robillard109-1745/+1744
2012-03-26Update for latest LV2.David Robillard1-2/+2
2012-03-25Update for latest atom extension.David Robillard12-34/+21
2012-03-23Fix compilation with latest LV2.David Robillard15-184/+78
2012-03-22Remove crufty headeres.David Robillard2-2/+0
2012-03-20More complete Ingen plugin <=> UI communication.David Robillard1-1/+1
2012-03-20Sshh.David Robillard1-3/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard48-1091/+751
2012-03-16Preliminary work towards native LV2 UI.David Robillard2-2/+1
2012-03-16Remove ping() from interface, just use a get instead.David Robillard2-7/+0
2012-03-16Merge ClientInterface and ServerInterface.David Robillard35-105/+100
2012-03-16Remove activity from interface and use set_property() instead.David Robillard13-268/+54
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 Robillard1-4/+4
2012-03-15Implement new LV2 discovery API.David Robillard1-56/+66
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard25-32/+72
2012-03-12Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not requireDavid Robillard1-49/+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 Robillard21-113/+162
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard27-341/+114
2012-03-12Allow control and audio ports to be connected to CV ports.David Robillard2-4/+8
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard18-53/+79
2012-03-11Implement state save/restore when Ingen is an LV2 plugin.David Robillard2-2/+112
2012-03-10Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...David Robillard1-4/+4
2012-03-10Delete trailing whitespace.David Robillard8-9/+9
2012-03-10Fix loading as an LV2 plugin.David Robillard1-6/+10
2012-03-10Use new LV2 MIDI definitions.David Robillard2-2/+2
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 Robillard7-7/+7
2012-01-14Replace some non-portable stuff with glib equivalents.David Robillard1-3/+2
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 Robillard1-8/+7
2012-01-14Fix crashes on shutdown (fix #805).David Robillard3-8/+14
2011-12-10Fix buffer atom type initialisation.David Robillard1-5/+5
2011-11-09Update for changes in LV2 SVN.David Robillard2-4/+4
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-1/+2