You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the application properties are set via AppleScript, the application does not reflect them in the UI or the audio.
Noisy App
About shows v1.3, but I downloaded the "1.5" version from the zip file from this repository. The version number does not seem to have been bumped with the latest release / linked Zip. (#13)
Steps to reproduce
When launching the app, I manually select White and adjust the volume slider pretty low.
Running the following AppleScript, I see that I can read the Application properties correctly:
tell application "Noisy"
get noise type
get noise volume
end tell
result:
tell application "Noisy"
get noise type
--> white
get noise volume
--> 9
end tell
Then, I use the following AppleScript to set the properties:
tell application "Noisy"
set noise type to pink
set noise volume to 20
end tell
Then I run the first AppleScript from above to ensure that the properties are set:
tell application "Noisy"
get noise type
get noise volume
end tell
result:
tell application "Noisy"
get noise type
--> pink
get noise volume
--> 20
end tell
At no point did the Noisy application change the noise type from white to pink, nor did the volume increase from 9 to 20.
The text was updated successfully, but these errors were encountered:
Summary
When the application properties are set via AppleScript, the application does not reflect them in the UI or the audio.
Noisy App
About shows v1.3, but I downloaded the "1.5" version from the zip file from this repository. The version number does not seem to have been bumped with the latest release / linked Zip. (#13)
Steps to reproduce
When launching the app, I manually select White and adjust the volume slider pretty low.
Running the following AppleScript, I see that I can read the Application properties correctly:
result:
Then, I use the following AppleScript to set the properties:
Then I run the first AppleScript from above to ensure that the properties are set:
result:
At no point did the Noisy application change the noise type from white to pink, nor did the volume increase from 9 to 20.
The text was updated successfully, but these errors were encountered: