Skip to content

[FR] A way to quickly create complex patterns for delays using a command. #35

@odsfgolfdjng

Description

@odsfgolfdjng

A way to quickly create complex patterns for delays using a command.

Example:
20, 1, 4(ldv * 1.75), 1(ldv * 0.5 + rndb..0.2)

This example would create the delays with values d1 = 1, d2 = 1.75, d3 = 3.0625 ...

20 is the total delays to create, 1 is the time in seconds for first delay, 4 is the count to calculate the expressions inside the (). After calculating all expressions it would go back to the first until 20 delays have been created.

Keywords:
ldv = last delay value
rndb..x = random value bipolar (-0.2 to 0.2)
mac = macros/sliders that the user can automate (if possible performance wise)
dn = the number of the delay currently calculated
and probably more

Some thoughts:
· One problem is that values will get out range, a solution would to compress the values to user defined ranges.
· One could also use this to create value patterns for other parameters of DelayArchitect.
· A randomizer with some control parameters for the command.
· My main thought was that with a simple command and and a randomizer for that command, complex delay patterns are just a couple of clicks away, similar to MTurboReverb for reverbs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions