Feature Request: Zoom to Sample Point

Discussion forum for Amadeus users

Moderator: Martin Hairer

Post Reply
brakebeat
Posts: 2
Joined: Sun Jun 26, 2016 8:14 pm

Feature Request: Zoom to Sample Point

Post by brakebeat »

I love Amadeus, but zoom to a visible sample point is a must.

I used Bias Peak for years, but they're long gone. Even Audacity (which makes me cringe to even think of) zooms to the sample point.

Please roll this out soon ... thank you!

User avatar
Lou Kash
Posts: 102
Joined: Wed Jul 16, 2008 1:39 pm
Contact:

Re: Feature Request: Zoom to Sample Point

Post by Lou Kash »

+1!
Those of us who know what it's good for and when to use it, we need it.
And then also a pen tool.

And while at it, a keyboard shortcut for vertical max/min zoom is needed as well.
At the moment I've worked around it with a little help of my friend Keyboard Maestro running

Code: Select all

try
tell application "System Events"
tell process "Amadeus Pro"
set vZoom to value of value indicator 1 of slider 1 of group 1 of group 1 of window 1
if vZoom > 0.0 then
set value of value indicator 1 of slider 1 of group 1 of group 1 of window 1 to 0.0
else
set value of value indicator 1 of slider 1 of group 1 of group 1 of window 1 to 5.0
end if
end tell
end tell
end try
… which toggles max and min vertical zoom.

Post Reply