$ 0 0 Change the Declaration and the Argument in the Constructor... ie. private BeatDetect beat; private AudioPlayer source; BeatListener(BeatDetect beat, AudioPlayer source)... becomes private BeatDetect beat; private AudioInput source; BeatListener(BeatDetect beat, AudioInput source)...