Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Bug Reports

Reply
 
Thread Tools Display Modes
Old 05-26-2022, 12:05 PM   #1
sockmonkey72
Human being with feelings
 
sockmonkey72's Avatar
 
Join Date: Sep 2021
Location: Berlin
Posts: 1,935
Default WALTER: scalar vs coordinate lists

Hi,

These lines:

Code:
set scalef * 1.05 / h 55.
set scalef scalef>1 1. scalef<0.45 0.45
work differently on Windows and on macOS. On macOS, it works as one would like (scalef compared to a scalar compares correctly), on Windows, the user variable (a coord list) is read as 0.

This works on Windows (and is arguably the more correct):

Code:
set scalef * 1.05 / h 55.
set scalef scalef{0}>1 1. scalef{0}<0.45 0.45
It would be ideal if the first code snippet worked identically on both platforms, though. Either way, preferably as it works on macOS, but I don't really care as long as it's consistent.

Thanks so much!
__________________
ReaPack Repository: right-click and copy index URL
sockmonkey72 is online now   Reply With Quote
Old 05-26-2022, 04:22 PM   #2
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

hmm are you using the same version of reaper on each OS? 6.58 behaves one way and +dev builds behave another
Justin is offline   Reply With Quote
Old 05-27-2022, 05:41 AM   #3
sockmonkey72
Human being with feelings
 
sockmonkey72's Avatar
 
Join Date: Sep 2021
Location: Berlin
Posts: 1,935
Default

Quote:
Originally Posted by Justin View Post
hmm are you using the same version of reaper on each OS? 6.58 behaves one way and +dev builds behave another
apparently not (I was "certain" that I was) :-) sorry for the noise
__________________
ReaPack Repository: right-click and copy index URL
sockmonkey72 is online now   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 11:29 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.