Hive 2 uhm: accessor function via phase doesn't appear to work

Official support for: u-he.com
Post Reply New Topic
RELATED
PRODUCTS

Post

I'm unsure what i'm doing wrong, but I'm unable to get the accessor function via phase to work. For example, accessing the buffer by index works, like so:

Code: Select all

NumFrames = 1
Wave Target=aux1 "1-2*phase"
Wave Target=main "aux1_fi(0, index)"
This copies aux1 to main, as expected. However, attempting the same thing using phase results in an empty main buffer:

Code: Select all

NumFrames = 1
Wave Target=aux1 "1-2*phase"
Wave Target=main "aux1_fp(0, phase)"

Post Reply

Return to “u-he”