You should post the error message, too. Otherwise we can just guess what's your problem. Maybe your audio file ist not in a data folder within your sketch folder. The structure should be like this: 'sketchFolder/data/piano.wav'
As calsign shown, super() must be the first call of the constructor. Beside, there is probably no interest at all in extending Minim. Better pass the Minim instance as parameter or something like that.