Toddimus wrote: ↑Wed Aug 30, 2023 7:27 pm
42log.txtI'm seeing something similar. The Knobster has really delayed response and ends up with a big backlog of "clicks" after you stop spinning the knob. Something strange is going on with how 4.2 deals with knob acceleration, I think. I am using a DIY Knobster with a native Aduino Nano, if that matters. It works fine in v4.1.6.
-Todd
Nothing strange going on - just the way it has to work.
This is imho, only to be expected in the knobster diy. - meaning, the knobster using an Arduino with a slow serial link
Processing rapid clicks with a serial rate of 115kB is difficult - to say the least !. you also have the interaction of AM itself in response to incoming messages from the knobster via SLOW serial.
I don't think it would alter things if the knobster used interrupt driven routines as the AM end processing would not keep up (also related to the 115k baud link)
HID is far better for items like knobster, yet it also shows the limitations of the serial link(s) or possibly the interaction of AM with the multiple serial links as being a bottleneck that is not easily overcome. - if ever
Joe
Joe,
I don't have a do it yourself knobster, just a regular one. I am on holiday currently, so cannot test anything.
Detlef
Just found the "-Xmx" parameter value is insufficient in "air_manager.bat"
it's currently set to only 512 and should rather be set to 2048 to allow smoother operations when AM is running on rig with huge amount of instruments (like devs are used to ...)
now Air Manager 4.2 (BETA 26) is happier with "-Xmx2048m"
SimPassion wrote: ↑Sat Sep 09, 2023 8:57 am
Just found the "-Xmx" parameter value is insufficient in "air_manager.bat"
it's currently set to only 512 and should rather be set to 2048 to allow smoother operations when AM is running on rig with huge amount of instruments (like devs are used to ...)
now Air Manager 4.2 (BETA 26) is happier with "-Xmx2048m"
I re come on this : such setting should be a user specific optional setting and not mandatory reduced to 512, so if the user has increased the value, any new AM release shouldn't overwrite what's set by the AM user
One Online Store repository bug this morning with AM 4.2 (BETA 26), when trying to download some instruments, next step is the Login UI which doesn't work in any case and restarting AM didn't solved
Nothing to do with 4.2, this was a mistake in the panel layout. It has been fixed, but it will take a little while before this new layout is available in 4.2.
SimPassion wrote: ↑Sat Sep 09, 2023 8:57 am
Just found the "-Xmx" parameter value is insufficient in "air_manager.bat"
it's currently set to only 512 and should rather be set to 2048 to allow smoother operations when AM is running on rig with huge amount of instruments (like devs are used to ...)
now Air Manager 4.2 (BETA 26) is happier with "-Xmx2048m"
Hi,
Just improved the image caching, so it will only load what it is showing. That should help.
It would cache it all, and this can become a lot when there are a lot of instruments