Age | Commit message (Expand) | Author | Files | Lines |
2012-07-16 | Preliminary somewhat kludgey support for UIs sending messages to Sequence inp... | David Robillard | 2 | -32/+25 |
2012-06-29 | Fix crashes caused by events attempting to respond to deleted clients (fix #8... | David Robillard | 22 | -100/+100 |
2012-06-13 | Fix control binding loading. | David Robillard | 1 | -2/+5 |
2012-06-13 | Fix saving of control bindings. | David Robillard | 1 | -1/+1 |
2012-06-01 | Functioning MIDI input and internals when running as an LV2. | David Robillard | 1 | -0/+1 |
2012-05-24 | Delete trailing whitespace. | David Robillard | 2 | -2/+2 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 7 | -22/+7 |
2012-05-23 | Clean up CreatePatch polyphony stuff. | David Robillard | 5 | -29/+25 |
2012-05-23 | Tidy. | David Robillard | 3 | -32/+0 |
2012-05-23 | SetMetadata => Delta. | David Robillard | 2 | -29/+29 |
2012-05-23 | Fix creation of several ports in rapid succession (e.g. on patch load). | David Robillard | 2 | -54/+51 |
2012-05-23 | Fix crash when loading polyphonic patches. | David Robillard | 1 | -4/+5 |
2012-05-22 | Fix crash when setting nodes polyphonic. | David Robillard | 1 | -1/+1 |
2012-05-22 | More work on test suite. | David Robillard | 22 | -212/+134 |
2012-05-20 | Remove Deactivate event. | David Robillard | 1 | -51/+0 |
2012-05-18 | Beginnings of a test framework. | David Robillard | 1 | -50/+62 |
2012-05-15 | Remove ClientSender and move code to Get.cpp (the only place it was used). | David Robillard | 1 | -2/+82 |
2012-05-15 | Fix crash when loading patches from the command line. | David Robillard | 5 | -68/+64 |
2012-05-15 | Eliminate long-duration event locks by generated responses in pre_process(). | David Robillard | 9 | -52/+56 |
2012-05-14 | Trim unnecessary includes. | David Robillard | 1 | -2/+0 |
2012-05-14 | Tidy. | David Robillard | 9 | -24/+24 |
2012-05-14 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-05-14 | Don't use maid unnecessarily in Delete::post_process(). | David Robillard | 1 | -3/+3 |
2012-05-14 | Factor out common code. | David Robillard | 1 | -14/+10 |
2012-05-14 | Remove Thread context stuff and add a thread-specific variable class, ThreadV... | David Robillard | 11 | -18/+18 |
2012-05-12 | More work towards checking contexts via parameter rather than thread magic. | David Robillard | 3 | -7/+13 |
2012-05-12 | Fix memory errors when running as LV2 plugin. | David Robillard | 1 | -3/+3 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 6 | -11/+11 |
2012-05-12 | Remove redundant thread assertions. | David Robillard | 1 | -2/+0 |
2012-05-12 | Fix compilation of debug stuff. | David Robillard | 1 | -7/+7 |
2012-05-12 | Remove Ping event and associated cruft. | David Robillard | 1 | -52/+0 |
2012-05-11 | Add missing includes. | David Robillard | 5 | -8/+13 |
2012-05-11 | "Connection" => "Edge" | David Robillard | 5 | -48/+46 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 6 | -13/+13 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 11 | -73/+42 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 5 | -9/+7 |
2012-05-09 | DriverPort => EnginePort. | David Robillard | 5 | -16/+22 |
2012-05-09 | Factor audio thread execution stuff out of JackDriver into Engine::run(). | David Robillard | 2 | -12/+5 |
2012-05-03 | Work towards a proper server infrastructure with a thread per connection. | David Robillard | 1 | -1/+1 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 1 | -9/+12 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 5 | -47/+47 |
2012-04-23 | Localise buffer reference stuff. | David Robillard | 4 | -9/+9 |
2012-04-14 | Update URIs. | David Robillard | 1 | -1/+1 |
2012-04-05 | Fix end namespace comments to match reality. | David Robillard | 21 | -22/+21 |
2012-03-27 | Squeeze blank lines. | David Robillard | 24 | -24/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 24 | -384/+384 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -4/+2 |
2012-03-23 | Fix compilation with latest LV2. | David Robillard | 1 | -3/+2 |
2012-03-22 | Remove crufty headeres. | David Robillard | 1 | -1/+0 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 5 | -72/+38 |