• Isadora
  • Get it
  • Forum
  • Help
  • ADD-ONS
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    1. Home
    2. Tags
    3. time
    Log in to post

    • N

      [ANSWERED] How to make a Clock
      How To... ? • actors time clock text draw text formatter • • nic

      6
      0
      Votes
      6
      Posts
      288
      Views

      N

      @woland Thanks Woland, really helpful!

    • gapworks

      [ANSWERED] clock display
      How To... ? • actors control panel time clock timed events • • gapworks

      3
      0
      Votes
      3
      Posts
      972
      Views

      Woland

      @gapworks


      Also feel free to cannibalize the Patch I posted in this thread: https://community.troikatronix...

      Best wishes,

      Woland

    • Woland

      Simple Time Display Patch - An Intro To The Text Formatter Actor
      Showcase • actors time clock text formatter timed events • • Woland

      5
      1
      Votes
      5
      Posts
      1704
      Views

      bonemap

      @woland, @mc_monte 

      Hi,

      Thanks for the usefulness of your patchwork. I have modified the patch again to make a control panel timer with a reset button. I used it for a show last night and thought to add to the shares here. It uses a Pulse Generator set to 1hz to 'count' seconds that then add-up to minutes and hours. The control panel 'monitor' is set to a 2 hz refresh rate.

      Control Panel Timer.izz

      best wishes

      bonemap

    • Bill Cottman

      [ANSWERED] Countdown display clock
      How To... ? • actors javascript time clock countdown • • Bill Cottman

      11
      0
      Votes
      11
      Posts
      4375
      Views

      Michel

      @Maximortal

      Yes the difference sure is the time zone. The JavaScript code takes your system time and compares it with the future time, so the result will always be the date and time of your current destination. To compensate you have to add or subtract the offset hours to the country or timezone you want to have.

      Even if you compare different online counters for that election date they often show different values. Some code takes the time of the server location, other take your system time and other have fixed the time for that certain timezone they want the countdown for.

      Best Michel

    • E

      [ANSWERED] Digital Clock??
      How To... ? • actors javascript time clock time of day • • Euzhan

      3
      0
      Votes
      3
      Posts
      1001
      Views

      DusX

      My clock uses the code I outline here: http://www.dusxproductions.com/blog/javascript-based-orbits-in-isadora/ To control the orbit/rotation of the hands, and placement of the numbers. You can see a little more creative use of the same 'orbit' code here: https://m.youtube.com/watch?v=usai4ugQwRU

    • T

      [ANSWERED] Timer, Converting Seconds to Hours, Minutes, Seconds
      Troubleshooting and Bug Reports • user actor time convert timer • • TECVM

      5
      0
      Votes
      5
      Posts
      737
      Views

      Bennnid

      @michel THANKS A LOT !