vst3 fixed typos
This commit is contained in:
parent
84888a6433
commit
10896d7d5b
@ -1077,11 +1077,11 @@ static void controllerGetParamDataValuePtrs(controller *ctrl, size_t index, Para
|
|||||||
*p = parameterInData + parameterInfoToDataIndex[index];
|
*p = parameterInData + parameterInfoToDataIndex[index];
|
||||||
*pv = ctrl->parametersIn + parameterInfoToDataIndex[index];
|
*pv = ctrl->parametersIn + parameterInfoToDataIndex[index];
|
||||||
}
|
}
|
||||||
# elif DATA_PRODUCT_PARAMETER_IN_N > 0
|
# elif DATA_PRODUCT_PARAMETERS_IN_N > 0
|
||||||
*p = parameterInData + paramterInfoToDataIndex[index];
|
*p = parameterInData + parameterInfoToDataIndex[index];
|
||||||
*pv = ctrl->parametersIn + parameterInfoToDataIndex[index];
|
*pv = ctrl->parametersIn + parameterInfoToDataIndex[index];
|
||||||
# else
|
# else
|
||||||
*p = parameterOutData + paramterInfoToDataIndex[index];
|
*p = parameterOutData + parameterInfoToDataIndex[index];
|
||||||
*pv = ctrl->parametersOut + parameterInfoToDataIndex[index];
|
*pv = ctrl->parametersOut + parameterInfoToDataIndex[index];
|
||||||
# endif
|
# endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user