SwitchBack
Well-known member
Maybe your keyboard is on its way out.Is anyone else having trouble with keyboard shortcuts? Ctrl + Z just quit working for me a couple of minutes ago. Others have disappeared, too. They seem to hit sporadically.
Maybe your keyboard is on its way out.Is anyone else having trouble with keyboard shortcuts? Ctrl + Z just quit working for me a couple of minutes ago. Others have disappeared, too. They seem to hit sporadically.
Or needs cleaning or dodgy connection.Maybe your keyboard is on its way out.
Or batteries!Or needs cleaning or dodgy connection.
Scan for viruses too. Some apps also record keystrokes.
Or batteries!
I use wired keyboards also (2) but not sure about Stuart (OP).I think used wireless for about a week..I'm sticking with my 25 year old Dell wired keyboard.
I use a Logitech MX Keys S wireless keyboard. It doesn't seem to be at fault here, as the entry was wiped out in the SP8 Keyboard Options. I reset it to undo. No other programs have been affected. Bizarre.I use wired keyboards also (2) but not sure about Stuart (OP).
Yep that's strange. Have not seen anything remotely like that in FSP however. Unlikely it could be a keyboard issue. My vast technical skill tells me it's either ghosts or gremlins (I use a Logitech MX Keys S wireless keyboard. It doesn't seem to be at fault here, as the entry was wiped out in the SP8 Keyboard Options. I reset it to undo. No other programs have been affected. Bizarre.
Maybe if this is happening with some regularity, running a project with the faderport out would point to a hardware issue there (by omission).(?)Another incident of odd behavior with FP8 just happened. I was working on the stems extracted from an old recording that I made when the solo buttons on the FaderPort 16 just stopped working. They did nothing. Same with the solo buttons in the Console view. Both buttons were synced together, but zilch, zip, nada when it came to any action. After restarting FP8, they now work normally.
You can always access the release notes here: https://s1toolbox.com/releasenotes/Curious about a changelog.
studiooneforum.com
Fender Bender 8.03 seems to be out. For download on the account page. However, update function within the DAW does not work, there is also no news feed anymore. Obviously some snafu at the moment. Curious about a changelog.
Fender Bender 8.03 seems to be out. For download on the account page. However, update function within the DAW does not work, there is also no news feed anymore. Obviously some snafu at the moment. Curious about a changelog.
The update seemed to stall for me, too. Then a few minutes later I found an installer dialog box was behind the other windows. It worked.Fender Bender 8.03 seems to be out. For download on the account page. However, update function within the DAW does not work, there is also no news feed anymore. Obviously some snafu at the moment.
I believe this is due to the modal nature of the windows being used.I do find dialogue popup windows (in Windows) end up in odd places especially with dual monitor/multi resolution situations/dragging stuff around. Somebody at Fender needs to do a full QA on popup windows, where they end up and how they interact with other windows. It's one of the weaker areas and it's a bit annoying. Help window/search as most people know often stops responding if other popup windows are showing.
I believe this is due to the modal nature of the windows being used.
Windows dialog boxes, which default to modal mode, are serviced by a different event loop than the main window. Modal mode is when a dialog box prevents the user from interacting with other windows. This is done by the OS preventing any messages other than those that request to paint the window, and a few other special types, to get through to the windows behind the dialog box. A separate event loop is created by the OS to process the dialog box's event queue. It is the this event loop that allows the user to fully interact with the dialog box's window.
As far as solutions, it certainly depends on the specific coding, but my guess is that they range from simply changing some base classes, and dealing with the aftermath, to hacking into the event queue. I had to do this once to fix a very busy window that could not be made to draw its controls in the desired order. Using the Windows API PEEK and POKE functions in a Windows hook function, I changed the order of the paint messages in the event queue.
A workaround is to use the online help at FSP8 Manual.Help window/search as most people know often stops responding if other popup windows are showing.
We use essential cookies to make this site work, and optional cookies to enhance your experience.