Skip to content

Commit aeedd46

Browse files
committed
chore: alignment
1 parent 5e64804 commit aeedd46

6 files changed

Lines changed: 47 additions & 17 deletions

File tree

592 KB
Loading

static/img/workshop-hydra/fuzrelivecoding.svg

Lines changed: 13 additions & 0 deletions
Loading
581 KB
Loading

static/img/workshop-hydra/fuzrelivecoding2.svg

Lines changed: 13 additions & 0 deletions
Loading
705 Bytes
Binary file not shown.

static/img/workshop-hydra/workshop-cheatsheet.tex

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
\usepackage{array}
88
\usepackage{amsmath}
99

10+
\usepackage{graphicx}
11+
\graphicspath{ {./} }
1012
\definecolor{lightyellow}{rgb}{1,0.98,0.9}
1113

1214
\begin{document}
@@ -15,10 +17,10 @@
1517

1618
\section*{Hydra Cheat Sheet}
1719

20+
\section*{Sources}
1821
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
1922

20-
\subsection*{Sources}
21-
\begin{tabular}{L{0.25\linewidth}L{0.25\linewidth}L{0.40\linewidth}}
23+
\begin{tabular}{L{0.28\linewidth}L{0.23\linewidth}L{0.40\linewidth}}
2224
\toprule
2325
\textbf{Function} & \textbf{Description} & \textbf{Example} \\
2426
\midrule
@@ -31,7 +33,7 @@ \subsection*{Sources}
3133
\bottomrule
3234
\end{tabular}
3335

34-
\subsection*{Modulation}
36+
\section*{Modulation}
3537
\begin{tabular}{L{0.28\linewidth}L{0.23\linewidth}L{0.40\linewidth}}
3638
\toprule
3739
\textbf{Function} & \textbf{Description} & \textbf{Example} \\
@@ -47,8 +49,8 @@ \subsection*{Modulation}
4749
\bottomrule
4850
\end{tabular}
4951

50-
\subsection*{Color}
51-
\begin{tabular}{L{0.25\linewidth}L{0.20\linewidth}L{0.40\linewidth}}
52+
\section*{Color}
53+
\begin{tabular}{L{0.28\linewidth}L{0.23\linewidth}L{0.40\linewidth}}
5254
\toprule
5355
\textbf{Function} & \textbf{Description} & \textbf{Example} \\
5456
\midrule
@@ -63,8 +65,8 @@ \subsection*{Color}
6365
\bottomrule
6466
\end{tabular}
6567

66-
\subsection*{Geometry}
67-
\begin{tabular}{L{0.40\linewidth}L{0.20\linewidth}L{0.34\linewidth}}
68+
\section*{Geometry}
69+
\begin{tabular}{L{0.28\linewidth}L{0.23\linewidth}L{0.40\linewidth}}
6870
\toprule
6971
\textbf{Function} & \textbf{Description} & \textbf{Example} \\
7072
\midrule
@@ -81,8 +83,8 @@ \subsection*{Geometry}
8183
\bottomrule
8284
\end{tabular}
8385

84-
\subsection*{Blending}
85-
\begin{tabular}{L{0.25\linewidth}L{0.23\linewidth}L{0.40\linewidth}}
86+
\section*{Blending}
87+
\begin{tabular}{L{0.28\linewidth}L{0.23\linewidth}L{0.40\linewidth}}
8688
\toprule
8789
\textbf{Function} & \textbf{Description} & \textbf{Example} \\
8890
\midrule
@@ -96,8 +98,8 @@ \subsection*{Blending}
9698
\bottomrule
9799
\end{tabular}
98100

99-
\subsection*{Utilities}
100-
\begin{tabular}{L{0.25\linewidth}L{0.20\linewidth}L{0.40\linewidth}}
101+
\section*{Utilities}
102+
\begin{tabular}{L{0.28\linewidth}L{0.23\linewidth}L{0.40\linewidth}}
101103
\toprule
102104
\textbf{Function} & \textbf{Description} & \textbf{Example} \\
103105
\midrule
@@ -110,8 +112,8 @@ \subsection*{Utilities}
110112
\bottomrule
111113
\end{tabular}
112114

113-
\subsection*{Global Variables}
114-
\begin{tabular}{L{0.25\linewidth}L{0.20\linewidth}L{0.40\linewidth}}
115+
\section*{Global Variables}
116+
\begin{tabular}{L{0.28\linewidth}L{0.23\linewidth}L{0.40\linewidth}}
115117
\toprule
116118
\textbf{Variable} & \textbf{Description} & \textbf{Example} \\
117119
\midrule
@@ -122,8 +124,8 @@ \subsection*{Global Variables}
122124
\bottomrule
123125
\end{tabular}
124126

125-
\subsection*{Audio Functions}
126-
\begin{tabular}{L{0.25\linewidth}L{0.23\linewidth}L{0.40\linewidth}}
127+
\section*{Audio Functions}
128+
\begin{tabular}{L{0.28\linewidth}L{0.23\linewidth}L{0.40\linewidth}}
127129
\toprule
128130
\textbf{Function} & \textbf{Description} & \textbf{Example} \\
129131
\midrule
@@ -135,8 +137,8 @@ \subsection*{Audio Functions}
135137
\bottomrule
136138
\end{tabular}
137139

138-
\subsection*{MIDI Integration}
139-
\begin{tabular}{L{0.25\linewidth}L{0.20\linewidth}L{0.40\linewidth}}
140+
\section*{MIDI Integration}
141+
\begin{tabular}{L{0.28\linewidth}L{0.23\linewidth}L{0.40\linewidth}}
140142
\toprule
141143
\textbf{Function} & \textbf{Description} & \textbf{Example} \\
142144
\midrule
@@ -152,12 +154,14 @@ \subsection*{Useful Links}
152154
\begin{itemize}
153155
\item Hydra Functions - \url{https://hydra.ojack.xyz/api/}
154156
\item Hydra Book - \url{https://hydra-book.glitches.me/}
157+
\item Hyper Hydra - \url{https://github.com/geikha/hyper-hydra}
155158
\item MIDI - \url{https://github.com/arnoson/hydra-midi}
156159
\item Hydra collaborative editor - \url{https://flok.cc/}
157160
\item Discord - \url{https://discord.com/invite/ZQjfHkNHXC}
158161
\item Updated Cheat Sheet - \url{https://6120.eu/posts/workshop-hydra/}
159162
\end{itemize}
160163

164+
% \includegraphics{fuzrelivecoding.png}
161165
Last updated: \today
162166

163167
\end{document}

0 commit comments

Comments
 (0)