AudioKit / Keyboard

SwiftUI music keyboard
MIT License
137 stars 25 forks source link

Performance: Keyboard view takes 1-2 seconds to render #29

Open figamore opened 4 months ago

figamore commented 4 months ago

Description

When navigating to the Keyboard view, there is a noticeable delay of about 1-2 seconds before the view renders. This delay is quite pronounced and affects the overall user experience.

Reproduction Steps

  1. Open the application.
  2. Navigate to the Keyboard view.

Expected Behavior

The Keyboard view should load immediately without any significant delay.

Actual Behavior

The Keyboard view takes about 1-2 seconds to load, making the navigation feel sluggish.

Additional Information

The same delay is observed in the AudioKit cookbook Keyboard example.

Environment

Possible Solution

Add a ProgressView while the keyboard is rendering or optimize rendering method.