Reply To: add a parameter to : getModulatorValuesAsData() method

Home Forums General Programming add a parameter to : getModulatorValuesAsData() method Reply To: add a parameter to : getModulatorValuesAsData() method

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

    I’ve add a third variation for this method:

    LMemoryBlock CtrlrPanel::getModulatorValuesAsData(const String &propertyToIndexBy,
                                                        const CtrlrByteEncoding byteEncoding,
                                                        const int propertyValueStart,
                                                        const int howMany,
                                                        const int bytesPerValue, 
                                                        const bool useMappedValues)

    it should do what you asked for

    Ctrlr