bjoluc
bjoluc
Thanks @douglas-carmichael for sharing this and #68! While the patches make port auto-detection work with these devices, I'd rather not publish them as separate script variants as the MIDI Remote...
Hey @douglas-carmichael, there's a `flipDisplayRowsByDefault` config option in [v1.11.0](https://github.com/bjoluc/cubase-mcu-midiremote/releases) now – thanks for your patience!
Just thought I'd add my use case here: When name(s) and address are too long for a single line, having an `address-line` option would also allow to abbreviate the names...
Hey @esazhin, thanks for the thorough issue report, including the proper forum link! I've been waiting for a fix from Steinberg for a long time. As far as I understand...
Hey @TobiStrymon, thanks for the issue report and your kind words! Unfortunately, there's nothing I can do to circumvent the issue, AFAIK. Since #63 is caused by the same Cubase...
Hi folks, thanks for the detailed issue report and workaround description @esazhin! This seems to be caused by a Cubase issue which [might have been fixed](https://forums.steinberg.net/t/831493/374) in Cubase 14.0.20. Can...
Yup, fully agree – thanks @devsda1! I'll look into this on Thursday.
@devsda1 Timeline variable evaluation for array parameters works fine; your error message suggests that your timeline variable evaluates to a function instead of an array. Can you take a look...
While looking at the v7 code again, I noticed it was [evaluating timeline variables first and functions afterwards](https://github.com/jspsych/jsPsych/blob/e94e6a79f018da4c3465c124f010d47333a18e95/packages/jspsych/src/JsPsych.ts#L559-L576). I can imagine that was done to avoid calling a timeline variable...
> Not sure if I read the code correctly, but it looks like the new version also will only do one step of calling a function, whereas in 7.x replaceFunctionsWithValues...