Attrui display bug

Stephane Morisse's icon

I've got an attrui attached to jit.qt.movie and displaying the looppoints. It is locked to this attribute and display mode is Multi number int. When I select one of the 2 values, it isn't displayed properly, that is I only see the first figure (see attached screen captures).

Emmanuel Jourdan's icon

Looks like you didn't attach the screen capture ;-)

Stephane Morisse's icon

So here they are... What happens is that when I select the loop start for example, it only displays the first number on the left so I can't edit with the mouse but I can type a value. It won't be displayed until I select loop end value though.

attrui-bug.zip
zip
Emmanuel Jourdan's icon

Interesting I can't seem to reproduce, could you post the patch (well just the jit.qt.movie and the attrui), I'm curious which font you use as well. Thanks for your help.

Stephane Morisse's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Didn't change the font... Copied and pasted in a blank max patch and the problem is still here outside of Live.

Here's my system info :
{
    "version" : "Version 6.1.2 (6a3e522)",
    "platform" : "mac",
    "arch" : "x86",
    "osversion" : "Mac OS X Version 10.8.3 x86_64",
    "samplerate" : 48000,
    "iovs" : 256,
    "sigvs" : 64,
    "scheduler_in_audio_interrupt" : "off",
    "audio_drivername" : "Core Audio",
    "audio_driver_subname" : "",
    "eventinterval" : 2,
    "overdrive" : "on",
    "mixerparallel" : "off",
    "mixercrossfade" : 0,
    "mixerlatency" : 30.0,
    "mixerramptime" : 10.0
}

Emmanuel Jourdan's icon

Thanks for the clear example. The problem is that attrui currently doesn't support have a width different in patching/presentation view. In the meantime, if you use the same width the problem will disappear. Sorry for the inconvenience.

Stephane Morisse's icon

So I'll just use the same width in patching mode, no big deal, just important to know !