From edea097d6d9d3f35f977fcf8d1b97b3d53d3fdb6 Mon Sep 17 00:00:00 2001 From: "D. Smolken" <49921787+DSmolken@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:15:17 +0100 Subject: [PATCH] Update delay_beats.md Adding new info about delay_beats and stop_beats based on new Cakewalk info posted on Discord. --- docs/opcodes/delay_beats.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/opcodes/delay_beats.md b/docs/opcodes/delay_beats.md index 544250649..c395b45cb 100644 --- a/docs/opcodes/delay_beats.md +++ b/docs/opcodes/delay_beats.md @@ -2,3 +2,12 @@ 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=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.