

FILE REQUESTER
--------------

File Dialog module working exactly as the stock one, with the addition of a pair of User OK output pins, which are set to TRUE (and 100 milliseconds later to FALSE) everytime the user confirms a valid requester selection.

UserOK pins are needed to properly trigger any DSP or GUI loaders or savers, which would not otherwise get any update when setting an identical filename (as in case of re-loading or saving over a same file).

To interface with a GUI loader/saver, please use the RIGHT UserOK pin.

To interface with a DSP loader/saver, you may use the LEFT UserOK pin thru a Patch Memory Bool or ED Patch Memory Volatile or ED DSP/GUI Bool bridge, or even the RIGHT UserOK pin thru an ED DSP/GUI Bool bridge 2, indifferently.


NOTE: User OK pins will NOT be set if the user selects CANCEL



