Reply To: Writing standalone lua-scripts possible?

Home Forums General Programming Writing standalone lua-scripts possible? Reply To: Writing standalone lua-scripts possible?

#15475
Hecticcc
Participant
    • Topics: 25
    • Replies: 160
    • Total: 185
    • ★★

    Do you you mean making a panel without modulators that can transform the input?
    This is possible, you can make the midiReceived script catch all incoming data and assign functionality using if-then blocks.

    As for making it a “simple” Lua script, it depends on what you intend to make it do. Lua syntax & structure in itself is very straightforward and relatively easy to learn, even if you have never scripted/programmed before.

    Ctrlr