summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-14Update URIs.David Robillard8-12/+15
2012-04-12Use URI defines from LV2 headers where possible.David Robillard8-35/+8
2012-04-12Update for latest atom extension.David Robillard8-24/+15
2012-04-11Write port values in presets as pretty numbers.David Robillard1-1/+1
2012-04-11Bump LV2 dependency version.David Robillard1-1/+1
2012-04-05Remove unnecessary include.David Robillard1-1/+0
2012-04-05Fix subpatch creation (fix #826).David Robillard7-23/+25
2012-04-05Fix end namespace comments to match reality.David Robillard21-22/+21
2012-04-05Remove use of Glibmm variant wrapper which is inexplicably recent (fix #827).David Robillard2-7/+4
2012-04-05Fix wonky controls when plugin GUI is open (fix #822).David Robillard1-6/+9
2012-04-01Bump Raul version.David Robillard1-1/+1
2012-04-01Check for recent versions of stuff.David Robillard1-2/+2
2012-03-31Update for latest LV2 state extension.David Robillard2-7/+9
2012-03-27Tidy.David Robillard1-4/+8
2012-03-27Fix load plugin window.David Robillard1-4/+8
2012-03-27Squeeze blank lines.David Robillard170-176/+0
2012-03-27Delete trailing whitespace.David Robillard7-12/+12
2012-03-27Switch to AGPL3+.David Robillard267-4511/+4775
2012-03-26Update for latest LV2.David Robillard6-20/+9
2012-03-25Update for latest atom extension.David Robillard18-43/+28
2012-03-23Fix compilation with latest LV2.David Robillard16-188/+80
2012-03-22Remove crufty headeres.David Robillard3-3/+0
2012-03-20More complete Ingen plugin <=> UI communication.David Robillard6-23/+119
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 Robillard4-910/+4
2012-03-20Sshh.David Robillard2-9/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard103-1701/+2258
2012-03-16Preliminary work towards native LV2 UI.David Robillard25-789/+1226
2012-03-16Remove ping() from interface, just use a get instead.David Robillard16-50/+324
2012-03-16Merge ClientInterface and ServerInterface.David Robillard84-345/+265
2012-03-16Remove activity from interface and use set_property() instead.David Robillard35-384/+104
2012-03-16Remove ClientInterface::activity and use set_property instead.David Robillard2-10/+7
2012-03-15Remove old include directory.David Robillard0-0/+0
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard48-24/+24
2012-03-15Implement new LV2 discovery API.David Robillard1-56/+66
2012-03-15Use host-provided URI-map for internally mapped URIs.David Robillard2-18/+46
2012-03-14Consistently map all URIs with the URI map.David Robillard3-67/+68
2012-03-14Remove silly/slow Quark::c_str() since Quark derives from a string type anyway.David Robillard2-7/+0
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard43-92/+236
2012-03-12Disable OSC and HTTP for now.David Robillard2-3/+7
2012-03-12Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not requireDavid Robillard3-95/+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 Robillard59-298/+411
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard43-427/+238
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 Robillard26-91/+124
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 Robillard6-13/+127
2012-03-11Missing portion of previous commit (r4045).David Robillard1-9/+19