Usine provides modules for measuring elapsed time, counting blocks, and reading the system clock. Use these to track durations, timestamp events, or synchronize with wall-clock time.
| Category | Modules | Description |
|---|---|---|
| Elapsed Time | 4 | Time since Usine launch (ms, precise ms, seconds) and elapsed time between two triggers |
| Block Counting | 2 | Count processed audio blocks and count during a timed interval |
| System Clock | 2 | Current date and time from the system clock |
Measure time since Usine launched or between two events.
| Module | Description |
|---|---|
| Time ms | Milliseconds since Usine launch |
| Time Precise ms | Milliseconds since Usine launch (high-precision timer) |
| Time sec | Seconds since Usine launch |
| Time Elapsed | Measure elapsed time between two triggers |
Count audio processing blocks and timed intervals.
| Module | Description |
|---|---|
| Time Count Blocks | Count the number of processed audio blocks |
| Time Count ms | Count during a specified duration in milliseconds |
Read the computer's current date and time.
| Module | Description |
|---|---|
| Time Date | Get the current date (YYYY/MM/DD format) |
| Time Time | Get the current time (HH/MM/SS format) |
version 7.0.250121
Edit All Pages