Age | Commit message (Expand) | Author | Files | Lines |
2012-05-27 | Support lv2:sampleRate control ports. | David Robillard | 1 | -10/+17 |
2012-05-27 | Add real-time annotations for sfpv. | David Robillard | 1 | -1/+7 |
2012-05-13 | Gracefully handle allocation failure. | David Robillard | 1 | -1/+6 |
2012-05-11 | Avoid including gtkmm.h | David Robillard | 1 | -1/+3 |
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 | 5 | -9/+31 |
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 | 4 | -13/+34 |
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-13 | Logarithmic slider support from Nick Lanham. | David Robillard | 1 | -7/+45 |
2012-04-13 | Fix compilation with old glib. | David Robillard | 1 | -2/+2 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 2 | -16/+9 |
2012-04-12 | Delete trailing whitespace. | David Robillard | 3 | -14/+14 |
2012-04-11 | Write port values in presets as pretty numbers. | David Robillard | 1 | -2/+2 |
2012-04-11 | Simpler preset saving. | David Robillard | 3 | -35/+49 |
2012-04-11 | Fix Jack MIDI output. | David Robillard | 3 | -7/+11 |
2012-04-11 | Use actual scale point values for combo boxes (don't assume scale point value... | David Robillard | 1 | -6/+33 |
2012-04-11 | Fix memory leak. | David Robillard | 2 | -3/+5 |
2012-04-10 | Make controls update when changing presets (except combos). | David Robillard | 7 | -37/+101 |
2012-04-09 | More sensible URI node cacheing structure. | David Robillard | 3 | -53/+52 |
2012-04-09 | Generic UI for jalv.gtk from Nick Lanham. | David Robillard | 2 | -15/+229 |
2012-04-09 | Tidy. | David Robillard | 2 | -4/+8 |
2012-04-05 | Implement log extension. | David Robillard | 3 | -5/+67 |
2012-04-01 | Fix crash with plugins without a worker interface. | David Robillard | 1 | -1/+1 |
2012-03-31 | Make jalv_worker_respond() private. | David Robillard | 2 | -16/+11 |
2012-03-31 | Move worker implementation to separate file. | David Robillard | 4 | -86/+168 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 2 | -4/+4 |
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 | 2 | -15/+15 |
2012-03-23 | Implement LV2 worker extension. | David Robillard | 3 | -10/+255 |
2012-03-21 | Remove implementation of UI resize extension which is handled autommatically ... | David Robillard | 4 | -53/+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 | Propertly implement resizable for Gtkmm | David Robillard | 1 | -2/+1 |
2012-03-20 | More gracefully handle plugin => UI message overflows. | David Robillard | 1 | -2/+5 |
2012-03-20 | Depend on sratom as a proper library and eliminate rampant copy/paste code re... | David Robillard | 2 | -844/+0 |
2012-03-19 | Update for latest atom extension. | David Robillard | 3 | -4/+4 |
2012-03-18 | Fix crash on plugins with no UI. | David Robillard | 1 | -0/+4 |
2012-03-16 | Update for latest atom extension. | David Robillard | 1 | -10/+10 |
2012-03-16 | Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging. | David Robillard | 5 | -141/+860 |
2012-03-16 | Properly implement non-resizable UIs, not that any plugins that should set th... | David Robillard | 3 | -2/+21 |
2012-03-08 | Fix sequence ports. | David Robillard | 2 | -8/+17 |
2012-03-06 | Use raw type/size/value instead of LilvNode for port values. | David Robillard | 1 | -9/+16 |
2012-03-03 | Update for latest Lilv. | David Robillard | 1 | -4/+4 |
2012-03-02 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-02-29 | Update for latest atom extension. | David Robillard | 5 | -59/+134 |
2012-02-28 | Update LV2_Evbuf (matches that used in current ardour 3.0). | David Robillard | 4 | -18/+44 |
2012-02-23 | Update for latest Atom extension. | David Robillard | 2 | -7/+6 |