Age | Commit message (Expand) | Author | Files | Lines |
2014-08-08 | Fix various warnings. | David Robillard | 1 | -2/+2 |
2014-07-13 | Add option to print control output changes to stdout. | David Robillard | 1 | -2/+12 |
2014-05-04 | 'Support' lv2:isLive. | David Robillard | 1 | -0/+3 |
2014-04-27 | Support new UI show/hide interface in console version. | David Robillard | 1 | -1/+3 |
2014-04-26 | Add support for data-access extension (close #967). | David Robillard | 1 | -1/+10 |
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 1 | -14/+22 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -8/+8 |
2013-12-31 | Fix crash on plugins with MIDI ports. | David Robillard | 1 | -1/+1 |
2013-12-28 | Don't expose non-MIDI event ports to Jack (fix #907). | David Robillard | 1 | -21/+25 |
2013-12-27 | Fix crash when no control command line options are given. | David Robillard | 1 | -2/+4 |
2013-12-25 | Add -c option for setting controls from the command line (#816). | David Robillard | 1 | -0/+24 |
2013-12-25 | Fix more const-correctness violations. | David Robillard | 1 | -4/+4 |
2013-11-01 | Support ui:portMap feature to allow UIs to avoid hard-coded port indices | David Robillard | 1 | -1/+10 |
2013-06-08 | Resize ring according to rsz:minimumSize. | David Robillard | 1 | -1/+10 |
2013-06-08 | Nicer printing of atom messages with -d. | David Robillard | 1 | -7/+2 |
2013-06-08 | Fix potential ringbuffer race for UI events. | David Robillard | 1 | -1/+3 |
2013-06-08 | Probably fix thread safety of debug printing (#911). | David Robillard | 1 | -2/+4 |
2013-05-27 | Support rsz:minimumSize for atom and event ports. | David Robillard | 1 | -2/+14 |
2013-05-09 | Communicate UI update rate to plugin and UI. | David Robillard | 1 | -15/+19 |
2013-05-09 | Add command-line option to control UI update frequency. | David Robillard | 1 | -2/+8 |
2013-02-11 | Group controls under headings if port group information is available. | David Robillard | 1 | -0/+3 |
2013-01-27 | Remove unused noe. | David Robillard | 1 | -1/+0 |
2013-01-26 | Support state:loadDefaultState. | David Robillard | 1 | -1/+11 |
2013-01-22 | Use a dynamically allocated buffer for reading from plugin=>UI ring to avoid ... | David Robillard | 1 | -1/+9 |
2013-01-17 | Fix memory leak. | David Robillard | 1 | -0/+1 |
2013-01-10 | Support event-based file parameters in built-in UI. | David Robillard | 1 | -3/+13 |
2013-01-05 | Send LV2 time properties with correct types from specification. | David Robillard | 1 | -2/+2 |
2012-11-17 | Make URI map thread-safe, fixing occasional crashes for plugins with UIs. | David Robillard | 1 | -4/+18 |
2012-11-16 | Send new time information to plugin when Jack tempo changes. | David Robillard | 1 | -1/+4 |
2012-09-30 | Refuse to instantiate plugins which require unsupported features. | David Robillard | 1 | -1/+33 |
2012-09-16 | Support latest options and morph extensions. | David Robillard | 1 | -9/+9 |
2012-08-29 | Update for latest options extension. | David Robillard | 1 | -16/+13 |
2012-08-29 | Implement buf-size via options. | David Robillard | 1 | -45/+5 |
2012-08-29 | Implement providing block length to plugin via options. | David Robillard | 1 | -13/+23 |
2012-08-22 | Fix Jack Session 'save and close' operation. | David Robillard | 1 | -1/+1 |
2012-08-22 | Fix state restoration. | David Robillard | 1 | -5/+1 |
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 | 1 | -2/+18 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 1 | -7/+7 |
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 | 1 | -19/+19 |
2012-08-08 | Support latest LV2 buf-size extension. | David Robillard | 1 | -7/+11 |
2012-08-05 | Fix UI/plugin communication. | David Robillard | 1 | -1/+1 |
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 |