File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
---- ------------------------------------------------------------------------------------------------
8
8
9
- --- Context passed to 'emit' functions.
9
+ --- Context passed to 'cycle:map` functions.
10
10
--- @class CycleMapContext : TimeContext
11
11
---
12
12
--- channel/voice index within the cycle. each channel in the cycle gets emitted and thus mapped
13
13
--- separately, starting with the first channel index 1.
14
14
--- @field channel integer
15
- --- Continues step counter for each channel, incrementing with each new value in the cycle.
16
- --- Unlike `pulse_step` this does not include holds so it basically counts how often the map
17
- --- function already got called.
18
- --- Starts from 1 when the rhythm starts running or after it got reset.
15
+ --- Continues step counter for each channel, incrementing with each new mapped value in the cycle.
16
+ --- Starts from 1 when the cycle starts running or after it got reset.
19
17
--- @field step integer
20
- --- step length fraction within the cycle
18
+ --- step length fraction within the cycle, where 1 is the total duration of a single cycle run.
21
19
--- @field step_length number
22
20
23
21
---- ------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments