Reply To: Lua Basics for Ctrlr – Beginners

Home Forums General Programming Lua Basics for Ctrlr – Beginners Reply To: Lua Basics for Ctrlr – Beginners

#72144
human fly
Participant
    • Topics: 124
    • Replies: 1070
    • Total: 1194
    • ★★★★

    Github links:
    https://github.com/RomanKubiak/ctrlr/blob/master/Source/Core/CtrlrModulator/CtrlrModulator.h

    so these are called ‘classes’, right? ok.

    i’ve noticed different things being used, for the same(?) ‘action’:
    ie:
    setValue vs. setModulatorValue – required parameters are different
    and why not use setProperty? or setPropertyInt?
    there are more examples of this. it has been a source of confusion
    (“con-fuuuuuuusiooooon!”) why am i seeing different things being
    used? are there maybe new and old entries, as ctrlr gets updated?
    anyway, there’s loads in there..

    will be studying these github files closely now. this is the key
    thing to look at.

    edit: i’m ‘printing’ the *.h files to pdf with pdfcreator, for
    my ‘resources’ folder. essential for the manual, imo.

    • This reply was modified 6 years, 11 months ago by human fly.
    Ctrlr