Age | Commit message (Expand) | Author | Files | Lines |
2012-06-13 | Fix saving of control bindings. | David Robillard | 5 | -33/+60 |
2012-06-12 | Correctly handle termination with GUI running (fix #833). | David Robillard | 1 | -6/+4 |
2012-06-12 | Tidy. | David Robillard | 1 | -14/+11 |
2012-06-12 | Add "expose" (to parent) operation for ports. | David Robillard | 7 | -42/+98 |
2012-06-10 | Working control ports when running under LV2. | David Robillard | 1 | -1/+5 |
2012-06-05 | Use LV2 buf-size extension. | David Robillard | 4 | -16/+50 |
2012-06-02 | Use URI constants. | David Robillard | 1 | -2/+2 |
2012-06-01 | Functioning MIDI input and internals when running as an LV2. | David Robillard | 4 | -3/+19 |
2012-05-31 | Fix returned reference to temporary. | David Robillard | 1 | -1/+1 |
2012-05-31 | Fix glitchy audio. | David Robillard | 1 | -11/+3 |
2012-05-31 | Implement Control/CV morph ports. | David Robillard | 7 | -98/+196 |
2012-05-29 | Use appropriate type for port count. | David Robillard | 1 | -4/+4 |
2012-05-28 | ... missed one. | David Robillard | 3 | -6/+4 |
2012-05-28 | Remove accidentally added include. | David Robillard | 1 | -1/+0 |
2012-05-28 | Cache lilv nodes used for instantiation in LV2Info. | David Robillard | 3 | -50/+46 |
2012-05-27 | Tidy up SSE detection code. | David Robillard | 1 | -6/+4 |
2012-05-27 | Add real-time annotations for sfpv. | David Robillard | 2 | -1/+7 |
2012-05-24 | Delete trailing whitespace. | David Robillard | 2 | -2/+2 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 42 | -153/+35 |
2012-05-23 | Implement event mixing. | David Robillard | 1 | -25/+41 |
2012-05-23 | Move mixing stuff to mix.cpp. | David Robillard | 4 | -90/+126 |
2012-05-23 | Fix creation of event ports via GUI. | David Robillard | 1 | -0/+4 |
2012-05-23 | Clean up CreatePatch polyphony stuff. | David Robillard | 5 | -29/+25 |
2012-05-23 | Tidy. | David Robillard | 5 | -36/+1 |
2012-05-23 | SetMetadata => Delta. | David Robillard | 5 | -37/+37 |
2012-05-23 | Fix creation of several ports in rapid succession (e.g. on patch load). | David Robillard | 6 | -60/+57 |
2012-05-23 | Don't save ingen:activity as a persistent property. | David Robillard | 1 | -0/+1 |
2012-05-23 | Fix copying of audio buffers and polyphonic audio output. | David Robillard | 3 | -5/+10 |
2012-05-23 | Fix more debug logging stuff. | David Robillard | 2 | -2/+2 |
2012-05-23 | Update status bar only for control ports with the pointer over them. | David Robillard | 2 | -7/+11 |
2012-05-23 | Fix crash when loading polyphonic patches. | David Robillard | 4 | -15/+23 |
2012-05-23 | Fix voice debugging stuff. | David Robillard | 1 | -19/+21 |
2012-05-22 | Remove redundant method. | David Robillard | 2 | -9/+0 |
2012-05-22 | Fix crash when connecting control port to audio output on the root patch. | David Robillard | 1 | -0/+1 |
2012-05-22 | Fix crash when setting nodes polyphonic. | David Robillard | 6 | -21/+38 |
2012-05-22 | More work on test suite. | David Robillard | 62 | -375/+823 |
2012-05-20 | Remove Deactivate event. | David Robillard | 2 | -52/+0 |
2012-05-20 | Update to r68/autowaf. | David Robillard | 1 | -0/+0 |
2012-05-18 | Beginnings of a test framework. | David Robillard | 14 | -137/+475 |
2012-05-17 | Remove pointless state and constructor from Parser. | David Robillard | 3 | -10/+2 |
2012-05-17 | Eliminate static variable. | David Robillard | 1 | -1/+1 |
2012-05-17 | Eliminate static variable. | David Robillard | 3 | -17/+36 |
2012-05-15 | Remove unused PluginImpl stuff. | David Robillard | 5 | -95/+11 |
2012-05-15 | Remove ClientSender and move code to Get.cpp (the only place it was used). | David Robillard | 5 | -223/+82 |
2012-05-15 | Remove dead code. | David Robillard | 2 | -16/+0 |
2012-05-15 | Fix crash when loading patches from the command line. | David Robillard | 6 | -74/+70 |
2012-05-15 | Fix parsing of nested patches. | David Robillard | 1 | -1/+4 |
2012-05-15 | Eliminate long-duration event locks by generated responses in pre_process(). | David Robillard | 9 | -52/+56 |
2012-05-14 | Remove useless abs and fix compilation error on some platforms (fix ticket #8... | David Robillard | 1 | -1/+1 |
2012-05-14 | Trim unnecessary includes. | David Robillard | 3 | -4/+0 |