with_swing shift (beats), pulse (number), tick (symbol)
Runs block within a time_warp
except for once every pulse
consecutive runs (defaulting to 4). When used for rhythmical purposes this results in one in every pulse
calls of the block being ‘on beat’ and the rest shifted forward or backwards in time by shift
beats.
Introduced in v3.0
shift: |
How much time to delay/forward the block. Greater values produce more emphasised swing. Defaults to 0.1 beats. |
pulse: |
How often to apply the swing. Defaults to 4. |
tick: |
A key for the tick with which to count pulses. Override this if you have more than one |
offset: |
Count offset - before modding the count with the pulse size - integer offset to add to the result of calling |
# Example 1 | |
|
|
# Example 2 | |
|
|
# Example 3 | |
|
|
# Example 4 | |
|
|
# Example 5 | |
|
|