waveform~ created via script to thispatcher doesn't respond to @labels argument
Max Patch
Copy patch and select New From Clipboard in Max.
check the example. other arguments seem to work but the timeruler can't be disabled on creation// 5.1.3 win7x64
Max Patch
Copy patch and select New From Clipboard in Max.
to me it seems like a bug indeed, maybe caused by the amount of time needed to create a waveform~ object, which would be created after receiving the @label var or something... creating complex ui objects often leads to those kind of time of processing problems. could solve it with that bricolage :
Max Patch
Copy patch and select New From Clipboard in Max.
the deferlow object is also useful for that kind of situations
dunno if it solves your problem...