Control Studio wires. Additional corners.

Can I add additional bends/corners to the wire diagram in control studio? to say bend it around a control that it would otherwise visually pass right under?

4 Replies

  • You can not add bends/corners to the wires. Any linepiece not connected to a block or parameter can be shifted left/right or up/down.
  • In reply to Alfred Pol:

    Thats what I was expecting. COuldn't dig up anything that would let me add them.
  • My reply wasn't showing up when I responded via e-mail, so I'll try again using the website (view with fixed font to see ASCII art properly):
    You can sort-of add some. For instance:
    +---------+
    | +----+
    +---------+ |
    |
    +===============================+
    | |
    | Something that needs avoiding |
    | |
    +===============================+
    |
    |
    |
    | +---------+
    +----------------+ +
    +---------+

    Move the top block to the right until you get additional corners:
    +---------+
    | +----+
    +---------+ |
    |
    +===============================+ |
    | | |
    | Something that needs avoiding | |
    | | |
    +===============================+ |
    |
    +--------------------------------------------+
    |
    | +---------+
    +----------------+ +
    +---------+

    Anchor the new wire segments, then move the top block back:
    +---------+
    | +-------------------------------------------------+
    +---------+ |
    |
    +===============================+ |
    | | |
    | Something that needs avoiding | |
    | | |
    +===============================+ |
    |
    +--------------------------------------------+
    |
    | +---------+
    +----------------+ +
    +---------+
    Because they are anchored, you get to keep the new wire segments and your additional corners. There is not a way, to my knowledge, of adding additional segments beyond this.

  • In reply to SBPosey:

    Well, the web interface obviously doesn't deal gracefully with ASCII art. You can still follow the text steps, and/or you can View Source to see how it was supposed to look.