HISE icon indicating copy to clipboard operation
HISE copied to clipboard

[bug] createSelectionFromIndexes doesn't accept int

Open davidhealey opened this issue 4 months ago • 0 comments

Forum topic: https://forum.hise.audio/topic/9067/bug-createselectionfromindexes-doesn-t-accept-int

This could just be a documentation issue.

Gives this error

sampler.createSelectionFromIndexes(0);

Line 645, column 53: Illegal type: int, expected: Array

image

davidhealey avatar Mar 06 '24 01:03 davidhealey