...
Code Block | ||
---|---|---|
| ||
/// send every second element out = SAMPLE({sampleRate = 2}, input}) /// send elements every second out = SAMPLE({timeValue = [1, ‘second’]}, input}) |
...
Code Block | ||
---|---|---|
| ||
/// send every second element out = SAMPLE({sampleRate = 2}, input}) /// send elements every second out = SAMPLE({timeValue = [1, ‘second’]}, input}) |