def __init__(self, samplerate, bufferSize):
     Instrument.__init__(self)
     Oscilator.__init__(self, samplerate, bufferSize)
     Oscilator.start(self)