Reply To: Garbage collecting in Lua…

Home Forums General Programming Garbage collecting in Lua… Reply To: Garbage collecting in Lua…

#83233
proton
Participant
    • Topics: 19
    • Replies: 94
    • Total: 113
    • ★★

    Hi desfaker,

    nope, no memoryBlocks in any of the panels in question. Just reading values, passing them to labels, sending some Sysex when a particular track is being selected etc. I use Lua to recognize what midi note was played on the midi keyboard and harmonize the incoming pitches using some harmonic rules I wrote for that purpose. I use a lot of tables thou to store the currently selected settings and to recall them later, kinda basic “preset” storing and recalling. The panel uses around 700 modulators altogether and most of them send values to tables when there is a need for a “preset” storing. Might this be the issue?
    Cheers!

    Ctrlr