Skip to content

Commit

Permalink
delay_beats and stop_beats updates (#136)
Browse files Browse the repository at this point in the history
Added info about delay_beats and stop_beats use in Cakewalk products and examples, from info recently posted in our Discord.
  • Loading branch information
DSmolken authored Jan 24, 2024
1 parent 4236e10 commit 4c41da5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 13 additions & 0 deletions docs/opcodes/delay_beats.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@
template: "sfz/opcode.j2"
opcode_name: "delay_beats"
---
Used in Cakewalk Dimension Pro and DropZone, alongside [stop_beats], to play slices of loops at specific points in the bar.
## Examples
```sfz
delay_beats=1
delay_beats=2.25 stop_beats=3
delay_beats=25.9922 stop_beats=26.0964
```
## Practical Considerations
In ARIA this opcode can be used, but every region uses up a polyphony voice, and therefore raising polyphony to
MAX is recommended for sequences beyond a very short length.


[stop_beats]: stop_beats.md
13 changes: 9 additions & 4 deletions docs/opcodes/stop_beats.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
template: "sfz/opcode.j2"
opcode_name: "stop_beats"
---
Used in Cakewalk Dimension Pro and DropZone, alongside [delay_beats], to play slices of loops at specific points in the bar.
## Examples
```sfz
delay_beats=1 stop_beats=1.5
delay_beats=25.9922 stop_beats=26.0964
```
## Practical Considerations

Intended to be a counterpart to [delay_beats] but apparently not actually
implemented. This opcode passes the parser in ARIA but seems to have no effect
on its region.

Intended to be a counterpart to [delay_beats] and used in Cakewalk Dimension Pro and DropZone.
This opcode appears to be not implemented in ARIA - it passes the parser in ARIA but seems to
have no effect on its region.

[delay_beats]: delay_beats.md

0 comments on commit 4c41da5

Please sign in to comment.