RolandJansen / intermix

Typescript/Javascript framework for building sequencer-based audio apps
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Add advanced audio routing to intermix #139

Closed RolandJansen closed 3 years ago

RolandJansen commented 4 years ago

There should be an instance that manages audio routes in intermix. It doesn't have to be perfect in this milestone but the basic infrastructure has to be implemented.

RolandJansen commented 3 years ago

No need for a new component. There's a new API function connectPlugins(connection: [AudioEndpoint, AudioEndpoint]): void that (re)connects an output node to an input node of another plugin. See 1b381702d81f7a00dc97c6b804d146c65c6aef7f