% strScriptID = 70 Call subPageTimer_start() %>
Introduction
The automat is playing an array of sound (like a looping tape). The array is updated with data from the various modules whenever new data is available. To reflect changes on potmeters and buttons the sound is constantly recalculated. The newly calculated sound is then copied to the sound array. To prevent clicks-pops and odd things to happen "recording" (copying) is synchronized with the "play-head"s position on the "tape". <% Call subPageTimer_stop() %> |