Software control of AudioConnection types

Status
Not open for further replies.

i2sflew

Active member
Hi,

I am trying to implement audio objects like the modulated waveforms. However I am seeing the way to control the variable triangle waveform is by using the audioConnection types and connecting them. Is there a way to control these modulated waveforms by a variable? Also it seems there is no way to set the pulse width like there is with the normal waveform object is that true? How do I set another pulse width for these waveforms?

Cheers
 
The modulated waveform gets its modulation from a stream, so cannot be set by a call - you can connect a DC object to the stream to do
this however, AudioSynthWaveformDc class has some amplitude methods to set the level.
 
Status
Not open for further replies.
Back
Top