<%
// Store tick
'tick' STORE
// Ignore all other elements
5 DROPN
// Emit NaN at tick
[ $tick NaN NaN NaN NaN ]
%> 1 1 MACROFILLER
Due to a bug (Issue 708 which will be fixed in the upcoming 2.5.0), the pre and post window cannot be set to 0 even though they are not needed. The above example uses 1 and 1 as their value and works with pre 2.5.0 releases.