Collection of custom reaper scripts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
855 B

  1. # Big Clock Extra
  2. This script provides a window displaying the current position (in minutes and seconds) like the builtin "Big Clock". But in the rightclick menu it can be chosen from three different times:
  3. * Time since project start (the same as Reaper's big clock)
  4. * Time since previous marker
  5. * Time since previous region
  6. Like that you can easily display, for example, the time since the start of the current song (= region). Additionally you can choose from two different time units:
  7. * Hours, Minutes, Seconds and Milliseconds (e.g. 1:23:45.678)
  8. * Measures and Beats (e.g. 42.2.00)
  9. ## Screenshot
  10. ![](https://files.eleton-audio.de/gitea/Ludwig/Reaper-Scripts/raw/branch/master/BigClockWithExtras/Screenshots/BigClockExtra3x.PNG)
  11. Upper window: Time since project start
  12. Middle window: Time since previous marker
  13. Lower window: Time since previous region