Decompose Time
Tools - Decompose a clock or the current time into percentages (hours, days, seconds, etc.)
This tool allows you to turn a Clock Device into percentages that you can bind to parameters in your compo.
The clock can be based on a MIDI or audio input, or on the current time of the machine. This is all configurable in the preferences panel.
Variables:
- Clock Choice: Clock choice of the clock device used for time input
- Month: Month of the year, integer between 1 and 12 (Read Only)
- Day: Day of the week, integer between 1 and 7 (Read Only)
- Hour: Hour of the day, integer between 1 and 24 (Read Only)
- Minutes: Minutes of the current hour, integer between 1 and 60 (Read Only)
- Seconds: Seconds of the current minute, integer between 1 and 60 (Read Only)
- Milliseconds: Milliseconds of the current second, integer between 1 and 1000 (Read Only)
- Continuous Day: Percentage of the day that is completed (Read Only)
- Continuous Hour: Percentage of the current hour that is completed (Read Only)
- Continuous Minute: Percentage of the current minute that is completed (Read Only)
- Continuous Second: Percentage of the current second that is completed (Read Only)