From 4223681c4333cbad31c530c8f573a9046b1a30c9 Mon Sep 17 00:00:00 2001 From: junh1024 Date: Fri, 21 May 2021 00:30:47 +1300 Subject: [PATCH] MMC redo menus --- Converters/Multi Mix Convert (L).txt | 44 ++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/Converters/Multi Mix Convert (L).txt b/Converters/Multi Mix Convert (L).txt index 427a5bf..b6bab3f 100644 --- a/Converters/Multi Mix Convert (L).txt +++ b/Converters/Multi Mix Convert (L).txt @@ -39,8 +39,8 @@ desc:Multi-format surround converter in ALPHA. Pan law -3dB. // s10 upmix -slider1:15<0,23,1{x,2.0 Stereo,x,4.0 Quad,5.1/3.0 (Film),5.1 (SMPTE),5.1.2 (SMPTE),7.1 (SMPTE-MS),5.1.4/5.1.6 Auro-3D (SMPTE),7.1.2/7.1 Atmos Base (SMPTE-Dolby),7.1.4/7.1 DTS-X (SMPTE-Dolby),7.1.4/7.1 MPEG-H (SMPTE-MS),13,14,9.1.6 Atmos CBA (SMPTE-Dolby),15.1 junh1024 (SMPTE-MS),17,18,19,20,21,22,23,22.2 NHK}>Input layout -slider2:14<0,23,1{x,2.0 Stereo,x,4,5,5.1 (SMPTE),5.1.2 (SMPTE),7.1 (SMPTE-MS),5.1.4/5.1.6 Auro-3D (SMPTE),7.1.2/7.1 Atmos Base (SMPTE-Dolby),7.1.4/7.1 DTS-X (SMPTE-Dolby),7.1.4/7.1 MPEG-H (SMPTE-MS),13,14,9.1.6 Atmos CBA (SMPTE-Dolby),15.1 junh1024 (SMPTE-MS),17,18,19,20,21,22,23,22.2 NHK}>Output layout +slider1:15<0,23,1{x,2.0 Stereo,5.1/3.0 (Film),4.0 Quad,5.1 (SMPTE),5.1.2 (SMPTE),7.1 (SMPTE-Dolby),7.1 (SMPTE-MS),5.1.4/5.1.6 Auro-3D (SMPTE),7.1.2/7.1 Atmos Base (SMPTE-Dolby),7.1.4 DTS-X (SMPTE-Dolby),7.1.4 MPEG-H (SMPTE-MS),13,14,9.1.6 Atmos CBA (SMPTE-Dolby),15.1 junh1024 (SMPTE-MS),17,18,19,20,21,22,23,22.2 NHK}>Input layout +slider2:14<0,23,1{x,2.0 Stereo,x,4,5.1 (SMPTE),5.1.2 (SMPTE),7.1 (SMPTE-Dolby),7.1 (SMPTE-MS),5.1.4/5.1.6 Auro-3D (SMPTE),7.1.2/7.1 Atmos Base (SMPTE-Dolby),7.1.4 DTS-X (SMPTE-Dolby),7.1.4 MPEG-H (SMPTE-MS),13,14,9.1.6 Atmos CBA (SMPTE-Dolby),15.1 junh1024 (SMPTE-MS),17 Reserved,18 Reserved,19,20,21 Reserved,22 Reserved,23 Reserved,22.2 NHK}>Output layout slider3:75<0,100 ,1>Height height slider4:0<0,100 ,1>ELL height slider5:0<-100,100,1>Top Side Depth (+ve is front) @@ -136,16 +136,10 @@ mode_out=slider2+1; @sample -//40quad -mode_in==4? -( - spl4=spl2; - spl5=spl3; - spl2=spl3=0; -); + //51 film -mode_in==5? +mode_in==3? ( in0 = spl0 ; in1 = spl1 ; @@ -162,8 +156,16 @@ mode_in==5? spl5 = in4 ; ); +//40quad +mode_in==4? +( + spl4=spl2; + spl5=spl3; + spl2=spl3=0; +); + //512 -mode_in==7? +mode_in==6? ( spl14 =spl6; spl15 =spl7; @@ -174,6 +176,14 @@ mode_in==7? ); +//71sb +mode_in==7? +( + swap_Side_Back_ELL(); +); + + + //514/516 mode_in==9? ( @@ -336,7 +346,7 @@ rear_width(R_width_coeff); ); //51b -mode_out==6? +mode_out==5? ( downmix_151_71_v1(); silence_top_layer_151(); @@ -346,7 +356,7 @@ mode_out==6? ); //512sh -mode_out==7? +mode_out==6? ( spl6=0; spl7=0; @@ -357,6 +367,14 @@ mode_out==7? silence_top_layer_151() ; ); +//71sb +mode_out==7? +( + swap_Side_Back_ELL(); + downmix_151_71_v1(); + silence_top_layer_151(); +); + //71b mode_out==8? (