is easy identify $LFO_TYPE_TRIANGLE, $LFO_TYPE_RECTANGLE, $LFO_TYPE_SAWTOOTH, $LFO_TYPE_RANDOM and $LFO_TYPE_MULTI as they return values from 1 to 5 using get_engine_par($ENGINE_PAR_INTMOD_SUBTYPE, 0, $source, -1)
but the value for $LFO_TYPE_SINE is 0, the same than when there's not modulator, which should be -1.
So there's a way to know that there's not an internal modulation?
This is already solved on the latest versions?When find_mod() doesn't find a modulator with designated name, it actually returns a value of 0 instead of -1!
And some examples with the following would be appreciated too:
$INTMOD_TYPE_NONE
$INTMOD_TYPE_LFO
Cheers
