Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-23 | Use override specifiers | David Robillard | 14 | -54/+54 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 28 | -222/+222 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -1/+1 | |
2018-01-21 | Add FilePath class and remove use of glib path utilities | David Robillard | 2 | -8/+9 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 7 | -24/+22 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 2 | -4/+4 | |
2018-01-17 | Clean up Engine component memory management and trim include tree | David Robillard | 6 | -10/+10 | |
2017-12-25 | Use auto for iterators | David Robillard | 3 | -4/+4 | |
2017-12-25 | Always use braces | David Robillard | 2 | -2/+4 | |
2017-12-25 | Use nullptr | David Robillard | 10 | -45/+45 | |
2017-12-25 | Fix inconsistent parameter names | David Robillard | 1 | -1/+1 | |
2017-12-25 | Remove trivial destructors and use default where possible | David Robillard | 8 | -24/+0 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 2 | -0/+2 | |
2017-12-16 | Make events take the corresponding message directly | David Robillard | 20 | -257/+293 | |
2017-12-16 | Adjust indices when ports are deleted | David Robillard | 5 | -10/+73 | |
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 | 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 | 12 | -18/+14 | |
2017-03-20 | Always use sample accurate controls | David Robillard | 1 | -2/+2 | |
This changes control port buffers to always be sequences of float, splitting cycles internally so nodes with control ports act as if they support sample accurate control input and output. This allows things like having networks of control ports manipulated by the user which are run into CV ports and having sample accurate changes end up in the CV ports even though the values were calculated by plugins with single float ports. Further work is probably necessary to thin and smooth changes that come from a user drag (perhaps there should be a mode for this?) to keep the amount of cycle splitting reasonable, and support for plugins with fixed block length. | |||||
2017-03-20 | Remove dubious Buffer::nframes() method | David Robillard | 1 | -1/+1 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 1 | -7/+9 | |
2017-03-20 | Improve arc list efficiency | David Robillard | 2 | -5/+6 | |
2017-03-20 | Cleanup: Trim boost headers and unnecessary configure checks | David Robillard | 1 | -2/+0 | |
2017-03-19 | Shrink status bar text and fix initial DSP load display | David Robillard | 1 | -10/+13 | |
2017-03-18 | Don't delete LV2 ports | David Robillard | 1 | -1/+1 | |
2017-02-18 | Add experimental PortAudio driver | David Robillard | 2 | -2/+10 | |
2017-02-18 | Reduce Driver coupling | David Robillard | 5 | -8/+3 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 9 | -92/+90 | |
2017-02-15 | Move static path stuff to its own header | David Robillard | 8 | -22/+22 | |
2017-02-12 | Fix various cast alignment warnings | David Robillard | 1 | -1/+0 | |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 20 | -142/+98 | |
2017-02-12 | Fix atomic event execution | David Robillard | 1 | -2/+7 | |
2017-01-18 | Fix invalid cross-thread use of mutex | David Robillard | 2 | -18/+15 | |
Instead of abusing store mutex for this purpose, extend blocking mechanism of the PreProcessor (designed for atomic bundle execution) to support execution of individual atomic events which must be executed before the next event can be pre-processed. | |||||
2016-12-14 | Fix real-time safety of control bindings | David Robillard | 4 | -44/+57 | |
2016-12-14 | Fix real-time issues with buffer allocation | David Robillard | 3 | -14/+8 | |
2016-12-14 | Remove some use of shared_ptr in the real-time thread | David Robillard | 2 | -16/+22 | |
2016-12-13 | Remove virtual inheritance from Port hierarchy | David Robillard | 6 | -18/+14 | |
This was confusing stoat, and is questionable design anyway. The OutputPort functionality has been moved to PortImpl, which is a basic port with buffers suitable for use as an output, and is overridden by InputPort and DuplexPort where necessary. | |||||
2016-10-14 | Fix potential store deadlock | David Robillard | 9 | -9/+9 | |
2016-10-14 | Fix sequence ports with values | David Robillard | 3 | -7/+14 | |
2016-10-14 | Fix communication with connected sequence ports | David Robillard | 2 | -7/+26 | |
2016-10-13 | Clean up protocol documentation | David Robillard | 1 | -28/+0 | |
2016-10-06 | Add plugin state saving | David Robillard | 1 | -5/+17 | |
This only works with a server-side save, so the GUI now uses that if the server is not running remotely, where "remotely" is defined as "via TCP". This isn't perfect, since running ingen via TCP locally is a perfectly valid thing to do, but it will do for now. | |||||
2016-10-02 | Fix sending UI events to sequence ports | David Robillard | 1 | -1/+0 | |
2016-10-02 | Fix properties of control/notify ports | David Robillard | 1 | -6/+7 | |
2016-10-02 | Fix loading a graph by copying from the filesystem | David Robillard | 1 | -1/+1 | |
2016-10-02 | Defer graph compilation in atomic bundles | David Robillard | 28 | -69/+124 | |
This avoids situations like compiling a graph hundreds of times when it is loaded because it has hundreds of nodes and each event triggers a re-compile. This speeds things up dramatically, but exacerbates the theoretical problem of there not being enough time in a cycle to execute a bundle. As far as I can tell, the execute phase of events is very fast, so hundreds or thousands can easily run in a tiny fraction of the process cycle, but this still needs resolution to be truly hard real-time. What probably needs to happen is that all context and state used to process is moved to CompiledGraph and nodes do not access their own fields at all, but have some references into the CompiledGraph. This way, a compiled graph is separate from its "source code", and an old one could continue to be run while a new one is beng applied across several cycles. | |||||
2016-10-02 | Use more efficient std::lock_guard where possible | David Robillard | 6 | -6/+6 | |
2016-10-02 | Show audio and load information in status line | David Robillard | 1 | -4/+8 | |