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";