Urgent: Unresolved Logic Regression in v4.9.5 Selection Algorithm

Support, Project sharing, Discussion and more...

Return to “FL Studio Mobile”

Forum rules
Asking for help? WE NEED DETAILS: problems will be addressed faster if you follow these suggestions:
  1. Specific information - a) FL Studio Mobile version number, b) What you are doing and what happens exactly, c) Step-by-step instructions how reproduce the problem.
  2. Screenshots / Videos - Both great way to demonstrate issues. Include images using the 'Attachments' tab, at the bottom of the post edit window.
  3. Did you read the manual? - In FL Studio Mobile tap - Help > Manual. See it here.
  4. Use English - Google Translate your post. Short simple sentences in your original language translate best. We are happy to work this way, no need to worry.
NOTE: Technical Support is ONLY available Monday - Friday (9 am to 5 pm Central European Time), thank you.
[You can only see part of this thread as you are not logged in to the forums]
NayeM Raj
Sun Jan 18, 2026 4:21 pm

x

Urgent: Unresolved Logic Regression in v4.9.5 Selection Algorithm

Hi Image-Line Developers,

I am writing this follow-up regarding a critical bug in FL Studio Mobile v4.9.5 that I have reported previously. Despite your assurances, the issue remains unaddressed in the latest update.

As a Developer and Power User, I am disappointed to see that such a fundamental Selection Logic flaw has made it into the production build.

The Technical Issue: The selection block algorithm currently lacks a filter for track visibility status. When performing a block selection, the engine is pulling all track IDs within the defined coordinate range into the selection array, completely ignoring the isHidden attribute.

Why this is a "Breaking Bug" for Professionals: For those of us working on complex, multi-layered projects, "Hidden Tracks" are used for archiving or clean workspace management. When the selection tool ignores the hidden status, it leads to accidental deletions or unintended movements of archived data. This makes the "Hide Track" feature practically useless during the editing phase.

My Expectation: I am not just another casual user; I understand the underlying logic of this software. I expect a professional-grade DAW to respect its own UI states (Visibility/Hidden).

Please escalate this to your core engineering team. The fix is a simple conditional check: if (track.inSelectionBounds && !track.isHidden) { addToSelection(); }

I hope this time my feedback is taken with the technical seriousness it deserves. I am waiting for a hotfix or a confirmation that this logic regression is being prioritized for the next build.

Regards,

[ NayeM Raj ] Advanced FL Studio Mobile User & Developer
file.mp4
You do not have the required permissions to view the files attached to this post.




Return to “FL Studio Mobile”