//[...] // Konstruktor; noteList: Notenabfolge, arraySize: Laenge des Noten-Arrays, pin: Piezo-Pin Song::Song(int noteList[], int arraySize, int pinNumber) { this->arraySize = arraySize; this->notes = noteList; this->pin = pinNumber; } //[...]