Exhibition Date Scheduler for MAX
Exhibition Date Scheduler v1.0
Features:
- Turns on or off within a specified time range and checks once per second.
- Replaces “match” object to avoid not triggering at specific times after a restart or under any other circumstances.
Instructions:
This is a patch developed in maxmsp with the aid of Javascript. The controller is designed to solve the issue of timed on/off for interactive installations in exhibitions. It controls the toggle object in max, and is able to specify the on/off times in a YYMMDDHHMM format, making it suitable for the control logic of exhibition installations.
This is a max patch (.maxpat) developed according to my personal needs and has been used in multiple exhibitions. This patch was developed in the Max 8 environment, OSX version.
展覽日期開關控制器 v1.0
功能:
- 在指定的時間範圍內開啟或關閉,並每秒檢查一次。
- 取代 match 物件,避免在重啟或任何其他狀況,未觸發特定時間點。
說明:
此物件在maxmsp 中以javascript輔助開發的開關物件,用來解決展場互動裝置定時開關的問題,這個patch被設計來控制max中的toggle物件,並能以YYMMDDHHMM的格式指定開關時間,適用於展場裝置控制邏輯。
這是一個依照個人需求開發的 max patch (.maxpat),並已在多次展覽中使用。該patch的開發環境是max 8, OSX版本。
You'll get a patch that turns on or off within a specified time range, and checks once per second. It can avoid not triggering specific time points after a restart or any other situations.