Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -19/+24 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -11/+9 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -17/+17 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -1/+1 | |
2018-01-21 | Work around Jack returning NULL buffers | David Robillard | 1 | -1/+10 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -3/+4 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -6/+6 | |
2017-12-25 | Always use braces | David Robillard | 1 | -2/+4 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -11/+11 | |
2017-02-27 | Update for latest Raul | David Robillard | 1 | -1/+1 | |
2017-02-20 | Use consistent style in Jack log messages | David Robillard | 1 | -3/+3 | |
2017-02-18 | Add experimental PortAudio driver | David Robillard | 1 | -3/+9 | |
2017-02-12 | Fix various cast alignment warnings | David Robillard | 1 | -3/+3 | |
2017-02-12 | Fix memory leaks | David Robillard | 1 | -9/+2 | |
2016-12-13 | Fix some real-time safety issues | David Robillard | 1 | -1/+1 | |
2016-10-02 | Add parallel graph execution | David Robillard | 1 | -2/+2 | |
2016-09-18 | Clean up code | David Robillard | 1 | -1/+1 | |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -10/+10 | |
2015-11-30 | Use jack_port_rename() if available | David Robillard | 1 | -0/+5 | |
Closes #1075. | |||||
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 1 | -65/+76 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5778 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-23 | Reduce overhead | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5770 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-23 | Prevent concurrent Sord access. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5683 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-24 | Demodularize Parser and Serialiser. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5606 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-24 | Use sequence buffer size from Jack. | David Robillard | 1 | -1/+7 | |
Patch from Hanspeter Portner. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5603 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-22 | Set Jack port order metadata. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5600 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-05-05 | Add support for Jack CV via metadata. | David Robillard | 1 | -2/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5400 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 1 | -0/+34 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5357 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -8/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5319 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-30 | Fix deadlocks on exit. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5225 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5077 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | More generic Atom class. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5024 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -2/+2 | |
Use project local short type aliases for shared_ptr and friends. Move Raul::Disposable and Raul::Manageable into Raul::Maid. Use sets to store machina nodes and edges to avoid O(n) searches. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4939 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -11/+11 | |
Mmm, shiny. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4919 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | Use C++11 atomics. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4916 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-05 | Send LV2 time properties with correct types from specification. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4900 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-12-21 | Fix memory leaks. | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4873 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-21 | Configuration file support. | David Robillard | 1 | -2/+3 | |
Change "jack-client" option to "jack-name". Print more informative info log messages. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4841 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-17 | Set plugin<=>UI queue size based on LV2 options. | David Robillard | 1 | -2/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4822 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-16 | Add time internal that sends Jack transport updates as LV2 time positions. | David Robillard | 1 | -0/+62 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4819 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4722 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | Patch => Graph | David Robillard | 1 | -36/+36 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-17 | Implement real logging system, LV2 log extension support, and purge ↵ | David Robillard | 1 | -16/+14 | |
evil/ugly/untranslatable C++ stream printing. Remove coloured log stuff from Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4717 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-15 | Remove unnecessary Jack thread bookkeeping stuff. | David Robillard | 1 | -5/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4703 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-15 | Simpler and more unified EnginePort implementation. | David Robillard | 1 | -170/+138 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4699 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-15 | Remove EnginePort::move() in favour of Driver::rename_port(). | David Robillard | 1 | -18/+11 | |
Remove redundant Driver::engine_port(). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4698 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-14 | Don't look up system ports by path in the audio thread. | David Robillard | 1 | -9/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4697 a436a847-0d15-0410-975c-d299462d15a1 |