package com.company.audioEffekte; public class WAVEffect extends Audioeffekt{ public WAVEffect(String dateiname){ this.dateiname = "WAVEffect"; } }