Since GADTs can accurately represent the type differences between the cases n=0 (no point) and n=1 (single-pointed) in Haskell, providing arity-dependent structure at the type level, the following ...
CLI script for converting SoundFont .sf2 files to WAV outputs. The project will take either a path, or a filename as input. If path, it will look into that directory and convert .sf2-files to ...