Age | Commit message (Expand) | Author | Files | Lines |
2012-08-03 | Fix crash when invalid plugin URIs are used. | David Robillard | 1 | -2/+4 |
2012-08-03 | MSVC portability work. | David Robillard | 1 | -4/+9 |
2012-08-02 | Pass parent widget to suil_instance_new. | David Robillard | 1 | -48/+54 |
2012-08-02 | Always call Jalv struct `jalv'. | David Robillard | 1 | -267/+267 |
2012-08-02 | Fix compilation on Windows. | David Robillard | 1 | -0/+9 |
2012-07-16 | ... actually compile. Duh. | David Robillard | 1 | -1/+1 |
2012-07-16 | Don't send UI updates if UI is not present (correct fix for r4513). | David Robillard | 1 | -1/+1 |
2012-07-08 | Notify plugins of Jack transport changes by sending events (an atom:Blank with | David Robillard | 1 | -51/+69 |
2012-07-07 | Don't fill plugin=>UI ringbuffer when no UI is present. | David Robillard | 1 | -1/+1 |
2012-06-05 | Use LV2 buf-size extension. | David Robillard | 1 | -1/+45 |
2012-05-27 | Add real-time annotations for sfpv. | David Robillard | 1 | -1/+7 |
2012-04-28 | Crank up the update rate a bit. | David Robillard | 1 | -1/+1 |
2012-04-28 | Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ... | David Robillard | 1 | -4/+27 |
2012-04-27 | Ssshhh. | David Robillard | 1 | -3/+0 |
2012-04-27 | Add comm buffer size parameter and use Jack MIDI buffer size by default. | David Robillard | 1 | -9/+20 |
2012-04-19 | Fix MIDI buffer size stuff. | David Robillard | 1 | -7/+7 |
2012-04-19 | Update copyright date. | David Robillard | 1 | -1/+1 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -8/+5 |
2012-04-12 | Delete trailing whitespace. | David Robillard | 1 | -6/+6 |
2012-04-11 | Fix Jack MIDI output. | David Robillard | 1 | -6/+9 |
2012-04-11 | Fix memory leak. | David Robillard | 1 | -3/+4 |
2012-04-10 | Make controls update when changing presets (except combos). | David Robillard | 1 | -19/+20 |
2012-04-09 | More sensible URI node cacheing structure. | David Robillard | 1 | -37/+31 |
2012-04-05 | Implement log extension. | David Robillard | 1 | -4/+10 |
2012-04-01 | Fix crash with plugins without a worker interface. | David Robillard | 1 | -1/+1 |
2012-03-31 | Move worker implementation to separate file. | David Robillard | 1 | -85/+16 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-27 | Implement end_run hook of worker interface. | David Robillard | 1 | -0/+4 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -14/+14 |
2012-03-23 | Implement LV2 worker extension. | David Robillard | 1 | -1/+99 |
2012-03-21 | Remove implementation of UI resize extension which is handled autommatically ... | David Robillard | 1 | -36/+11 |
2012-03-20 | Actually check for ui:noUserResize. Oops. | David Robillard | 1 | -1/+1 |
2012-03-20 | Check for both ui:fixedSize and ui:noUserResize. | David Robillard | 1 | -7/+11 |
2012-03-20 | More gracefully handle plugin => UI message overflows. | David Robillard | 1 | -2/+5 |
2012-03-19 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-03-18 | Fix crash on plugins with no UI. | David Robillard | 1 | -0/+4 |
2012-03-16 | Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging. | David Robillard | 1 | -4/+13 |
2012-03-16 | Properly implement non-resizable UIs, not that any plugins that should set th... | David Robillard | 1 | -0/+17 |
2012-03-08 | Fix sequence ports. | David Robillard | 1 | -5/+11 |
2012-03-02 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-02-29 | Update for latest atom extension. | David Robillard | 1 | -10/+60 |
2012-02-28 | Update LV2_Evbuf (matches that used in current ardour 3.0). | David Robillard | 1 | -2/+6 |
2012-02-19 | Update for latest LV2 changes. | David Robillard | 1 | -1/+1 |
2012-02-18 | Add -d option and implement proper communication dumping. | David Robillard | 1 | -18/+18 |
2012-02-18 | Implement/fix atom event port UI notifications. | David Robillard | 1 | -1/+16 |
2012-02-17 | Update for latest atom extension. | David Robillard | 1 | -2/+0 |
2012-02-12 | Update for latest atom extension. | David Robillard | 1 | -0/+2 |
2012-02-11 | Shh. | David Robillard | 1 | -4/+0 |
2012-02-09 | Mac portability fixes. | David Robillard | 1 | -13/+18 |
2012-02-08 | Update for latest Atom extension. | David Robillard | 1 | -18/+17 |