Reply To: Change modulator when receiving Midi CC

Home Forums General Using Ctrlr Change modulator when receiving Midi CC Reply To: Change modulator when receiving Midi CC

#115123
dnaldoog
Participant
    • Topics: 4
    • Replies: 480
    • Total: 484
    • ★★

    Hi smunier,

    The best documentation is to look at the source code for other panels or a pdf manual written by Goodweather.

    After that:

    https://github.com/RomanKubiak/ctrlr – so for example the JUCE Graphics class in ctrlr/Source/Lua/JuceClasses/LGraphics.cpp will list all available methods. You can then chose one beginning with .def(…) which is a member function to be used in lua. All easier said than done 😉

    Also https://www.lua.org/ for lua programming.

    And within Ctrlr Editor itself you can find a list of all available methods via:

    Panel ⇒ Modulator list ⇒ View ⇒ Visible columns

    Regards,

    Ctrlr