Hi all, I kept searching the web and this forum for hours now, but found no satisfactory answer to this "problem". In Python 3 I would like to call a function like someObject.playSine( frequency, duration) or someObject.playRect(frequency,duration) to play a tone with sine or rectangle waveform of t...