Age | Commit message (Expand) | Author | Files | Lines |
2017-12-25 | Remove trivial destructors and use default where possible | David Robillard | 16 | -43/+1 |
2017-12-24 | Clean up includes in public headers | David Robillard | 5 | -1/+5 |
2017-12-18 | Fix recursive type issues with some toolchains | David Robillard | 4 | -29/+30 |
2017-12-18 | Fix override specifiers | David Robillard | 2 | -4/+6 |
2017-12-17 | Simplify Tee | David Robillard | 1 | -9/+8 |
2017-12-16 | Make events take the corresponding message directly | David Robillard | 21 | -307/+319 |
2017-12-16 | Move sequence numbers into messages and simplify interfaces | David Robillard | 3 | -30/+18 |
2017-12-16 | Adjust indices when ports are deleted | David Robillard | 9 | -17/+110 |
2017-12-16 | Don't attempt to undo saving graphs | David Robillard | 1 | -1/+3 |
2017-12-16 | Fix undo of deletions that remove connections | David Robillard | 1 | -1/+1 |
2017-12-16 | Remove empty destructor | David Robillard | 2 | -5/+0 |
2017-12-16 | Fix documentation warnings | David Robillard | 2 | -1/+3 |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 3 | -146/+58 |
2017-12-16 | Clean up includes | David Robillard | 1 | -0/+2 |
2017-12-16 | Clean up delta key comparison | David Robillard | 1 | -2/+2 |
2017-12-16 | Make CompiledGraph::compile a free function | David Robillard | 14 | -19/+21 |
2017-12-16 | Remove Log and Path dependency from CompiledGraph | David Robillard | 2 | -18/+12 |
2017-12-16 | Remove Engine dependency from Task | David Robillard | 5 | -10/+24 |
2017-12-16 | Simplify Task implementation | David Robillard | 4 | -40/+54 |
2017-07-22 | Fix saving of learned MIDI bindings | David Robillard | 1 | -2/+4 |
2017-04-12 | Allow buffer size to be specified on the command line | David Robillard | 1 | -1/+1 |
2017-04-12 | Refuse to start if driver requires a graph and one is not provided | David Robillard | 2 | -0/+7 |
2017-04-12 | Fix const correctness | David Robillard | 2 | -2/+2 |
2017-03-20 | Fix crash when setting control ports without a value buffer | David Robillard | 1 | -1/+3 |
2017-03-20 | Revert removal of DirectDriver and fix test suite | David Robillard | 3 | -0/+116 |
2017-03-20 | Always use sample accurate controls | David Robillard | 8 | -36/+43 |
2017-03-20 | Remove dubious Buffer::nframes() method | David Robillard | 4 | -19/+11 |
2017-03-20 | Fix value buffer update | David Robillard | 3 | -11/+19 |
2017-03-20 | Fix value buffer size logic | David Robillard | 1 | -3/+4 |
2017-03-20 | Fix clear_buffers() prototype | David Robillard | 3 | -5/+5 |
2017-03-20 | Fix split cycle audio output | David Robillard | 1 | -1/+1 |
2017-03-20 | Factor out redundant overloads | David Robillard | 6 | -16/+3 |
2017-03-20 | Use more efficient memory barriers | David Robillard | 1 | -2/+3 |
2017-03-20 | Fix zipper noise when dragging CV port values | David Robillard | 2 | -2/+3 |
2017-03-20 | Add CV dumping debug utility | David Robillard | 2 | -0/+20 |
2017-03-20 | Fix event timing with PortAudio driver | David Robillard | 6 | -31/+153 |
2017-03-20 | Fix event timing and remove vestigial DirectDriver | David Robillard | 3 | -120/+1 |
2017-03-20 | Always clear cached buffers before reuse | David Robillard | 1 | -0/+1 |
2017-03-20 | Cleanup: Factor out bypass method | David Robillard | 2 | -25/+39 |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 4 | -23/+30 |
2017-03-20 | Improve arc list efficiency | David Robillard | 11 | -40/+39 |
2017-03-20 | Cleanup: Trim boost headers and unnecessary configure checks | David Robillard | 3 | -8/+8 |
2017-03-19 | Shrink status bar text and fix initial DSP load display | David Robillard | 4 | -65/+97 |
2017-03-18 | Don't delete existing graph contents on LV2 restore | David Robillard | 1 | -0/+2 |
2017-03-18 | Don't delete LV2 ports | David Robillard | 1 | -1/+1 |
2017-03-18 | Fix LV2 ports | David Robillard | 1 | -0/+7 |
2017-03-06 | Fix crash when run with disconnected control/notify ports | David Robillard | 1 | -2/+4 |
2017-02-27 | Update for latest Raul | David Robillard | 2 | -2/+2 |
2017-02-20 | Use consistent style in Jack log messages | David Robillard | 1 | -3/+3 |
2017-02-18 | Improve parallel analysis and execution algorithms | David Robillard | 7 | -204/+197 |