Page 1 of 1

Posted: 08 Jun 2013, 18:48
by woodslanding
Apparently I can't keep the trace window either open all the time or closed all the time if any error is written to it? It opens for the error and closes afterwards, regardless of what my trace display setting is.

I'd like both options. I can see the value of opening to show me an error, but I don't always want that behavior.

thx,
-e

Posted: 10 Jun 2013, 01:14
by seamus
yes i would like the option to keep trace open so i can see the errors. or is it better to go to the usine log file?

Posted: 10 Jun 2013, 01:16
by seamus
yes i found looking it up in the log file quite easy!

Posted: 10 Jun 2013, 07:24
by woodslanding
Well, that's great, but I'd like to actually make it go away (or stay open, either one) permanently. It keeps disappearing and reappearing......

Posted: 11 Jun 2013, 17:08
by woodslanding
okay, I think I know why the trace window keeps opening and closing.... well, first, I've been able to keep it open. But I can't keep it closed because it's being written to all the time. This is because I have busses that I haven't completed. Is there a way to keep this info from being constantly sent to the trace window?

I guess for now I can create a patch with all the buss sources, and delete them as I use them 'for real'..... It seems like missing busses are a cpu drain anyway.

Posted: 11 Jun 2013, 20:40
by woodslanding
okay, that worked. I created a method to create dummy sends to use until I'm ready to implement the real ones. The trace stays closed now, and HH is more responsive.