-
Notifications
You must be signed in to change notification settings - Fork 3
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
cpu overloading #1
Comments
Hey @higaru2 thanks for letting me know you're seeing a problem. Honestly I'm just stoked someone else would use it :) I'm currently working on trying to make the visual display more intuitive, so it's easier to see the fractal connection back to the original pattern of taps. But this sounds like a problem that needs fixing. Can you send a screenshot of the settings that start to make it bog down on your machine, or a list of all the parameter values (mostly the four taps and the iterations value are the ones that will cause an overload like this). Maybe the fix is to limit the number of delays displayed (similar to your suggestion) or perhaps just limiting the total number of echoes produced, since it can get really high if you use 3 or more taps and start going up into the 7+ iterations range. Thanks! |
hello Zack!
after 3 iterations all goes weird here
but! my machine is very old...
Air 2011 with High Sierra.
maybe you should check it on your machine with a cpu monitor and cap it at
max complexity you decide its enough.
or maybe make 2 versions?!
one lite with fixed limits and one heavy without much limitation, suitable
for power machines?!
maybe you just advancing in gui and experiments will help you mold and
filter a balanced version!:)
thnx
…On Thu, 8 Jul 2021 at 19:38, Zack Steinkamp ***@***.***> wrote:
Hey @higaru2 <https://github.com/higaru2> thanks for letting me know
you're seeing a problem. Honestly I'm just stoked someone else would use it
:) I'm currently working on trying to make the visual display more
intuitive, so it's easier to see the fractal connection back to the
original pattern of taps. But this sounds like a problem that needs fixing.
Can you send a screenshot of the settings that start to make it bog down on
your machine, or a list of all the parameter values (mostly the four taps
and the iterations value are the ones that will cause an overload like
this). Maybe the fix is to limit the number of delays displayed (similar to
your suggestion) or perhaps just limiting the total number of echoes
produced, since it can get really high if you use 3 or more taps and start
going up into the 7+ iterations range. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3ZRBIQLDV6VEEZ2EQMVG3TWXH6VANCNFSM4777L3ZA>
.
|
How many taps do you have set that are > 0ms? |
Also, does the machine bog down when you change a setting, or when you play notes? If notes, are you playing a single note or many at once? |
Also, you may also be interested in the Fibonacci version I just created here: https://github.com/zsteinkamp/m4l-js-fibonacciNoteEcho It should not have any CPU problems :) |
thnx Zack
i m not at home
i ll report again after trying tomorow
…On Thu, 8 Jul 2021 at 20:31, Zack Steinkamp ***@***.***> wrote:
Also, you may also be interested in the Fibonacci version I just created
here: https://github.com/zsteinkamp/m4l-js-fibonacciNoteEcho It should
not have any CPU problems :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3ZRBM7P3J3WMFVYYSJNLTTWXOIPANCNFSM4777L3ZA>
.
|
back home
I'll check it again (the new build)
maybe I'll find whats overloading :)
btw
my music/sound
https://makunouchibento.bandcamp.com/music
( all is free, pay 0 and download...)
…On Thu, Jul 8, 2021 at 8:40 PM Higaru ***@***.***> wrote:
thnx Zack
i m not at home
i ll report again after trying tomorow
On Thu, 8 Jul 2021 at 20:31, Zack Steinkamp ***@***.***>
wrote:
> Also, you may also be interested in the Fibonacci version I just created
> here: https://github.com/zsteinkamp/m4l-js-fibonacciNoteEcho It should
> not have any CPU problems :)
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AC3ZRBM7P3J3WMFVYYSJNLTTWXOIPANCNFSM4777L3ZA>
> .
>
|
so
fibonacci - no problem! all ok and is great.
the new fractal one- same issues, very easy to overload...
but I like the graphic representation :)
attached a screenshot with knob values that overload.
( maybe it goes in a sort of internal feedback !??!?!)
…On Thu, Jul 8, 2021 at 11:17 PM Higaru ***@***.***> wrote:
back home
I'll check it again (the new build)
maybe I'll find whats overloading :)
btw
my music/sound
https://makunouchibento.bandcamp.com/music
( all is free, pay 0 and download...)
On Thu, Jul 8, 2021 at 8:40 PM Higaru ***@***.***> wrote:
> thnx Zack
> i m not at home
> i ll report again after trying tomorow
>
> On Thu, 8 Jul 2021 at 20:31, Zack Steinkamp ***@***.***>
> wrote:
>
>> Also, you may also be interested in the Fibonacci version I just created
>> here: https://github.com/zsteinkamp/m4l-js-fibonacciNoteEcho It should
>> not have any CPU problems :)
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub
>> <#1 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AC3ZRBM7P3J3WMFVYYSJNLTTWXOIPANCNFSM4777L3ZA>
>> .
>>
>
|
hello Zack!
and thank you for this fantastic exploration into delays!
it is mindblowing :)
issues here:
when increasing iteration factor, the cpu in live goes nuts and makes the Live unresponsive.
not sure if its from the Java display or from the flood of notes going out but...
maybe a panick button/mechanism would be good ?!
like a routine that will be able to controll the device somehow ?!
a "disable graphic display" ?!
thanks.
The text was updated successfully, but these errors were encountered: