AudioKit / Playgrounds

The AudioKit Playground Book for iPad Playgrounds and Xcode Playgrounds
http://audiokit.io
193 stars 37 forks source link

Production Panning method in customised View #10

Closed azeemohd786 closed 4 years ago

azeemohd786 commented 4 years ago

Here I am trying to display panning parameters inside my customised view with slider. I could run your code for,

addView(AKSlider(property: "Speed", value: effect.speed, range: 0.1 ... 25) { sliderValue in
                         effect.speed = sliderValue
                   })

But I need to run this inside my custom view and slider. How could I do this?

aure commented 4 years ago

Numerous examples of this here https://github.com/AudioKit/AudioKit/tree/master/Examples/iOS