From a86d622da8d0f73f42ba1f0e420eaf4c6d178a0c Mon Sep 17 00:00:00 2001 From: litter Date: Tue, 29 Oct 2019 19:38:15 -0400 Subject: [PATCH] Whitespace --- examples/AllSoundtracks/AllSoundtracks.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/AllSoundtracks/AllSoundtracks.pde b/examples/AllSoundtracks/AllSoundtracks.pde index 55aef1f..b42bd8b 100644 --- a/examples/AllSoundtracks/AllSoundtracks.pde +++ b/examples/AllSoundtracks/AllSoundtracks.pde @@ -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";