Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-01 | Show audio and load information in status line | David Robillard | 5 | -11/+137 | |
2016-10-01 | Add parallel graph execution | David Robillard | 15 | -155/+452 | |
2016-10-01 | Add parallelism-aware graph traversal | David Robillard | 17 | -117/+428 | |
2016-10-01 | Replace Delay internal with simpler BlockDelay | David Robillard | 8 | -239/+120 | |
2016-10-01 | Fix plugin versioning | David Robillard | 1 | -1/+1 | |
2016-09-29 | Atomic bundle execution | David Robillard | 8 | -13/+94 | |
2016-09-20 | Use C++11 thread_local | David Robillard | 2 | -5/+4 | |
2016-09-18 | Fix undo of deletions with both blocks and arcs | David Robillard | 1 | -3/+3 | |
Also probably other cases of dependent events that must be executed in the correct order for undo to make sense. | |||||
2016-09-18 | Fix undo after redo | David Robillard | 2 | -4/+6 | |
2016-09-18 | Clean up code | David Robillard | 9 | -25/+34 | |
2016-09-18 | Add fancy communication logging | David Robillard | 6 | -54/+62 | |
2016-09-13 | Fix misleading comment | David Robillard | 1 | -1/+5 | |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 77 | -383/+315 | |
2016-09-11 | Clarify connect and disconnect logic | David Robillard | 2 | -3/+5 | |
2016-09-11 | Fix buffer copying for various types | David Robillard | 3 | -10/+13 | |
2016-08-17 | Rename main graph and control/notify ports | David Robillard | 4 | -8/+9 | |
2016-08-02 | Make graph control ports support patch:Message | David Robillard | 1 | -0/+1 | |
2016-08-01 | Fix compilation on OSX | David Robillard | 1 | -2/+0 | |
2016-08-01 | Implement LV2 log extension as host | David Robillard | 1 | -1/+0 | |
Only print color logs if output is a terminal. | |||||
2016-07-31 | Support thread-safe state restoration | David Robillard | 8 | -26/+80 | |
2016-07-31 | Reduce duplicated code | David Robillard | 3 | -22/+5 | |
2016-07-30 | Add undo support | David Robillard | 36 | -60/+912 | |
2016-07-30 | Fix stall by making PreProcessor tick periodically | David Robillard | 1 | -1/+5 | |
I am not sure exactly what scenarios cause this to happen, every event should post to the semaphore, but having the PreProcessor thread tick idly doesn't hurt anything and resolves the issue. | |||||
2016-07-30 | Fix mismatched include guard | David Robillard | 1 | -3/+3 | |
2016-07-29 | Use more Turtley debug dump output | David Robillard | 1 | -5/+5 | |
2016-07-29 | Use more terse patch:Put for canvas positions | David Robillard | 2 | -16/+5 | |
Fix the semantics of PUT events for existing objects to match the documentation. | |||||
2016-07-29 | Remove Forge dependency from AtomReader | David Robillard | 1 | -1/+0 | |
2016-07-27 | Add unit tests for Copy | David Robillard | 1 | -1/+1 | |
2016-07-25 | Support test coverage with LLVM | David Robillard | 1 | -2/+1 | |
2016-03-14 | Load default plugin state | David Robillard | 3 | -0/+22 | |
Based on a patch from Hanspeter Portner. | |||||
2016-01-17 | Fix CPU overload with some CV to control arcs | David Robillard | 1 | -11/+11 | |
2016-01-16 | Fix CV to control connections | David Robillard | 1 | -9/+21 | |
This needs a more sophisticated fix, since splitting cycles on every CV value change isn't feasible much/most of the timel | |||||
2015-11-30 | Use jack_port_rename() if available | David Robillard | 1 | -0/+5 | |
Closes #1075. | |||||
2015-11-23 | Fix crash when request contains invalid path URI | David Robillard | 1 | -1/+6 | |
Fixes #1108 | |||||
2015-11-08 | Add support for instance-access and data-access | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5815 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-11-08 | Gracefully handle UNIX socket after a crash | David Robillard | 1 | -3/+59 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5814 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 16 | -182/+349 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-30 | Add protocol for loading and unloading bundles | David Robillard | 2 | -2/+66 | |
Currently this is only really useful for refreshing updated bundles. It will trigger the appropriate load and unload in the Lilv world, but the set of plugins and presets is not updated and clients will not be notified of any changes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5807 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Fix bypass where mixing is required | David Robillard | 1 | -0/+6 | |
Fixes #1058 git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5804 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Fix uninitialized buffer pointer | David Robillard | 1 | -0/+1 | |
Fixes #1103. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5793 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Use a set for providers and dependants | David Robillard | 3 | -19/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5790 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Use consistant names for incident ports | David Robillard | 2 | -53/+53 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5789 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Use URIDs almost everywhere | David Robillard | 4 | -5/+4 | |
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-26 | Fix include guard | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5787 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-25 | Fix explicit sequence port monitoring | David Robillard | 1 | -1/+1 | |
Patch from Robin Gareus. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5786 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-25 | Fix saving and loading of copy-pasted blocks | David Robillard | 2 | -13/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5785 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-25 | Fix audio=>control connections | David Robillard | 1 | -5/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5784 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-25 | Create all graphs the same way | David Robillard | 8 | -131/+138 | |
This ensures that subgraphs always have the standard control ports, so they are valid Ingen graphs on their own.. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5783 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-25 | Fix status code when port exists | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5782 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-25 | Document protocol | David Robillard | 5 | -58/+4 | |
Fix invalid use of patch:request (use patch:sequenceNumber instead). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5781 a436a847-0d15-0410-975c-d299462d15a1 |