Output a bang when an input matches any reference input from a list

fas11030's icon

I'm trying to figure out how to send a bang at certain times. I have a patch that tells the current time, and I'd like to schedule a bang to occur at predetermined times that would be stored as a list. I've tried different things, including the zl.compare object, but it will apparently only work with one reference input. The following is what I have so far. Thanks in advance for any help.

Max Patch
Copy patch and select New From Clipboard in Max.

Source Audio's icon

To use coll to match time is good idea,
only that you missed few things.
take a look here:

you seem not to care if it matches AM / PM or ?
if you do, just integrate AM or PM into pack i i i s
and use that list to match.

would in that case 24 hours match be a simpler choice ?

fas11030's icon

Just what I was looking for, thanks so much!