Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-15 | Clean up includes in core and server | David Robillard | 2 | -1/+1 | |
2020-08-03 | Clean up includes | David Robillard | 10 | -16/+114 | |
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. | |||||
2020-08-02 | Remove Raul::managed_ptr alias | David Robillard | 1 | -3/+3 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 5 | -0/+9 | |
2020-08-02 | Fix implicit-fallthrough warnings | David Robillard | 1 | -0/+1 | |
2020-08-02 | Fix double-promotion warnings | David Robillard | 1 | -2/+2 | |
2020-08-02 | Add missing override specifiers | David Robillard | 1 | -1/+1 | |
2020-08-02 | Clean up namespace comments | David Robillard | 5 | -5/+5 | |
2020-08-02 | Use default member initialization | David Robillard | 1 | -8/+8 | |
2020-08-02 | Use consistent naming for context parameters | David Robillard | 10 | -92/+91 | |
2020-08-02 | Fix uninitialized variables | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use auto with casts and allocations to remove redundancy | David Robillard | 4 | -15/+18 | |
2020-08-02 | Use type-appropriate math functions | David Robillard | 1 | -2/+2 | |
2020-08-01 | Use modern casts | David Robillard | 3 | -9/+16 | |
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 | 8 | -36/+51 | |
2018-09-23 | Use override specifiers | David Robillard | 5 | -10/+10 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 10 | -65/+65 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 4 | -8/+8 | |
2018-09-04 | Fix unintentional fall-through | David Robillard | 1 | -0/+1 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 2 | -2/+2 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 5 | -6/+6 | |
2018-01-17 | Fix connecting value sequences to CV | David Robillard | 1 | -1/+0 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 3 | -6/+0 | |
2017-12-25 | Always use braces | David Robillard | 2 | -6/+12 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -6/+6 | |
2017-12-25 | Remove trivial destructors and use default where possible | David Robillard | 2 | -6/+0 | |
2017-02-18 | Reduce Driver coupling | David Robillard | 1 | -1/+0 | |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 6 | -19/+19 | |
2016-12-14 | Fix real-time issues with buffer allocation | David Robillard | 1 | -2/+2 | |
2016-10-14 | Fix sequence ports with values | David Robillard | 1 | -2/+0 | |
2016-10-02 | Add event outputs to Trigger and Controller | David Robillard | 4 | -50/+103 | |
2016-10-02 | Add parallelism-aware graph traversal | David Robillard | 1 | -2/+2 | |
2016-10-02 | Replace Delay internal with simpler BlockDelay | David Robillard | 3 | -229/+102 | |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 10 | -41/+41 | |
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 2 | -12/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Use URIDs almost everywhere | David Robillard | 1 | -1/+1 | |
This fixes some issues where types are lost after saving and re-loading many times. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5788 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 10 | -19/+19 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5778 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-09 | Fix multiple note triggers on the same sample. | David Robillard | 1 | -2/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5671 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Update copyright dates. | David Robillard | 10 | -10/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-11-17 | Add support for pitch bend and channel/note pressure. | David Robillard | 2 | -2/+60 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5488 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 10 | -56/+55 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5462 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 4 | -5/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-06-09 | Inherit certain properties from ports connected to patch ports. | David Robillard | 3 | -0/+6 | |
This is a bit too hard-edged at present, but does the right thing when building a patch from scratch at least. Something needs to be done about removing the properties, but this is hard for outputs since the arcs aren't keyed that way. The main problem here is that Ardour barfs on plugins with MIDI input for audio tracks, so if you *ever* connect the control input to a MIDI anything, it will stick and not work in an Ardour audio track. Maybe it should be just implemented for inputs as a stop gap... git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5136 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 4 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | Fix trigger and controller learn updating. | David Robillard | 2 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5027 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 2 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5016 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | Use type safe enumerations. | David Robillard | 2 | -26/+26 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4918 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-08 | Add log plugin. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4906 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-18 | Fix learn for Trigger and Internal nodes. | David Robillard | 2 | -4/+4 | |
Set value property for inputs when a notification is sent so model is consistent (and learned values are saved correctly). Don't redundantly store value atom in PortModel, just use property directly. Fix incorrect use of lv2:integer as a predicate. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4835 a436a847-0d15-0410-975c-d299462d15a1 |