Skip to content
gadfly edited this page Oct 29, 2016 · 5 revisions

Bro Tips

Introduction

Bortherhood, Houdinistas!

Go for it!

Use the cache node to accelerate the copy-stamp operation.

This technique is useful in cases when it's enough to copy a limited number variations onto many more points.

Put a cache node under the expensive part of the stamped branch and instead of $F use the stamp function in the cache node's index parameter. The stamp value must be an integer and it must fall between start and end. The easiest way to generate a good stamp value is to use the modulo of the template point number, for example $PT % 10 for 10 different stamp values.

After this setup the variations will be cached into RAM, which results much faster execution. Note that you will have to clear the cache manually after parameter changes to the upstream graph.

Proportional parameter ladders

On tuple parmeters (e.g. noise frequencies!) if you use the numeric ladder (MMB), hold down the Alt key to switch to proportional mode. This allows to scale parameters, i.e. change them at the same time, while keeping their ratio. Note the '*' symbol on the ladder.