Triggering events

pol olory's icon

Hi Max folks !

I am fighting with a patch to get events triggered depending on time. My purpose is to trigger bangs from 9 AM to 11PM and to create events that happen every quater of an hour except during the night (between 11PM and 9AM) and between 2PM and 3PM. I think that I do not have the right strategy because my "quarter of hour" events are still triggered even after 11PM... What could be the right and elegant way to do that ? THX for your answers !!Her is my patch :

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

Source Audio's icon

you should place all you trigger points into embedded coll or umenu,

and simply trigger them when time comes to do so.

collect time output to form single number that can be matched

easily.

pol olory's icon

Thx @SOURCE AUDIO ! I'm checking that !!