[JSUI] Parameter only in Blobs?

    Javascriptbugs/issues

    AudioMatt
    Aug 25 2020 | 9:31 am
    So I get that I need to use getvalueof and setvalueof to enable parameter mode correctly in javascript and C.
    But now it appears that JSUI reverts to _parameter_type blob every time I open my patch. This disables most of the stuff associated with it. What's going on here?
    I'm using a copy of the default JSUI dial
    EDIT: Okay I can make it work if I put this in global code: this.box.message("parameter_enable",1);; this.box.message("_parameter_type",1);; this.box.message("_parameter_invisible",0);;
    but it's still not working in Ableton 10, only in Max

    • 11OLSEN's icon
      11OLSEN
      Feb 28 2023 | 10:56 am
      Could you link me to some information how to use it in C?
      Share