omni icon indicating copy to clipboard operation
omni copied to clipboard

interp array acces with float index for Data/Buffer

Open vitreo12 opened this issue 4 years ago • 0 comments

a = 0.5
g = Data(100)

g[a] -> (Will be interpolated between samples 0 and 1, with frac 0.5)

However, this will be exactly like the read function. Maybe it's better to keep the two functionalities separated?

vitreo12 avatar Jun 24 '20 09:06 vitreo12