AudioKit / AudioKitSynthOne

AudioKit Synth One: Open-Source iOS Synthesizer App
http://audiokitpro.com/synth
MIT License
1.67k stars 217 forks source link

Random preset in bank #153

Closed marcus-w-hobbs closed 4 years ago

marcus-w-hobbs commented 4 years ago

When a user presses the randomize preset button select a random preset in the current bank.

Backwards compatibility: select the "all" bank and then press the randomize preset button

marcus-w-hobbs commented 4 years ago

@analogcode this PR changes the behavior of the "random preset" button. Instead of randomizing across every preset it randomizes within the selected bank. The original behavior can be performed by select the "all" bank.