System.out.println(abcXYZ);
abcXYZ.scale(Main.C_SCHALL / this.correlation[0].getSamplerate()
/ Main.D_IN_M);
System.out.println(abcXYZ);
abcXYZ = Calculationen.coords(abcXYZ);
abcXYZ.scale(Main.D_IN_M);
System.out.println(abcXYZ);
try {
this.tone.add(new Ton(abcXYZ, (10 - i) / 100.0f));
this.window.panel3d.addBranchGroup(this.tone.lastElement());
} catch (final BadTransformException e) {