Files
ardour/libs
Robin Gareus daa10a6a38 Fix graph ordering incl. Inserts, Returns and SideChains
When building the process graph. Ardour usess
   Route::direct_feeds_according_to_reality()
This function only tests if the current route (or any ioprocessors)
is feeding another route's *input*.

Inserts, Return and now Sidechains are ignored as destinations on the
destination route are not taken into account.

This is now resolved by adding an IOVector, a collection of all inputs
of the destination route.
2016-04-03 22:45:23 +02:00
..
2016-03-01 12:20:59 -05:00
2016-03-01 18:37:19 +01:00
2016-03-28 21:42:46 +02:00
2015-12-17 20:22:02 +01:00
2016-03-28 19:13:10 +02:00
2016-02-28 21:16:44 +01:00
2015-10-08 16:18:39 +02:00
2016-02-29 11:28:04 +01:00