Skip to content

Commit

Permalink
draft 15.1 EX input in MMC
Browse files Browse the repository at this point in the history
  • Loading branch information
junh1024 committed Dec 1, 2021
1 parent c74ad10 commit c867749
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
25 changes: 24 additions & 1 deletion Converters/Multi Mix Convert (L).txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ desc:Multi-format surround converter in ALPHA. Pan law -3dB.
// s10 upmix


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
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),15.1 EX,18,19,20,21,22,23,22.2 NHK}>Input layout
slider2:14<0,23,1{x,2.0 Stereo,5.1 (FILM),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
Expand Down Expand Up @@ -255,6 +255,29 @@ mode_in==15?

);

//151EX
mode_in==17?
(
//downmix wides
spl0+=spl16*0.7;
spl1+=spl17*0.7;
spl6+=spl16*0.7;
spl7+=spl17*0.7;

//add FC
spl0 +=spl18*0.6;
spl1 +=spl19*0.6;
spl2+=(spl18+spl19)*0.6;

//add BC
spl4 +=spl20*0.7;
spl5 +=spl20*0.7;
spl16=spl17=spl18=spl19=spl20=0;

);



mode_in==24?
(
//LFE
Expand Down
5 changes: 4 additions & 1 deletion Specialist/FFT Multi Tool (L).txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,13 @@ pos >= fftsize ?
// check silence fn test magnitude, cleanup, buf vars
// surround layout converter
// 15.1 surround visualizer w/bias ball
// coordinate automation tool (convert btw cubular & circular)
// coordinate automation tool (convert btw cubular & circular), or integrate into panner, or send to linker2?
// lfo automation tool, better than PMOD in RPR cuz it has offset
// 15.1 GUI pan, 71 snapping
// export mix project, as YT timecodes & artist - song
// update my 15.1 tools for 20.1
// surround gater plugin, to make fdnreverb more directional
// 20>51 V2 measure LR vs MS dominance for better F/B movement, but might screw front image?

//more voodoo
buf1_a[a] = left_r - right_i;
Expand Down

0 comments on commit c867749

Please sign in to comment.