Commit Description:
Make sound preview use the new volume....
Commit Description:
Make sound preview use the new volume. Plays the sound at the new volume, not the old volume. Uses nullables, which I'm a little unsure of how well they'll work out in practice. I think this is a reasonable place to experiment.
File last commit:
Show/Diff file:
Action:
FNA/lib/Theorafile/csharp/Makefile
9 lines | 188 B | text/x-makefile | MakefileLexer
# Makefile for Theorafile#
# Written by Ethan "flibitijibibo" Lee
build: clean
mkdir bin
mcs /unsafe -debug -out:bin/Theorafile-CS.dll -target:library Theorafile.cs
clean:
rm -rf bin