Whitespace

This commit is contained in:
litter 2019-10-29 19:38:15 -04:00
parent c5e20a5e47
commit a86d622da8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import processing.sound.*;
import soundtrack.optical.*;
SoundtrackOptical[] soundtracks = {null, null, null, null, null };
SoundtrackOptical[] soundtracks = { null, null, null, null, null };
String[] types = { "unilateral", "variable area", "dual variable area", "maurer", "variable density" };
String soundtrackFile = "../../data/barking.wav";