Wav.java
.. .. @@ -109,7 +109,7 @@ 109 109 110 110 static int minutes = 10; 111 111 112 - static byte[] theStream = new byte[44100*2 * 60 * minutes];112 + static byte[] theStream = new byte[0]; // 44100*2 * 60 * minutes];113 113 114 114 static int cursor = 0; // +735 per frame = 44100 Hz / 120 Hz * 2 (for 16 bits) 115 115 .. .. @@ -220,7 +220,7 @@ 220 220 // write out the wav file 221 221 public Wav save() 222 222 { 223 - if (loop == 0 || !CameraPane.ANIMATION)223 + if (loop == 0 || !Globals.ANIMATION)224 224 return this; 225 225 226 226 Object[] options = {"Yes",