SNEX interpolate table
-
I'm trying to interpolate on a table but I get instant crash no matter I spent my day on this...
I need instead to "type"
interpolatedValue
as float or auto inside the function body because any attempt to write the member variable leads to a crash with no explanations...I also tried to pass it as reference parameter
So what the heck am I doing so wrong here?
// float interpolatedValue = 0.0f; void updateGainCompensation(float typeAsFloat, int tableIdxAsInt, TableIndexType& tableIdx, InterpolatorType& valueInterpolator) { DataReadLock sl(data); float interpolatedValue = tableValues[tableIdx][valueInterpolator]; // valueInterpolator checked -> normalised 0-1 }
-
U ustk marked this topic as a question on
-
Are you trying to use the built in interpolator in hise? I've done this before in c++ but I don't understand it super well. However I've gotten it to work
-
@griffinboy Thanks, yeah I don't think the problem is related to the interpolator itself, this works as expected and I managed to get it in C++ as well, where all this code works so definitely a SNEX issue...
-
@ustk Hey did you get the interpolation to work?
I am trying to create a table based (graphical) saturator and have troubles with setting up the table.
Just found your post and thought maybe you have tried something simmilar already.
-
@Straticah Are you doing it in SNEX? Because it doesn't work, only C++ is reliable enough for interpolation
-
@ustk yes at least i am trying it in SNEX
-
@Straticah Yeah no luck you see it working unfortunately. You might be able to get some prototyping but chances are good it just won't work...