Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render performance optimization #399

Open
rualark opened this issue Apr 11, 2019 · 0 comments
Open

Render performance optimization #399

rualark opened this issue Apr 11, 2019 · 0 comments
Labels

Comments

@rualark
Copy link
Owner

rualark commented Apr 11, 2019

Key performance hogs:

  • Reverb and limiter slow down rendering of a stage with small number of instruments 3 times. Rendering time of stage with many instruments is not influenced by limiter or reverb.
  • Rendering multiple stages is always a big problem.
  • Instruments are not very fast

Optimization approaches:

  • Replace reverb and limiter with faster
  • Switch reverb and limiter off in all stages except stage 0
  • Build single stage with multiple instruments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant