\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Patricio Pretti (P470pa)} \pdfinfo{ /Title (disting-mk4-ultimo.pdf) /Creator (Cheatography) /Author (Patricio Pretti (P470pa)) /Subject (Disting MK4 ÚLTIMO Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Disting MK4 ÚLTIMO Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Patricio Pretti (P470pa)} via \textcolor{DarkBackground}{\uline{cheatography.com/138069/cs/44155/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Patricio Pretti (P470pa) \\ \uline{cheatography.com/p470pa} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 20th August, 2024.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{A1 Precision Adder}} \tn % Row 0 \SetRowColor{LightBackground} Z & offset (+/- 10V in 1V steps) \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} A & X + Y + offset, or X + offset \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} B & X – Y – offset, or Y ± offset \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} 0 & Z Mode \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} 1 & Sum Mode \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} 2 & Divisor \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} 3 & Modulo \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} 4 & Slew \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{A4 Minimum/maximum}} \tn % Row 0 \SetRowColor{LightBackground} Z & gate (\textgreater{}2.5V, "HI"; \textless{}-1.5V, "LO") \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} A & min(X,Y) \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} B & max(X,Y) \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{A6 Quantizer}} \tn % Row 0 \SetRowColor{LightBackground} Z & scale, function of Y \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} X & input CV, 1V/Oct \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Y & Z \textgreater{} 0, transpose; Z \textless{} 0, trigger \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} A & quantize(X) \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} B & trigger on note change \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} 0 & -1/31 - input X attenuation \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} 1 & 0/1 - transpose mode \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} 2 & -31/31 - key \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} 3 & 0/31 - offset \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} 4 & MIDI Gate \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} 5 & Transpose \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} 6 & MIDI Mode \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{1.12 cm} x{6.88 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{B1 Sample and Hold}} \tn % Row 0 \SetRowColor{LightBackground} Z & slew rate \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} A & X when Y exceeds 1V \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} B & noise ±8V \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} 0 & Mode \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} 1 & Offset \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} 2 & Noise colour \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} 2.0 & Violet \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} 2.1 & White \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} 2.2 & Pink \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} 2.3 & Red \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} 3 & Noise X \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} 4 & Atten B \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} 5 & Up slew \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} 6 & Down slew \tn % Row Count 14 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.76 cm} x{3.724 cm} x{3.116 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{B2 Slew Rate Limiter}} \tn % Row 0 \SetRowColor{LightBackground} Z & slew rate & \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} A & linear slew rate limited ( X + Y ) or X & \tn % Row Count 4 (+ 3) % Row 2 \SetRowColor{LightBackground} B & log slew rate limited ( X + Y ) or Y & \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} 0 & Up slew & \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} 1 & Down slew & \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} 2 & Type A & \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} & 0 & Linear \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} & 1 & Logarithmic \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} 3 & Type B & \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} & 0 & Linear \tn % Row Count 13 (+ 1) % Row 10 \SetRowColor{LightBackground} & 1 & Logarithmic \tn % Row Count 14 (+ 1) % Row 11 \SetRowColor{white} 4 & Mode & \tn % Row Count 15 (+ 1) % Row 12 \SetRowColor{LightBackground} & 0 & Outputs A \& B are both based on the sum of X + Y \tn % Row Count 18 (+ 3) % Row 13 \SetRowColor{white} & 1 & A is based on X, and B is based on Y \tn % Row Count 21 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{MODELO}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Z} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{X} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Y} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{A} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{B} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{0} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{1} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{2} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{3} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{4} \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{MODELO (copy)}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Z} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{X} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Y} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{A} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{B} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{0} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{1} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{2} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{3} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{4} \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{MODELO (copy)}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Z} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{X} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Y} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{A} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{B} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{0} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{1} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{2} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{3} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{4} \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{MODELO (copy)}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Z} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{X} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Y} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{A} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{B} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{0} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{1} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{2} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{3} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{4} \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.76 cm} x{4.484 cm} x{2.356 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{B7 VCO with linear FM}} \tn % Row 0 \SetRowColor{LightBackground} Z & tune ±0.5 octaves & \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} X & V/Oct pitch input & \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Y & linear FM input & \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} A y B & selectable output waveforms & \tn % Row Count 5 (+ 2) % Row 4 \SetRowColor{LightBackground} 0 & Octave shift & \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} 1 & Sets an attenuation for output A & \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} 2 & Sets an attenuation for output B & \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} 3 & Type A & \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} & 0 & Triangle \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} & 1 & Sine \tn % Row Count 13 (+ 1) % Row 10 \SetRowColor{LightBackground} & 2 & Square \tn % Row Count 14 (+ 1) % Row 11 \SetRowColor{white} & 3 & Saw \tn % Row Count 15 (+ 1) % Row 12 \SetRowColor{LightBackground} & 4 & Sub-octave square \tn % Row Count 17 (+ 2) % Row 13 \SetRowColor{white} & 5 & MIDI gate \tn % Row Count 18 (+ 1) % Row 14 \SetRowColor{LightBackground} 4 & Type B & \tn % Row Count 19 (+ 1) % Row 15 \SetRowColor{white} 5 & Fine tune/enable sync & \tn % Row Count 20 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{B6 Clockable LFO}} \tn % Row 0 \SetRowColor{LightBackground} Z & integer multiplier/divider \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} X & clock input \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Y & waveshape \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} A & saw -\textgreater{} sine -\textgreater{} triangle \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} B & pulse -\textgreater{} square -\textgreater{} pulse \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} 0 & Output A attenuverter \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} 1 & Output B attenuverter \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} 2 & Y Offset \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{B5 LFO}} \tn % Row 0 \SetRowColor{LightBackground} Z & tune \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} X & Hz/V frequency \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Y & waveshape \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} A & saw -\textgreater{} sine -\textgreater{} triangle \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} B & pulse -\textgreater{} square -\textgreater{} pulse \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} 0 & Sets an attenuation for output A \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} 1 & Sets an attenuation for output \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} 2 & Sets an offset for output A \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} 3 & Sets an offset for output B \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} 4 & Y offset \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{A2 Four Quadrant Multiplier}} \tn % Row 0 \SetRowColor{LightBackground} Z & scale (1/10 to 10x) \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} A & X . Y . scale \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} B & -X . Y . scale \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} 0 & Z Mode (0, 1) \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} 1 & Y Offset (±20) \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{A3 Full-wave Rectifier}} \tn % Row 0 \SetRowColor{LightBackground} Z & mode (-0: independent, 0: combined) \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} A & abs( X + Y ) or abs( X ) \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} B & abs( X - Y ) or abs( Y ) \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{A5 Linear/Exponential Converter}} \tn % Row 0 \SetRowColor{LightBackground} Z & scale (Hz/V, centered on 1kHz) \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} A & (2\textasciicircum{}X) * scale \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} B & log2(Y/scale) \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{A7 Comparator}} \tn % Row 0 \SetRowColor{LightBackground} Z & hysteresis \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} A & gate from X \textgreater{} Y \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} B & inverted gate \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} 0 & X Offset \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} 1 & Y Offset \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.88 cm} x{7.12 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{A8 Dual Waveshaper}} \tn % Row 0 \SetRowColor{LightBackground} Z & gain \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} A & shaped X \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} B & shaped Y \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} 0 & Type A \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} 1 & Type B \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} 2 & X offset \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} 3 & Y offset \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} 4 & Mix A \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} 5 & Mix B \tn % Row Count 9 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{B3 Pitch and Envelope Tracker}} \tn % Row 0 \SetRowColor{LightBackground} Z & slew rate for envelope \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} A & V/octave pitch derived from X, plus Y \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} B & envelope derived from X \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.76 cm} x{3.648 cm} x{3.192 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{B4 Clockable Delay/Echo}} \tn % Row 0 \SetRowColor{LightBackground} Z & feedback & \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} X & signal & \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Y & clock input & \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} A & output according to mode & \tn % Row Count 5 (+ 2) % Row 4 \SetRowColor{LightBackground} B & output according to mode & \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} 0 & Delay time multiplier & \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} & -15 & 1/64 \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} & -14 & 1/48 \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} & -13 & 1/32 \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} & -12 & 1/24 \tn % Row Count 13 (+ 1) % Row 10 \SetRowColor{LightBackground} & -11 & 1/16 \tn % Row Count 14 (+ 1) % Row 11 \SetRowColor{white} & -10 & 1/12 \tn % Row Count 15 (+ 1) % Row 12 \SetRowColor{LightBackground} & -9 & 1/8 \tn % Row Count 16 (+ 1) % Row 13 \SetRowColor{white} & -8 & 1/6 \tn % Row Count 17 (+ 1) % Row 14 \SetRowColor{LightBackground} & -7 & 3/16 \tn % Row Count 18 (+ 1) % Row 15 \SetRowColor{white} & -6 & 1/4 \tn % Row Count 19 (+ 1) % Row 16 \SetRowColor{LightBackground} & -5 & 5/16 \tn % Row Count 20 (+ 1) % Row 17 \SetRowColor{white} & -4 & 1/3 \tn % Row Count 21 (+ 1) % Row 18 \SetRowColor{LightBackground} & -3 & 3/8 \tn % Row Count 22 (+ 1) % Row 19 \SetRowColor{white} & -2 & 1/2 \tn % Row Count 23 (+ 1) % Row 20 \SetRowColor{LightBackground} & -1 & 3/4 \tn % Row Count 24 (+ 1) % Row 21 \SetRowColor{white} & 0 & x1 \tn % Row Count 25 (+ 1) % Row 22 \SetRowColor{LightBackground} & 1 & x1.5 \tn % Row Count 26 (+ 1) % Row 23 \SetRowColor{white} & 2 & x2 \tn % Row Count 27 (+ 1) % Row 24 \SetRowColor{LightBackground} & 3 & x3 \tn % Row Count 28 (+ 1) % Row 25 \SetRowColor{white} & 4 & x4 \tn % Row Count 29 (+ 1) % Row 26 \SetRowColor{LightBackground} & 5 & x5 \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{p{0.76 cm} x{3.648 cm} x{3.192 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{B4 Clockable Delay/Echo (cont)}} \tn % Row 27 \SetRowColor{LightBackground} & 6 & x6 \tn % Row Count 1 (+ 1) % Row 28 \SetRowColor{white} & 7 & x8 \tn % Row Count 2 (+ 1) % Row 29 \SetRowColor{LightBackground} & 8 & x16 \tn % Row Count 3 (+ 1) % Row 30 \SetRowColor{white} 1 & Output mode & \tn % Row Count 4 (+ 1) % Row 31 \SetRowColor{LightBackground} & 0 & A is mix; B is delay only \tn % Row Count 6 (+ 2) % Row 32 \SetRowColor{white} & 1 & A \& B are mix \tn % Row Count 7 (+ 1) % Row 33 \SetRowColor{LightBackground} & 2 & A \& B are delay only \tn % Row Count 9 (+ 2) % Row 34 \SetRowColor{white} 2 & Mix & \tn % Row Count 10 (+ 1) % Row 35 \SetRowColor{LightBackground} 3 & Feedback & \tn % Row Count 11 (+ 1) % Row 36 \SetRowColor{white} 4 & MIDI clock divider & \tn % Row Count 12 (+ 1) % Row 37 \SetRowColor{LightBackground} & 0 & MIDI clock off \tn % Row Count 13 (+ 1) % Row 38 \SetRowColor{white} & 1 & 1/32 \tn % Row Count 14 (+ 1) % Row 39 \SetRowColor{LightBackground} & 2 & 1/16 triplet \tn % Row Count 15 (+ 1) % Row 40 \SetRowColor{white} & 3 & 1/16 \tn % Row Count 16 (+ 1) % Row 41 \SetRowColor{LightBackground} & 4 & 1/8 triplet \tn % Row Count 17 (+ 1) % Row 42 \SetRowColor{white} & 5 & 3/32 \tn % Row Count 18 (+ 1) % Row 43 \SetRowColor{LightBackground} & 6 & 1/8 \tn % Row Count 19 (+ 1) % Row 44 \SetRowColor{white} & 7 & 1/4 triplet \tn % Row Count 20 (+ 1) % Row 45 \SetRowColor{LightBackground} & 8 & 3/16 \tn % Row Count 21 (+ 1) % Row 46 \SetRowColor{white} & 9 & 1/4 \tn % Row Count 22 (+ 1) % Row 47 \SetRowColor{LightBackground} & 10 & 1/2 triplet \tn % Row Count 23 (+ 1) % Row 48 \SetRowColor{white} & 11 & 3/8 \tn % Row Count 24 (+ 1) % Row 49 \SetRowColor{LightBackground} & 12 & 1/2 \tn % Row Count 25 (+ 1) % Row 50 \SetRowColor{white} & 13 & 1/1 triplet \tn % Row Count 26 (+ 1) % Row 51 \SetRowColor{LightBackground} & 14 & 3/4 \tn % Row Count 27 (+ 1) % Row 52 \SetRowColor{white} & 15 & 1/1 \tn % Row Count 28 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}