this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› Remove examples in labels for now

See https://github.com/Robotechnic/diagraph/issues/45

+5 -5
paper/main.pdf

This is a binary file and will not be displayed.

+5 -5
paper/main.typ
··· 230 230 "next frame" -> hooks -> canvas -> "render to SVG" -> rasterize -> "next frame" 231 231 } 232 232 233 - syncdata[label=<sync data <br/> <font color='blue'>kick notes</font>>]; 233 + syncdata[label="sync data"]; 234 234 235 - audioin[label=<stems .wav + BPM <br/> <font color='blue'>kick.wav, 120 BPM</font>>] 236 - midi[label=<MIDI <br/> <font color='blue'>project.midi</font>>] 237 - flp[label=<Project file <br/> <font color='blue'>project.flp</font>>] 235 + audioin[label="stems .wav + BPM"] 236 + midi[label="MIDI export"] 237 + flp[label=".flp project file"] 238 238 239 239 midi -> syncdata 240 240 audioin -> syncdata ··· 242 242 243 243 syncdata -> "next frame" 244 244 245 - usercode[label=<user code<br/><font color='blue'>quand le kick tape, <br />affiche un point rouge</font>>]; 245 + usercode[label="user code"]; 246 246 usercode -> hooks 247 247 248 248 "rasterize" -> "video encoder"