Basically it's a 1 second periodic signal with sample rate at 44100 which the equation gives me control over the frequency,amplitude,phase and vertical offset
So my logic is to have 4 inlets for the frequency,amplitude,phase and vertical offset and an output for the signal.
If you want to know what type of PD I'm creating and it's options.
1) The first option will import a text file into a table/array that will control the variables of the equations that will vary frequency,amplitude,phase and vertical offset over time.
2) The second option will allow the variables to be controllable/variable using a midi controller and it's audio signal played
I've been able to find instructions on how to create a hello world C-external but not one that creates a simple sine wave from a sinewave equation like A*sin(w*t+p)
It makes sense to make a C external and create inputs for the values of frequency,amplitude,phase and vertical offset.
That way I can cleanly feed/control those values with a midi controller or a table/array in PureData.
Thanks
--
--