Skip to content

Commit

Permalink
Stable V0.36
Browse files Browse the repository at this point in the history
Stable V0.36
  • Loading branch information
tallrene committed Apr 8, 2021
1 parent 9ccafd1 commit 7fcea75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file modified Bounce Bunny beta36.app/Contents/Resources/Scripts/main.scpt
Binary file not shown.
Binary file modified Bounce Bunny beta36.app/Contents/Resources/applet.rsrc
Binary file not shown.
8 changes: 6 additions & 2 deletions Bounce Bunny beta36.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,13 @@ on actionHandler:sender
repeat while (exists window "Logic Pro X" of application process "Logic Pro X")

delay 1
display dialog "Remaining tracks " & theResponse & "." buttons {"Stop", "Continue"} default button "Continue" cancel button "Stop" giving up after 5
set T2 to minutes of (current date)
set T2s to seconds of (current date) --Set End Time
set TT_ to ((T2 * 60) + T2s) - ((T1 * 60) + T1s)
set ETB to ((TT_ * theResponse) / 60)
display dialog "Tracks " & theResponse & "." & " TPB:" & TT_ & "sec. " & "Estimated Time Remaing " & ETB & "mins" buttons {"Stop", "Continue"} default button "Continue" cancel button "Stop" giving up after 2

display notification GUT
--display notification GUT
delay 1

end repeat
Expand Down

0 comments on commit 7fcea75

Please sign in to comment.