Question: I am receiving the following error when trying to run the bach fugue without changing anything:<NoClassDefFoundError: TConversionTool
  at SimpleSound.getSampleValue(SimpleSound.java:1057)
  at SimpleSound.getSampleValueAt(SimpleSound.java:1009)
  at Sound.scale(Sound.java:155)
  at Note.play(Note.java:140)
  at Phrase.play(Phrase.java:198)
  at Part.play(Part.java:102)
  at Movement.play(Movement.java:58)
  at Score.play(Score.java:42)
  at BachFugue.main(BachFugue.java:114)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)>  |