
DATE CHECK
----------

Outputs TRUE if the specified date (Year, Month, Day) hasn't been reached yet, FALSE otherwise.

Year, Month and Day can be specified as plain integers (eg: 2024,6,10 for June 10th, 2024).

This module is only supplied in DSP version, since GUI is not operational when the plugin panel is closed, while one may want this check always effective and operating on the DSP part (i.e to disable the whole plugin if it has expired).
To also interface with the GUI end (for displaying messages, etc.) simply use a Patch Memory Bool Out.

