Age | Commit message (Expand) | Author | Files | Lines |
2012-08-29 | Implement providing block length to plugin via options. | David Robillard | 2 | -13/+26 |
2012-08-29 | Add missing return. | David Robillard | 1 | -0/+1 |
2012-08-22 | Fix Jack Session 'save and close' operation. | David Robillard | 6 | -1/+31 |
2012-08-22 | Fix state restoration. | David Robillard | 2 | -8/+9 |
2012-08-22 | Set control widgets initially to actual control value, not default value. | David Robillard | 1 | -16/+13 |
2012-08-22 | Use in Jack session command line. | David Robillard | 1 | -1/+1 |
2012-08-21 | Implement basic support for the new options extension and use it to pass the ... | David Robillard | 2 | -2/+20 |
2012-08-21 | Set WM_ROLE to 'plugin_ui' to appease someone who would never do the same for... | David Robillard | 1 | -0/+1 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 4 | -23/+24 |
2012-08-10 | Fix unnecessary implicit float=>double conversions. | David Robillard | 1 | -1/+1 |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 6 | -26/+26 |
2012-08-08 | Support latest LV2 buf-size extension. | David Robillard | 1 | -7/+11 |
2012-08-05 | Fix UI/plugin communication. | David Robillard | 2 | -2/+2 |
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 | 6 | -80/+102 |
2012-08-02 | Always call Jalv struct `jalv'. | David Robillard | 1 | -267/+267 |
2012-08-02 | Fix compilation on Windows. | David Robillard | 2 | -0/+10 |
2012-07-29 | Add Gtk3 UI. | David Robillard | 1 | -6/+47 |
2012-07-18 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
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 | 2 | -51/+72 |
2012-07-07 | Don't fill plugin=>UI ringbuffer when no UI is present. | David Robillard | 1 | -1/+1 |
2012-06-13 | Tolerate loading presets with port values that aren't xsd:decimal (fix #824). | David Robillard | 1 | -4/+11 |
2012-06-05 | Use LV2 buf-size extension. | David Robillard | 2 | -1/+46 |
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 |