AudioKit / AudioKitSynthOne

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

Prevent startup crash #99

Closed jonathanwatters closed 5 years ago

jonathanwatters commented 5 years ago

I could no longer debug the current develop branch on an Iphone XS 12.2 Simulator - keep getting Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value in GeneratorsPanelController.swift line 194

Problem with this commit? e98c53ec Update Filter Knob Labels when FilterType changes - cutoffKnobLabel text was being set before the control was initialised

As ever there is probably a better way to fix this but it worked for me...

analogcode commented 5 years ago

Great catch!

All that needs to be done is the labels actually connected from the iPhone IB to the code

analogcode commented 5 years ago

Just pushed a fix, thanks!