We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello folks,
As reported here : me2beats/reapack#2
I suspect the function reaper.BR_TrackAtMouseCursor() to not consider track spacer when returning the track under mouse.
To reproduce using me2beat script :
If I put the mouse on the TCP track, in this case it works. So it seems to be the way the function returns the track under arrange view/item.
If I remove every spacer, the function and the script perfectly work.
here is a gif : https://imgur.com/IrQubkH
The text was updated successfully, but these errors were encountered:
There's an unreleased build with the fix #1787
Sorry, something went wrong.
Closing as duplicate of #1761.
Also, REAPER now has its own GetTrackFromPoint function which is a lot faster than the SWS one and does not have this compatibility issue.
GetTrackFromPoint
No branches or pull requests
Hello folks,
As reported here : me2beats/reapack#2
I suspect the function reaper.BR_TrackAtMouseCursor() to not consider track spacer when returning the track under mouse.
To reproduce using me2beat script :
If I put the mouse on the TCP track, in this case it works. So it seems to be the way the function returns the track under arrange view/item.
If I remove every spacer, the function and the script perfectly work.
here is a gif : https://imgur.com/IrQubkH
The text was updated successfully, but these errors were encountered: