It's not hard to make a custom plugin for this in Faust.  Here's an example
that specifies a reordering of the inputs with some null outputs
interspersed.  Inputs are the arguments to process(...) and outputs are on
the right-hand side of the "=".

declare name "rerouter";

process(W1, X1, Y1, Z1,
W2, X2, Y2, Z2,
        W3, X3, Y3, Z3)
  =
       (W1, W2, W3, 0, 0,
        X1, X2, X3, 0, 0,
        Y1, Y2, Y3, 0, 0,
        Z1, Z2, Z3, 0, 0 );

Drop this into the online Faust compiler at

  http://faust.grame.fr/onlinecompiler/

click the "Exec File" tab, specify "windows" and "vst" and download the VST
plugin.  (or AU, or LADSPA, or MaxMSP, or ...).

More on Faust at
   http://faust.grame.fr/Documentation/

--
Aaron Heller  (hel...@ai.sri.com)
Menlo Park, CA  US




On Tue, Apr 12, 2016 at 1:30 AM, Jörn Nettingsmeier <
netti...@stackingdwarves.net> wrote:

> On 04/11/2016 10:40 PM, Sönke Pelzer wrote:
>
>> True that... mighty Reaper.
>>
>> However, life is not perfect until a small Load/Save button shows up
>> there.
>> :)
>>
>
> agreed. but another shot in the dark (from ancient memory): doesn't reaper
> have track templates somewhere? maybe they include plugin and matrix patch
> setup?
>
>
>
> --
> Jörn Nettingsmeier
> Lortzingstr. 11, 45128 Essen, Tel. +49 177 7937487
>
> Meister für Veranstaltungstechnik (Bühne/Studio)
> Tonmeister VDT
>
> http://stackingdwarves.net
>
> _______________________________________________
> Sursound mailing list
> Sursound@music.vt.edu
> https://mail.music.vt.edu/mailman/listinfo/sursound - unsubscribe here,
> edit account or options, view archives and so on.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://mail.music.vt.edu/mailman/private/sursound/attachments/20160412/af8e795e/attachment.html>
_______________________________________________
Sursound mailing list
Sursound@music.vt.edu
https://mail.music.vt.edu/mailman/listinfo/sursound - unsubscribe here, edit 
account or options, view archives and so on.

Reply via email to