Tagged Questions
3
votes
2answers
458 views
sine wave glissando from one pitch to another in Numpy
I have been working on a program where I need to slowly and smoothly change the pitch of a sine wave from one pitch to another. I am able to get an array of the frequency the pitch should be at any ...