Re: LUA examples

Home Forums General Programming LUA examples Re: LUA examples

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

    One important thing to add to the API Docs, are the IDs that are used all across Ctrlr to indicate properties, most of the time you will be doing a set/get on a property to do anything in lua.

    Here is a list of all IDs with descriptions and Human Readable names as they appear in Ctrlr (it’s a c++ include file, but it’s a one-line-one-id thing)
    https://ctrlrv4.svn.sourceforge.net/svn … CtrlrIDs.h

    Ctrlr