Skip to content

Commit

Permalink
Create lr2mg4dia.dsp
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgerico committed Dec 13, 2017
1 parent 646f3bf commit 9016a84
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions faustcode/lr2mg4dia.dsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Gerzon's matrix to reproduce LR into 4 ch diamond configuration

declare name "LR2MG4DIA";
declare version "0.1";
declare author "SMERM";
declare description "Gerzon's matrix to reproduce LR into 4 ch diamond configuration";


M = ((_+_)/2);
S = ((_-_)/2);

process(L,R) = (L,R)<:(M,L,R,S);

0 comments on commit 9016a84

Please sign in to comment.