Hey! I've been looking around the FL Studio Plugin SDK for a couple hours now to try and figure out how FPV_Get flags work. In particular I'm interested in FPV_GetColor. The manual says:
Check out the voice information codes to retrieve any relevant info about the newly triggered voice. These include FPV_GetLength, FPV_GetColor, FPV_GetVelocity and FPV_SetLinkVelocity.
I'm not really sure how to check them out, is there a function I should be using somewhere? This part right above it suggests that there is:
Don't forget to save the SetTag parameter. It's needed when you want to call voice functions in the host class (see TFruityPlugHost).
I can't seem to find any voice functions in the host class, though. Anyone have an idea of how these flags work? Thanks!