Questions tagged [akoscillator]
2 questions
4
votes
1 answer
AudioKit: When to use AKOperationGenerator or AKOscillator?
When I want to build an Oscillator with AudioKit there are different ways to go. For example you can create an AKOperation within an AKOperationGenerator like
var osc = AKOperationGenerator { parameters in
…

headkit
- 3,307
- 4
- 53
- 99
3
votes
1 answer
audiokit akparameter automated manipulation
I followed the oscillator model and setup akparameters the same way, which are easily manipulated with realtime controls. How can I manipulate a parameter using an LFO or envelope for example: make the amplitude modulate while the key is pressed? I…

Jonny123
- 59
- 5