Reply To: getModulatorByIndex

Home Forums General Programming getModulatorByIndex Reply To: getModulatorByIndex

#14419
atom
Keymaster
    • Topics: 159
    • Replies: 2945
    • Total: 3104
    • ★★★★★

    The index passed to getModulatorByIndex is an internal one, it is not the vstIndex or the customIndex, you can safely use it only in a for() loop when iterating all modulators OR keep that indexing constant acroos the panel lifetime.

    Ctrlr