-
Notifications
You must be signed in to change notification settings - Fork 17
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
Synth takes too much time to load #17
Comments
I think you'll want to cache results of the oscillator generation known as I guess it's not too difficult to conserve this information in the user's |
Hi,
A patch for saving the precalc data would be great. It would be really nice
to get a raspberry pi running this smoothly with a quick startup time!
Sampo
…On Wed, Oct 24, 2018 at 4:41 PM JP Cimalando ***@***.***> wrote:
I think you'll want to cache results of the oscillator generation known as
yc20_precalc_oscillators.
This calculation is made at runtime because its result depends on the
sample rate.
I guess it's not too difficult to conserve this information in the user's
.cache directory after the initial computation.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAvCvp0v8T0PoT4-OMQXTF5FGlK5sxFkks5uoG3tgaJpZM4X36l2>
.
--
Best regards,
Sampo Savolainen
Managing Director
Kellosilta 2D, 00520 Helsinki, Finland
www.spatineo.com
Tel. +358 40 7555 649
This message may contain privileged and/or confidential information. If
you have received this e-mail in error or are not the intended recipient,
you may not use, copy, disseminate, or distribute it; do not open
any attachments, delete it immediately from your system and notify the
sender promptly by e-mail that you have done so.
|
I will do it ASAP ;-) |
OK! It's implemented and now it loads like a gunshot!! ;-) |
Great! So to check, is it running smoothly with the right sound on a
raspberry pi 3?
…On Thu, Oct 25, 2018 at 2:59 PM Jośe Fernando Moyano < ***@***.***> wrote:
OK! It's implemented and now it loads like a gunshot!! ;-)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAvCvvAcmK-Hz1R4eg2eO9z-p8Ivwe0Qks5uoae-gaJpZM4X36l2>
.
--
Best regards,
Sampo Savolainen
Managing Director
Kellosilta 2D, 00520 Helsinki, Finland
www.spatineo.com
Tel. +358 40 7555 649
This message may contain privileged and/or confidential information. If
you have received this e-mail in error or are not the intended recipient,
you may not use, copy, disseminate, or distribute it; do not open
any attachments, delete it immediately from your system and notify the
sender promptly by e-mail that you have done so.
|
Yes, but CPU load is still quite high and get some XRUNs. Some optimization would be diserable. Some ideas about reducing CPU load? ;-) |
The synth takes too much time to load. It seems that some pre-calculation is done every time the binary is executed. Do you think it would be possible to save this precalculation so we could avoid the initial precalculation? Can you give me some basic tips for doing that?
Thanks!
The text was updated successfully, but these errors were encountered: